Re: [dpdk-dev] [PATCH] net/memif: fix multi-process device probe error

2019-08-06 Thread Phil Yang (Arm Technology China)
pa > Nagarahalli ; nd > Subject: Re: [dpdk-dev] [PATCH] net/memif: fix multi-process device probe > error > > 02/08/2019 23:01, Thomas Monjalon: > > 01/08/2019 12:35, Phil Yang: > > > Fixes: c41a04958b ("net/memif: support multi-process") > > > > > &g

Re: [dpdk-dev] [PATCH] net/memif: fix multi-process device probe error

2019-08-06 Thread Thomas Monjalon
02/08/2019 23:01, Thomas Monjalon: > 01/08/2019 12:35, Phil Yang: > > Fixes: c41a04958b ("net/memif: support multi-process") > > > > Signed-off-by: Phil Yang > > Reviewed-by: Gavin Hu > > --- > > --- a/drivers/net/memif/rte_eth_memif.c > > +++ b/drivers/net/memif/rte_eth_memif.c > > @@ -1265,7 +

Re: [dpdk-dev] [PATCH] net/memif: fix multi-process device probe error

2019-08-02 Thread Thomas Monjalon
01/08/2019 12:35, Phil Yang: > Fixes: c41a04958b ("net/memif: support multi-process") > > Signed-off-by: Phil Yang > Reviewed-by: Gavin Hu > --- > --- a/drivers/net/memif/rte_eth_memif.c > +++ b/drivers/net/memif/rte_eth_memif.c > @@ -1265,7 +1265,7 @@ rte_pmd_memif_probe(struct rte_vdev_device

[dpdk-dev] [PATCH] net/memif: fix multi-process device probe error

2019-08-01 Thread Phil Yang
Fixes: c41a04958b ("net/memif: support multi-process") Signed-off-by: Phil Yang Reviewed-by: Gavin Hu --- drivers/net/memif/rte_eth_memif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/memif/rte_eth_memif.c b/drivers/net/memif/rte_eth_memif.c index bcda426..a