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

2021-06-08 Thread Maxime Coquelin
Hi Jiayu, On 6/2/21 5:05 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 > --- > doc/guides/prog_guide/vhost_lib.rst | 5 + > lib/vhost/rte_vhost_async.h | 14

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

2021-06-02 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 --- doc/guides/prog_guide/vhost_lib.rst | 5 + lib/vhost/rte_vhost_async.h | 14 ++ lib/vhost/version.map | 3 +++