Re: [dpdk-dev] [PATCH v1 1/2] net/af_xdp: name the buf ring dynamically

2019-04-19 Thread David Marchand
On Thu, Apr 18, 2019 at 5:27 PM Xiaolong Ye wrote: > Naming the buf_ring 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 > --- > drivers/net/af_xdp/rte_eth_af_xdp.c | 9 +

[dpdk-dev] [PATCH v1 1/2] net/af_xdp: name the buf ring dynamically

2019-04-18 Thread Xiaolong Ye
Naming the buf_ring 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 --- drivers/net/af_xdp/rte_eth_af_xdp.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --g