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

2021-07-18 Thread Xia, Chenbo
Hi Jiayu, > -Original Message- > From: Hu, Jiayu > Sent: Saturday, July 17, 2021 3:51 AM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; Xia, Chenbo ; Hu, Jiayu > > Subject: [PATCH v5 3/3] vhost: add thread unsafe async registeration functions > > This patch adds thread unsafe vers

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

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