Re: [dpdk-dev] AF_XDP PMD cannot use with software NICs

2019-05-28 Thread Burakov, Anatoly
On 25-May-19 1:45 AM, Yutaro Hayakawa wrote: 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

[dpdk-dev] AF_XDP PMD cannot use with software NICs

2019-05-24 Thread Yutaro Hayakawa
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 als