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

2021-07-07 Thread Maxime Coquelin
On 7/7/21 1:54 PM, Jiayu Hu wrote: > This patch allows to check the amount of in-flight packets > for vhost queues which register async channel acceleration. > > Signed-off-by: Jiayu Hu > --- > v2: > * use DEBUG log level > * return -1 when async is not registered > > doc/guides/prog_guide/v

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

2021-07-06 Thread Jiayu Hu
This patch allows to check the amount of in-flight packets for vhost queues which register async channel acceleration. Signed-off-by: Jiayu Hu --- v2: * use DEBUG log level * return -1 when async is not registered doc/guides/prog_guide/vhost_lib.rst | 5 + lib/vhost/rte_vhost_async.h