Re: [dpdk-dev] [PATCH 2/2] net/virtio-user: fix typo in error message

2018-11-08 Thread Jens Freimann
On Tue, Nov 06, 2018 at 02:40:22PM +0800, Tiwei Bie wrote: The param we are checking is VIRTIO_USER_ARG_PATH, instead of VIRTIO_USER_ARG_QUEUE_SIZE. Fixes: ce2eabdd43ec ("net/virtio-user: add virtual device") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio_user_ethde

[dpdk-dev] [PATCH 2/2] net/virtio-user: fix typo in error message

2018-11-05 Thread Tiwei Bie
The param we are checking is VIRTIO_USER_ARG_PATH, instead of VIRTIO_USER_ARG_QUEUE_SIZE. Fixes: ce2eabdd43ec ("net/virtio-user: add virtual device") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio_user_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d