Re: [dpdk-dev] [PATCH v3] vhost: allow to check in-flight packets for async vhost

2021-07-19 Thread Xia, Chenbo
> -Original Message- > From: Hu, Jiayu > Sent: Thursday, July 8, 2021 6:21 PM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; Xia, Chenbo ; Hu, Jiayu > > Subject: [PATCH v3] vhost: allow to check in-flight packets for async vhost > > This patch allows to check the amount of in-fligh

[dpdk-dev] [PATCH v3] vhost: allow to check in-flight packets for async vhost

2021-07-07 Thread Jiayu Hu
This patch allows to check the amount of in-flight packets for the vhost queue using async acceleration. Signed-off-by: Jiayu Hu Reviewed-by: Maxime Coquelin --- v3: * update commit log and doc v2: * use DEBUG log level * return -1 when async is not registered doc/guides/prog_guide/vhost_lib.r