DPDK patches and discussions
 help / color / mirror / Atom feed
* [RFC 0/2] support to clear in-flight packets for async
@ 2022-01-17 13:28 Yuan Wang
  2022-01-17 13:28 ` [RFC 1/2] vhost: support clear in-flight packets for async dequeue Yuan Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Yuan Wang @ 2022-01-17 13:28 UTC (permalink / raw)
  To: maxime.coquelin, chenbo.xia
  Cc: dev, jiayu.hu, xuan.ding, wenwux.ma, yvonnex.yang, yuanx.wang

These patches supports to clear in-flight packets for async dequeue and
introduces thread-safe version of this function.

note: The patches depends on the following patches
(http://patches.dpdk.org/project/dpdk/patch/20220101001244.90147-2-xuan.ding@intel.com/)
(http://patches.dpdk.org/project/dpdk/patch/20220101001244.90147-3-xuan.ding@intel.com/)

Yuan Wang (2):
  vhost: support clear in-flight packets for async dequeue
  example/vhost: support to clear in-flight packets for async dequeue

 doc/guides/prog_guide/vhost_lib.rst    |  7 ++-
 doc/guides/rel_notes/release_22_03.rst |  5 ++
 examples/vhost/main.c                  |  8 +++
 lib/vhost/rte_vhost_async.h            | 26 ++++++++++
 lib/vhost/version.map                  |  1 +
 lib/vhost/virtio_net.c                 | 71 +++++++++++++++++++++++++-
 6 files changed, 115 insertions(+), 3 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-03-29  9:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-17 13:28 [RFC 0/2] support to clear in-flight packets for async Yuan Wang
2022-01-17 13:28 ` [RFC 1/2] vhost: support clear in-flight packets for async dequeue Yuan Wang
2022-01-17 13:28 ` [RFC 2/2] example/vhost: support to " Yuan Wang
2022-03-11 17:34 ` [RFC v2 0/2] support to clear in-flight packets for async Yuan Wang
2022-03-11 17:34   ` [RFC v2 1/2] vhost: support clear in-flight packets for async dequeue Yuan Wang
2022-03-28  6:08     ` Pai G, Sunil
2022-03-29  9:51       ` Wang, YuanX
2022-03-11 17:34   ` [RFC v2 2/2] example/vhost: support to " Yuan Wang

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).