Re: [dpdk-dev] [PATCH v6 3/3] vhost: add thread unsafe async registeration functions

2021-07-20 Thread Maxime Coquelin
On 7/19/21 5:00 PM, Jiayu Hu wrote: > This patch adds thread unsafe version for async register and > unregister functions. > > Signed-off-by: Jiayu Hu > Reviewed-by: Chenbo Xia > --- > doc/guides/prog_guide/vhost_lib.rst | 16 > lib/vhost/rte_vhost_async.h | 41 ++ > l

[dpdk-dev] [PATCH v6 3/3] vhost: add thread unsafe async registeration functions

2021-07-19 Thread Jiayu Hu
This patch adds thread unsafe version for async register and unregister functions. Signed-off-by: Jiayu Hu Reviewed-by: Chenbo Xia --- doc/guides/prog_guide/vhost_lib.rst | 16 lib/vhost/rte_vhost_async.h | 41 ++ lib/vhost/version.map | 4 + lib/vhost/vho