DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] Async vhost packed ring optimization
@ 2022-12-20  0:44 Cheng Jiang
  2022-12-20  0:44 ` [PATCH 1/3] vhost: remove redundant copy for packed shadow used ring Cheng Jiang
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Cheng Jiang @ 2022-12-20  0:44 UTC (permalink / raw)
  To: maxime.coquelin, chenbo.xia
  Cc: dev, jiayu.hu, xuan.ding, wenwux.ma, yuanx.wang, yvonnex.yang,
	xingguang.he, Cheng Jiang

To improve the performance of async vhost packed ring. We remove the
unnecessary data copy in async vhost packed ring. And add the batch
data path in both enqueue data path and dequeue data path.

Cheng Jiang (3):
  vhost: remove redundant copy for packed shadow used ring
  vhost: add batch enqueue in async vhost packed ring
  vhost: add batch dequeue in async vhost packed ring

 lib/vhost/virtio_net.c | 393 +++++++++++++++++++++++++++++++++++++----
 1 file changed, 355 insertions(+), 38 deletions(-)

--
2.35.1


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

end of thread, other threads:[~2023-02-03 14:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-20  0:44 [PATCH 0/3] Async vhost packed ring optimization Cheng Jiang
2022-12-20  0:44 ` [PATCH 1/3] vhost: remove redundant copy for packed shadow used ring Cheng Jiang
2022-12-20  0:44 ` [PATCH 2/3] vhost: add batch enqueue in async vhost packed ring Cheng Jiang
2022-12-20  0:44 ` [PATCH 3/3] vhost: add batch dequeue " Cheng Jiang
2023-01-13  2:56 ` [PATCH v2 0/3] Async vhost packed ring optimization Cheng Jiang
2023-01-13  2:56   ` [PATCH v2 1/3] vhost: remove redundant copy for packed shadow used ring Cheng Jiang
2023-02-02  9:13     ` Maxime Coquelin
2023-01-13  2:56   ` [PATCH v2 2/3] vhost: add batch enqueue in async vhost packed ring Cheng Jiang
2023-02-02  9:31     ` Maxime Coquelin
2023-01-13  2:56   ` [PATCH v2 3/3] vhost: add batch dequeue " Cheng Jiang
2023-02-02 10:07     ` Maxime Coquelin
2023-02-03 14:59   ` [PATCH v2 0/3] Async vhost packed ring optimization 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).