Re: [dpdk-dev] [PATCH v2] net/af_xdp: fix creating multiple instance

2019-04-19 Thread Ferruh Yigit
On 4/19/2019 1:47 PM, Ferruh Yigit wrote: > From: Xiaolong Ye > > Naming the buf_ring and umem memzone dynamically allows > to create multiple af_xdp vdevs. > > Fixes: f1debd77efaf ("net/af_xdp: introduce AF_XDP PMD") > > Reported-by: Markus Theil > Signed-off-by: Xiaolong Ye > Reviewed-by: D

[dpdk-dev] [PATCH v2] net/af_xdp: fix creating multiple instance

2019-04-19 Thread Ferruh Yigit
From: Xiaolong Ye Naming the buf_ring and umem memzone dynamically allows to create multiple af_xdp vdevs. Fixes: f1debd77efaf ("net/af_xdp: introduce AF_XDP PMD") Reported-by: Markus Theil Signed-off-by: Xiaolong Ye Reviewed-by: David Marchand --- v2: * squashed buf_ring & memzone patches *