Re: [dpdk-dev] [PATCH v6 3/3] vhost: add thread unsafe async registeration functions
From: Maxime Coquelin <hidden>
Date: 2021-07-20 07:25:44
From: Maxime Coquelin <hidden>
Date: 2021-07-20 07:25:44
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 <redacted> Reviewed-by: Chenbo Xia <redacted> --- doc/guides/prog_guide/vhost_lib.rst | 16 ++++ lib/vhost/rte_vhost_async.h | 41 ++++++++++ lib/vhost/version.map | 4 + lib/vhost/vhost.c | 149 +++++++++++++++++++++++++++--------- 4 files changed, 175 insertions(+), 35 deletions(-)
Reviewed-by: Maxime Coquelin <redacted> Thanks, Maxime