DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: update async enqueue API usage
@ 2022-06-17  9:34 xuan.ding
  2022-06-20  1:43 ` Hu, Jiayu
  2022-06-21  7:21 ` [PATCH v2] " xuan.ding
  0 siblings, 2 replies; 9+ messages in thread
From: xuan.ding @ 2022-06-17  9:34 UTC (permalink / raw)
  To: maxime.coquelin, chenbo.xia; +Cc: dev, jiayu.hu, Xuan Ding

From: Xuan Ding <xuan.ding@intel.com>

This patch updates the correct usage for async enqueue APIs.
The rte_vhost_poll_enqueue_completed() needs to be
called in time to avoid packet loss due to full dma ring.

Signed-off-by: Xuan Ding <xuan.ding@intel.com>
---
 doc/guides/prog_guide/vhost_lib.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/guides/prog_guide/vhost_lib.rst b/doc/guides/prog_guide/vhost_lib.rst
index cd3f6caa9a..9cdd7da154 100644
--- a/doc/guides/prog_guide/vhost_lib.rst
+++ b/doc/guides/prog_guide/vhost_lib.rst
@@ -488,3 +488,12 @@ For PA mode, page by page mapping may exceed IOMMU's max capability,
 better to use 1G guest hugepage.
 
 For UIO driver, any VFIO related error message can be ignored.
+
+Async enqueue API usage
+-----------------------
+
+In async enqueue path, rte_vhost_poll_enqueue_completed() needs to be
+called in time. Otherwise, calling rte_vhost_submit_enqueue_burst()
+all the time will cause the DMA ring to be full, which will result
+in packet loss eventually.
+
-- 
2.17.1


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

end of thread, other threads:[~2022-07-01 13:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-17  9:34 [PATCH] doc: update async enqueue API usage xuan.ding
2022-06-20  1:43 ` Hu, Jiayu
2022-06-20  2:08   ` Ding, Xuan
2022-06-20  2:10   ` Hu, Jiayu
2022-06-21  7:21 ` [PATCH v2] " xuan.ding
2022-06-21 13:22   ` Xia, Chenbo
2022-06-22  1:13     ` Ding, Xuan
2022-06-23  3:09   ` Xia, Chenbo
2022-07-01 13:54   ` Maxime Coquelin

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