Hi, > -----Original Message----- > From: Thomas Monjalon <tho...@monjalon.net> > Sent: Tuesday, October 31, 2023 3:38 PM > To: dev@dpdk.org > Cc: Rongwei Liu <rongw...@nvidia.com>; Matan Azrad <ma...@nvidia.com>; > Slava Ovsiienko <viachesl...@nvidia.com>; Ori Kam <or...@nvidia.com>; > Suanming Mou <suanmi...@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 <tho...@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