> -----Original Message----- > From: Hu, Jiayu <[email protected]> > Sent: Saturday, July 17, 2021 3:51 AM > To: [email protected] > Cc: [email protected]; Xia, Chenbo <[email protected]>; Hu, Jiayu > <[email protected]> > Subject: [PATCH v5 2/3] vhost: rework async configuration structure > > 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 <[email protected]> > --- > doc/guides/prog_guide/vhost_lib.rst | 21 +++++++++-------- > examples/vhost/main.c | 8 +++---- > lib/vhost/rte_vhost_async.h | 45 ++++++++++++++++++------------------ > - > lib/vhost/vhost.c | 19 +++++++--------- > lib/vhost/vhost.h | 3 +-- > 5 files changed, 47 insertions(+), 49 deletions(-) > > -- > 2.7.4
Reviewed-by: Chenbo Xia <[email protected]>

