> -----Original Message----- > From: Hu, Jiayu <jiayu...@intel.com> > Sent: Saturday, July 17, 2021 3:51 AM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; Xia, Chenbo <chenbo....@intel.com>; Hu, Jiayu > <jiayu...@intel.com> > 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 <jiayu...@intel.com> > --- > 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 <chenbo....@intel.com>