Re: [dpdk-dev] [PATCH 2/3] net/virtio: fix null pointer checking

2019-04-04 Thread Mohammad Abdul Awal
On 04/04/2019 07:22, Tiwei Bie wrote: On Wed, Apr 03, 2019 at 05:08:11PM +0100, Mohammad Abdul Awal wrote: Null value of device name should return error without further processing. Fixes: 1c8489da56 ("net/virtio-user: fix multi-process support") Signed-off-by: Mohammad Abdul Awal --- driv

Re: [dpdk-dev] [PATCH 2/3] net/virtio: fix null pointer checking

2019-04-03 Thread Tiwei Bie
On Wed, Apr 03, 2019 at 05:08:11PM +0100, Mohammad Abdul Awal wrote: > Null value of device name should return error without further processing. > > Fixes: 1c8489da56 ("net/virtio-user: fix multi-process support") > > Signed-off-by: Mohammad Abdul Awal > --- > drivers/net/virtio/virtio_user_eth

[dpdk-dev] [PATCH 2/3] net/virtio: fix null pointer checking

2019-04-03 Thread Mohammad Abdul Awal
Null value of device name should return error without further processing. Fixes: 1c8489da56 ("net/virtio-user: fix multi-process support") Signed-off-by: Mohammad Abdul Awal --- drivers/net/virtio/virtio_user_ethdev.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/net/virtio/vi