> -----Original Message----- > From: [email protected] <[email protected]> > Sent: 2022年5月5日 14:24 > To: [email protected]; Xia, Chenbo <[email protected]> > Cc: [email protected]; Hu, Jiayu <[email protected]>; Jiang, Cheng1 > <[email protected]>; Pai G, Sunil <[email protected]>; > [email protected]; Ding, Xuan <[email protected]>; Ma, WenwuX > <[email protected]>; Wang, YuanX <[email protected]> > Subject: [PATCH v4 5/5] examples/vhost: support async dequeue data path > > From: Xuan Ding <[email protected]> > > This patch adds the use case for async dequeue API. Vswitch can leverage DMA > device to accelerate vhost async dequeue path. > > Signed-off-by: Wenwu Ma <[email protected]> > Signed-off-by: Yuan Wang <[email protected]> > Signed-off-by: Xuan Ding <[email protected]> > --- > doc/guides/sample_app_ug/vhost.rst | 9 +- > examples/vhost/main.c | 292 ++++++++++++++++++++--------- > examples/vhost/main.h | 35 +++- > examples/vhost/virtio_net.c | 16 +- > 4 files changed, 254 insertions(+), 98 deletions(-) > > diff --git a/doc/guides/sample_app_ug/vhost.rst > b/doc/guides/sample_app_ug/vhost.rst > index a6ce4bc8ac..09db965e70 100644 > --- a/doc/guides/sample_app_ug/vhost.rst > +++ b/doc/guides/sample_app_ug/vhost.rst > @@ -169,9 +169,12 @@ demonstrates how to use the async vhost APIs. It's > used in combination with dmas
Tested-by: Yvonne Yang <[email protected]>

