DPDK usage discussions
 help / color / mirror / Atom feed
From: Younghwan Go <yhwan@ndsl.kaist.edu>
To: "users@dpdk.org" <users@dpdk.org>
Subject: [dpdk-users] no hugepage with UIO poll-mode driver
Date: Tue, 24 Nov 2015 19:52:01 +0900	[thread overview]
Message-ID: <56544151.7050104@ndsl.kaist.edu> (raw)

Hello,

I'm trying to create rte mempool with my own memory scheme (shared
virtual memory between CPU & GPU) other than using hugepage. I'm using
IGB UIO module with Ethernet 10G 2P X520 Adapter NIC.

I first tried to disable hugepage by inserting "--no-huge" option, but
it gave an error at rte_mempool_create function. Then I found in
rte_eal.h file that said "no-huge mode cannot be used with UIO poll-mode
drivers like igb/ixgbe".

Is there a way to switch DPDK code to not use hugepage with ixgbe driver
or is it not possible to do so?

Thank you,
Younghwan

                 reply	other threads:[~2015-11-24 10:52 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=56544151.7050104@ndsl.kaist.edu \
    --to=yhwan@ndsl.kaist.edu \
    --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).