From: Yuan Wang <yuanx.wang@intel.com> To: maxime.coquelin@redhat.com, chenbo.xia@intel.com Cc: dev@dpdk.org, jiayu.hu@intel.com, xuan.ding@intel.com, xingguang.he@intel.com, yvonnex.yang@intel.com, sunil.pai.g@intel.com, yuanx.wang@intel.com Subject: [PATCH 2/2] example/vhost: support to clear in-flight packets for async dequeue Date: Thu, 14 Apr 2022 02:27:42 +0800 Message-ID: <20220413182742.860659-3-yuanx.wang@intel.com> (raw) In-Reply-To: <20220413182742.860659-1-yuanx.wang@intel.com> This patch allows vring_state_changed() to clear in-flight dequeue packets. Signed-off-by: Yuan Wang <yuanx.wang@intel.com> --- examples/vhost/main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/vhost/main.c b/examples/vhost/main.c index d26e40ab73..04e7821322 100644 --- a/examples/vhost/main.c +++ b/examples/vhost/main.c @@ -1767,9 +1767,6 @@ vring_state_changed(int vid, uint16_t queue_id, int enable) if (!vdev) return -1; - if (queue_id != VIRTIO_RXQ) - return 0; - if (dma_bind[vid2socketid[vid]].dmas[queue_id].async_enabled) { if (!enable) vhost_clear_queue_thread_unsafe(vdev, queue_id); -- 2.25.1
next prev parent reply other threads:[~2022-04-13 10:37 UTC|newest] Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-04-13 18:27 [PATCH 0/2] support to clear in-flight packets for async Yuan Wang 2022-04-13 18:27 ` [PATCH 1/2] vhost: support clear in-flight packets for async dequeue Yuan Wang 2022-04-13 18:27 ` Yuan Wang [this message] 2022-05-13 16:35 ` [PATCH v2 0/2] support to clear in-flight packets for async Yuan Wang 2022-05-13 16:35 ` [PATCH v2 1/2] vhost: support clear in-flight packets for async dequeue Yuan Wang 2022-05-13 16:35 ` [PATCH v2 2/2] example/vhost: support to " Yuan Wang 2022-05-23 16:13 ` [PATCH v3 0/2] support to clear in-flight packets for async Yuan Wang 2022-05-23 16:13 ` [PATCH v3 1/2] vhost: support clear in-flight packets for async dequeue Yuan Wang 2022-05-23 16:13 ` [PATCH v3 2/2] example/vhost: support to " Yuan Wang 2022-06-06 17:45 ` [PATCH v4 0/2] support to clear in-flight packets for async Yuan Wang 2022-06-06 17:45 ` [PATCH v4 1/2] vhost: support clear in-flight packets for async dequeue Yuan Wang 2022-06-09 7:06 ` Hu, Jiayu 2022-06-09 7:51 ` Wang, YuanX 2022-06-06 17:45 ` [PATCH v4 2/2] example/vhost: support to " Yuan Wang 2022-06-09 17:34 ` [PATCH v5 0/2] support to clear in-flight packets for async Yuan Wang 2022-06-09 17:34 ` [PATCH v5 1/2] vhost: support clear in-flight packets for async dequeue Yuan Wang 2022-06-14 13:23 ` Maxime Coquelin 2022-06-14 23:56 ` Hu, Jiayu 2022-06-09 17:34 ` [PATCH v5 2/2] example/vhost: support to " Yuan Wang 2022-06-14 13:28 ` Maxime Coquelin 2022-06-14 23:56 ` Hu, Jiayu 2022-06-17 14:06 ` [PATCH v5 0/2] support to clear in-flight packets for async 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=20220413182742.860659-3-yuanx.wang@intel.com \ --to=yuanx.wang@intel.com \ --cc=chenbo.xia@intel.com \ --cc=dev@dpdk.org \ --cc=jiayu.hu@intel.com \ --cc=maxime.coquelin@redhat.com \ --cc=sunil.pai.g@intel.com \ --cc=xingguang.he@intel.com \ --cc=xuan.ding@intel.com \ --cc=yvonnex.yang@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
DPDK patches and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://inbox.dpdk.org/dev/0 dev/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 dev dev/ http://inbox.dpdk.org/dev \ dev@dpdk.org public-inbox-index dev Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dev AGPL code for this site: git clone https://public-inbox.org/public-inbox.git