* [dpdk-stable] [PATCH 2/2] vhost: release the locks when failed to make RARP packet [not found] <20180726013721.30200-1-tiwei.bie@intel.com> @ 2018-07-26 1:37 ` Tiwei Bie 2018-07-26 7:22 ` [dpdk-stable] [dpdk-dev] " Jens Freimann 0 siblings, 1 reply; 2+ messages in thread From: Tiwei Bie @ 2018-07-26 1:37 UTC (permalink / raw) To: maxime.coquelin, zhihong.wang, dev; +Cc: lei.a.yao, stable Fixes: eefac9536a90 ("vhost: postpone device creation until rings are mapped") Cc: stable@dpdk.org Signed-off-by: Tiwei Bie <tiwei.bie@intel.com> --- 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 3b11b353c..b02651275 100644 --- a/lib/librte_vhost/virtio_net.c +++ b/lib/librte_vhost/virtio_net.c @@ -1626,7 +1626,8 @@ rte_vhost_dequeue_burst(int vid, uint16_t queue_id, if (rarp_mbuf == NULL) { RTE_LOG(ERR, VHOST_DATA, "Failed to make RARP packet.\n"); - return 0; + count = 0; + goto out; } count -= 1; } -- 2.18.0 ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-stable] [dpdk-dev] [PATCH 2/2] vhost: release the locks when failed to make RARP packet 2018-07-26 1:37 ` [dpdk-stable] [PATCH 2/2] vhost: release the locks when failed to make RARP packet Tiwei Bie @ 2018-07-26 7:22 ` Jens Freimann 0 siblings, 0 replies; 2+ messages in thread From: Jens Freimann @ 2018-07-26 7:22 UTC (permalink / raw) To: Tiwei Bie; +Cc: maxime.coquelin, zhihong.wang, dev, lei.a.yao, stable On Thu, Jul 26, 2018 at 09:37:21AM +0800, Tiwei Bie wrote: >Fixes: eefac9536a90 ("vhost: postpone device creation until rings are mapped") >Cc: stable@dpdk.org > >Signed-off-by: Tiwei Bie <tiwei.bie@intel.com> >--- > lib/librte_vhost/virtio_net.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Reviewed-by: Jens Freimann <jfreimann@redhat.com> ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-07-26 7:22 UTC | newest] Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- [not found] <20180726013721.30200-1-tiwei.bie@intel.com> 2018-07-26 1:37 ` [dpdk-stable] [PATCH 2/2] vhost: release the locks when failed to make RARP packet Tiwei Bie 2018-07-26 7:22 ` [dpdk-stable] [dpdk-dev] " Jens Freimann
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).