[PATCH v2] net/mlx5: add global API prefix to public constants
Raslan Darawsheh
rasland at nvidia.com
Tue Oct 31 15:46:52 CET 2023
Hi,
> -----Original Message-----
> From: Thomas Monjalon <thomas at monjalon.net>
> Sent: Tuesday, October 31, 2023 3:38 PM
> To: dev at dpdk.org
> Cc: Rongwei Liu <rongweil at nvidia.com>; Matan Azrad <matan at nvidia.com>;
> Slava Ovsiienko <viacheslavo at nvidia.com>; Ori Kam <orika at nvidia.com>;
> Suanming Mou <suanmingm at nvidia.com>
> Subject: [PATCH v2] net/mlx5: add global API prefix to public constants
>
> The file rte_pmd_mlx5.h is a public API, so its components must be prefixed
> with RTE_PMD_.
>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
> ---
> v2: rebase (more substitutions in code and doc)
> ---
> doc/guides/nics/mlx5.rst | 4 ++--
> drivers/net/mlx5/mlx5.h | 6 +++---
> drivers/net/mlx5/mlx5_defs.h | 2 +-
> drivers/net/mlx5/mlx5_ethdev.c | 4 ++--
> drivers/net/mlx5/mlx5_flow.c | 30 +++++++++++++++---------------
> drivers/net/mlx5/mlx5_flow.h | 2 +-
> drivers/net/mlx5/mlx5_flow_dv.c | 8 ++++----
> drivers/net/mlx5/mlx5_flow_hw.c | 4 ++--
> drivers/net/mlx5/mlx5_rx.c | 2 +-
> drivers/net/mlx5/mlx5_rx.h | 4 ++--
> drivers/net/mlx5/mlx5_rxq.c | 10 +++++-----
> drivers/net/mlx5/mlx5_testpmd.c | 18 +++++++++---------
> drivers/net/mlx5/rte_pmd_mlx5.h | 30 +++++++++++++++---------------
> 13 files changed, 62 insertions(+), 62 deletions(-)
>
Patch rebased, fixed new places added, and applied to next-net-mlx
Kindest regards,
Raslan Darawsheh
More information about the dev
mailing list