From: Jin Yu <jin.yu@intel.com> To: Maxime Coquelin <maxime.coquelin@redhat.com>, Tiwei Bie <tiwei.bie@intel.com>, Zhihong Wang <zhihong.wang@intel.com> Cc: dev@dpdk.org, Jin Yu <jin.yu@intel.com>, stable@dpdk.org Subject: [dpdk-stable] [PATCH] vhost-blk: delete the unused return value Date: Tue, 26 Nov 2019 23:37:16 +0800 Message-ID: <20191126153716.8240-1-jin.yu@intel.com> (raw) Coverity issue: 350592 Fixes: c19beb3f38cd ("examples/vhost_blk: introduce vhost storage sample") Cc: stable@dpdk.org Signed-off-by: Jin Yu <jin.yu@intel.com> --- examples/vhost_blk/vhost_blk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vhost_blk/vhost_blk.c b/examples/vhost_blk/vhost_blk.c index 3182a488b..ff2f138b3 100644 --- a/examples/vhost_blk/vhost_blk.c +++ b/examples/vhost_blk/vhost_blk.c @@ -852,7 +852,7 @@ new_device(int vid) if (ctrlr->packed_ring) { /* for the reconnection */ - ret = rte_vhost_get_vring_base_from_inflight( + rte_vhost_get_vring_base_from_inflight( ctrlr->bdev->vid, i, &blk_vq->last_avail_idx, &blk_vq->last_used_idx); -- 2.17.2
next reply other threads:[~2019-11-26 7:55 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-11-26 15:37 Jin Yu [this message] 2019-11-26 14:58 ` Maxime Coquelin 2019-11-27 12:16 ` [dpdk-stable] [PATCH v2] vhost-blk: fix " Jin Yu 2019-11-27 12:57 ` Maxime Coquelin 2020-01-09 15:51 ` [dpdk-stable] [dpdk-dev] " Maxime Coquelin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20191126153716.8240-1-jin.yu@intel.com \ --to=jin.yu@intel.com \ --cc=dev@dpdk.org \ --cc=maxime.coquelin@redhat.com \ --cc=stable@dpdk.org \ --cc=tiwei.bie@intel.com \ --cc=zhihong.wang@intel.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
patches for DPDK stable branches This inbox may be cloned and mirrored by anyone: git clone --mirror https://inbox.dpdk.org/stable/0 stable/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 stable stable/ https://inbox.dpdk.org/stable \ stable@dpdk.org public-inbox-index stable Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.stable AGPL code for this site: git clone https://public-inbox.org/public-inbox.git