On 5/5/22 08:23, [email protected] wrote:
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(-)
Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

