DPDK patches and discussions
 help / color / mirror / Atom feed
From: Yutaro Hayakawa <yhayakawa3720@gmail.com>
To: dev@dpdk.org
Subject: [dpdk-dev] AF_XDP PMD cannot use with software NICs
Date: Sat, 25 May 2019 09:45:37 +0900	[thread overview]
Message-ID: <678FFC0B-20D6-4913-AF2B-CB08A10F5A7E@gmail.com> (raw)

Hello,

In current AF_XDP PMD implementation, we cannot use it with software NICs like VETH. Because it allocates umem with RTE_MEMZONE_IOVA_CONTIG.

Since AF_XDP itself is usable with any network devices, I think it is better to have option to take umem with RTE_MEMZONE_SIZE_HINT_ONLY. It is also useful for testing perpose or using DPDK from containers.

Any thought or future plan for this problem?

Thanks,
Yutaro

             reply	other threads:[~2019-05-25  0:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-25  0:45 Yutaro Hayakawa [this message]
2019-05-28  9:40 ` Burakov, Anatoly

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=678FFC0B-20D6-4913-AF2B-CB08A10F5A7E@gmail.com \
    --to=yhayakawa3720@gmail.com \
    --cc=dev@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).