All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] AF_XDP PMD cannot use with software NICs
@ 2019-05-25  0:45 Yutaro Hayakawa
  2019-05-28  9:40 ` Burakov, Anatoly
  0 siblings, 1 reply; 2+ messages in thread
From: Yutaro Hayakawa @ 2019-05-25  0:45 UTC (permalink / raw)
  To: dev

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-28  9:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-25  0:45 [dpdk-dev] AF_XDP PMD cannot use with software NICs Yutaro Hayakawa
2019-05-28  9:40 ` Burakov, Anatoly

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.