[dpdk-dev] [PATCH 4/4] examples/vhost: support vhost async dequeue data path

Yang, YvonneX yvonnex.yang at intel.com
Fri Sep 10 09:39:48 CEST 2021



> -----Original Message-----
> From: Ma, WenwuX <wenwux.ma at intel.com>
> Sent: Tuesday, September 7, 2021 4:49 AM
> To: dev at dpdk.org
> Cc: maxime.coquelin at redhat.com; Xia, Chenbo <chenbo.xia at intel.com>;
> Jiang, Cheng1 <cheng1.jiang at intel.com>; Hu, Jiayu <jiayu.hu at intel.com>;
> Pai G, Sunil <sunil.pai.g at intel.com>; Yang, YvonneX
> <yvonnex.yang at intel.com>; Ma, WenwuX <wenwux.ma at intel.com>
> Subject: [PATCH 4/4] examples/vhost: support vhost async dequeue data
> path
> 
> This patch is to add vhost async dequeue data-path in vhost sample.
> vswitch can leverage IOAT to accelerate vhost async dequeue data-path.
> 
> Signed-off-by: Wenwu Ma <wenwux.ma at intel.com>
> Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
> ---
>  doc/guides/sample_app_ug/vhost.rst |   9 +-
>  examples/vhost/ioat.c              |  61 +++++++--
>  examples/vhost/ioat.h              |  25 ++++
>  examples/vhost/main.c              | 201 +++++++++++++++++++----------
>  examples/vhost/main.h              |   3 +-
>  5 files changed, 216 insertions(+), 83 deletions(-)
> 
Tested-by: Yvonne Yang <yvonnex.yang at intel.com>


More information about the dev mailing list