Re: [dpdk-dev] [PATCH 2/2] vhost: add thread unsafe async registration functions

2021-07-06 Thread Hu, Jiayu
> -Original Message- > From: Maxime Coquelin > Sent: Monday, July 5, 2021 4:59 PM > To: Hu, Jiayu ; dev@dpdk.org > Cc: Xia, Chenbo ; Wang, Yinan > > Subject: Re: [PATCH 2/2] vhost: add thread unsafe async registration > functions > On 5/28/21 10:11 AM, Jiayu Hu wrote: > > This patch is

Re: [dpdk-dev] [PATCH 2/2] vhost: add thread unsafe async registration functions

2021-07-05 Thread Maxime Coquelin
On 5/28/21 10:11 AM, Jiayu Hu wrote: > This patch is to add thread unsafe version for async register and > unregister functions. > > Signed-off-by: Jiayu Hu > --- > doc/guides/prog_guide/vhost_lib.rst | 12 +++ > lib/vhost/rte_vhost_async.h | 42 ++ > lib/vhost/version.map

Re: [dpdk-dev] [PATCH 2/2] vhost: add thread unsafe async registration functions

2021-07-04 Thread Hu, Jiayu
> -Original Message- > From: Maxime Coquelin > Sent: Friday, July 2, 2021 3:41 PM > To: Hu, Jiayu ; dev@dpdk.org > Cc: Xia, Chenbo ; Wang, Yinan > > Subject: Re: [PATCH 2/2] vhost: add thread unsafe async registration > functions > > > > On 5/28/21 10:11 AM, Jiayu Hu wrote: > > This

Re: [dpdk-dev] [PATCH 2/2] vhost: add thread unsafe async registration functions

2021-07-02 Thread Maxime Coquelin
On 5/28/21 10:11 AM, Jiayu Hu wrote: > This patch is to add thread unsafe version for async register and s/is to add/adds/ > unregister functions. > > Signed-off-by: Jiayu Hu > --- > doc/guides/prog_guide/vhost_lib.rst | 12 +++ > lib/vhost/rte_vhost_async.h | 42 ++ > lib

[dpdk-dev] [PATCH 2/2] vhost: add thread unsafe async registration functions

2021-05-27 Thread Jiayu Hu
This patch is to add thread unsafe version for async register and unregister functions. Signed-off-by: Jiayu Hu --- doc/guides/prog_guide/vhost_lib.rst | 12 +++ lib/vhost/rte_vhost_async.h | 42 ++ lib/vhost/version.map | 4 + lib/vhost/vhost.c