DPDK usage discussions
 help / color / mirror / Atom feed
From: nikhil ap <niks3089@gmail.com>
To: users@dpdk.org
Subject: [dpdk-users] Configuring dpdk using various options during build time
Date: Tue, 2 Apr 2019 08:39:27 +0530	[thread overview]
Message-ID: <CACPJs-DD4P7aWQy-V3wT4kYGCmqDBe+SLRWMGwNQUu9XZeOqMw@mail.gmail.com> (raw)

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

                 reply	other threads:[~2019-04-02  3:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACPJs-DD4P7aWQy-V3wT4kYGCmqDBe+SLRWMGwNQUu9XZeOqMw@mail.gmail.com \
    --to=niks3089@gmail.com \
    --cc=users@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).