On 3/9/23 06:16, Nobuhiro MIKI wrote:
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 convention. 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>
Acked-by: Stephen Hemminger <step...@networkplumber.org>
---
  .mailmap                        |  2 +-
  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 +++++++-------
  7 files changed, 25 insertions(+), 25 deletions(-)


Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com>

Thanks,
Maxime

Reply via email to