[dpdk-users] Configuring dpdk using various options during build time

nikhil ap niks3089 at gmail.com
Tue Apr 2 05:09:27 CEST 2019


Hi,

I am trying to build dpdk with numa disabled on linux. I see that it is
enabled by default in linux.
config/common_linux:10:CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES=y

I am trying to compile with this flag disabled and I've tried the
following:

make config T=x86_64-native-linuxapp-clang CONFIG_RTE_LIBRTE_VHOST_NUMA=n
CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES=n
make CONFIG_RTE_LIBRTE_VHOST_NUMA=n RTE_EAL_NUMA_AWARE_HUGEPAGES=n

The above doesn't work and I don't want to edit the config file to change
the linux parameters. Am I missing something?
-- 
Regards,
Nikhil


More information about the users mailing list