Re: [dpdk-dev] [PATCH v1 2/2] net/af_xdp: name the umem memzone dynamically

2019-04-19 Thread Ye Xiaolong
On 04/19, Ferruh Yigit wrote: >On 4/19/2019 10:47 AM, David Marchand wrote: >> On Thu, Apr 18, 2019 at 5:27 PM Xiaolong Ye wrote: >> >>> Naming the umem memzone dynamically allows to create multiple af_xdp vdevs. >>> >>> Fixes: f1debd77efaf ("net/af_xdp: introduce AF_XDP PMD") >>> >>> Reported-by

Re: [dpdk-dev] [PATCH v1 2/2] net/af_xdp: name the umem memzone dynamically

2019-04-19 Thread Ferruh Yigit
On 4/19/2019 10:47 AM, David Marchand wrote: > On Thu, Apr 18, 2019 at 5:27 PM Xiaolong Ye wrote: > >> Naming the 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: Xiao

Re: [dpdk-dev] [PATCH v1 2/2] net/af_xdp: name the umem memzone dynamically

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

[dpdk-dev] [PATCH v1 2/2] net/af_xdp: name the umem memzone dynamically

2019-04-18 Thread Xiaolong Ye
Naming the 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 --- drivers/net/af_xdp/rte_eth_af_xdp.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --gi