Re: [dpdk-dev] [PATCH v5 2/3] vhost: rework async configuration structure
From: Xia, Chenbo <hidden>
Date: 2021-07-19 02:25:53
From: Xia, Chenbo <hidden>
Date: 2021-07-19 02:25:53
-----Original Message----- From: Hu, Jiayu <redacted> Sent: Saturday, July 17, 2021 3:51 AM To: dev@dpdk.org Cc: maxime.coquelin@redhat.com; Xia, Chenbo <redacted>; Hu, Jiayu [off-list ref] 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 <redacted> --- 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 <redacted>