Re: [dpdk-dev] [PATCH v6 2/3] vhost: rework async configuration structure

2021-07-20 Thread Hu, Jiayu
> -Original Message- > From: Maxime Coquelin > Sent: Tuesday, July 20, 2021 3:18 PM > To: Hu, Jiayu ; dev@dpdk.org > Cc: Xia, Chenbo > Subject: Re: [PATCH v6 2/3] vhost: rework async configuration structure > > > > On 7/19/21 5:00 PM, Jiayu Hu wrote: > > This patch reworks the async

Re: [dpdk-dev] [PATCH v6 2/3] vhost: rework async configuration structure

2021-07-20 Thread Maxime Coquelin
On 7/19/21 5:00 PM, Jiayu Hu wrote: > This patch reworks the async configuration structure to improve code > readability. In addition, add preserved padding fields on the structure > for future usage. > > Signed-off-by: Jiayu Hu > Reviewed-by: Chenbo Xia > --- > doc/guides/prog_guide/vhost_l

[dpdk-dev] [PATCH v6 2/3] vhost: rework async configuration structure

2021-07-19 Thread Jiayu Hu
This patch reworks the async configuration structure to improve code readability. In addition, add preserved padding fields on the structure for future usage. Signed-off-by: Jiayu Hu Reviewed-by: Chenbo Xia --- doc/guides/prog_guide/vhost_lib.rst | 21 ++ examples/vhost/main.c