[PATCH v2 1/2] vhost: fix constants to follow new naming convention

Maxime Coquelin maxime.coquelin at redhat.com
Thu Mar 9 17:33:14 CET 2023



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 <nmiki at yahoo-corp.jp>
> Acked-by: Stephen Hemminger <stephen at 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.coquelin at redhat.com>

Thanks,
Maxime



More information about the dev mailing list