DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Configuring dpdk using various options during build time
@ 2019-04-02  3:09 nikhil ap
  0 siblings, 0 replies; only message in thread
From: nikhil ap @ 2019-04-02  3:09 UTC (permalink / raw)
  To: users

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-02  3:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-02  3:09 [dpdk-users] Configuring dpdk using various options during build time nikhil ap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).