> -----Original Message-----
> From: Ma, WenwuX <[email protected]>
> Sent: Tuesday, September 7, 2021 4:49 AM
> To: [email protected]
> Cc: [email protected]; Xia, Chenbo <[email protected]>;
> Jiang, Cheng1 <[email protected]>; Hu, Jiayu <[email protected]>;
> Pai G, Sunil <[email protected]>; Yang, YvonneX
> <[email protected]>; Ma, WenwuX <[email protected]>
> 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 <[email protected]>
> Reviewed-by: Maxime Coquelin <[email protected]>
> ---
> 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 <[email protected]>