> -----Original Message----- > From: Nobuhiro MIKI <nm...@yahoo-corp.jp> > Sent: Thursday, March 9, 2023 10:07 AM > To: maxime.coque...@redhat.com; Xia, Chenbo <chenbo....@intel.com> > Cc: dev@dpdk.org; Nobuhiro MIKI <nm...@yahoo-corp.jp> > Subject: [PATCH 1/2] vhost: fix constants to follow new naming convension > > DPDK apps (e.g. dpdk-skeleton) output this name > during negotiation. But, it is not consistent when > debugging using QEMU as a front-end, for example. > This is because QEMU already follows new naming convention [1]. > > Some type names and variable names, such as VhostUserSlaveRequest, > are still in old naming convension. But, in this patch we > only focus on constants. > > [1] https://qemu-project.gitlab.io/qemu/interop/vhost-user.html > > Signed-off-by: Nobuhiro MIKI <nm...@yahoo-corp.jp> > --- > drivers/vdpa/ifc/ifcvf_vdpa.c | 4 ++-- > drivers/vdpa/mlx5/mlx5_vdpa.c | 4 ++-- > drivers/vdpa/sfc/sfc_vdpa_ops.c | 4 ++-- > lib/vhost/rte_vhost.h | 8 ++++---- > lib/vhost/vhost_user.c | 14 +++++++------- > lib/vhost/vhost_user.h | 14 +++++++------- > 6 files changed, 24 insertions(+), 24 deletions(-) >
As I said in patch 2, it's better to update the mailmap file in this patch 1. Thanks, Chenbo