> -----Original Message-----
> From: Ma, WenwuX <wenwux...@intel.com>
> Sent: Tuesday, September 7, 2021 4:49 AM
> To: dev@dpdk.org
> Cc: maxime.coque...@redhat.com; Xia, Chenbo <chenbo....@intel.com>;
> Jiang, Cheng1 <cheng1.ji...@intel.com>; Hu, Jiayu <jiayu...@intel.com>;
> Pai G, Sunil <sunil.pa...@intel.com>; Yang, YvonneX
> <yvonnex.y...@intel.com>; Ma, WenwuX <wenwux...@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...@intel.com>
> Reviewed-by: Maxime Coquelin <maxime.coque...@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.y...@intel.com>