Re: [dpdk-dev] [PATCH 2/2] vhost: release the locks when failed to make RARP packet

2018-07-26 Thread Jens Freimann
On Thu, Jul 26, 2018 at 09:37:21AM +0800, Tiwei Bie wrote: Fixes: eefac9536a90 ("vhost: postpone device creation until rings are mapped") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie --- lib/librte_vhost/virtio_net.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Jens Fr

[dpdk-dev] [PATCH 2/2] vhost: release the locks when failed to make RARP packet

2018-07-25 Thread Tiwei Bie
Fixes: eefac9536a90 ("vhost: postpone device creation until rings are mapped") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie --- lib/librte_vhost/virtio_net.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/librte_vhost/virtio_net.c b/lib/librte_vhost/virtio_net.c index