Skip to content

ShaheemNaqvi/Dpdk_Ndpi_Installation_Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Dpdk Ndpi Installation Script

This is a bash script for installation of DPDK 21.11 and ndpi.

This is not a final script yet...!

Step 1. Make it executeable with chmod +x dpdk.ndpi.sh

step 2. Run file with sudo ./dpdk.ndpi.sh

step 3. You have to update grub file manually.

cd /etc/default

sudo nano grub

GRUB_CMDLINE_LINUX=" default_hugepagesz=2M hugepagesz=2M hugepages=1024 iommu=pt intel_iommu=on isolcpu=1 "

sudo update-grub

Step 4.

cd dpdk

export RTE_SDK=$(pwd)

export RTE_TARGET=x86_64-native-linuxapp-gcc

About

This is a bash script for installation on DPDK 21.11 and ndpi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages