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

2021-07-19 Thread Maxime Coquelin
On 7/16/21 9:51 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 > --- > doc/guides/prog_guide/vhost_lib.rst | 21 +--

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

2021-07-18 Thread Xia, Chenbo
> -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 2/3] vhost: rework async configuration structure > > This patch reworks the async configuration structure to

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

2021-07-16 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 --- doc/guides/prog_guide/vhost_lib.rst | 21 + examples/vhost/main.c | 8 +++