DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] mlx5: remove useless constants
@ 2025-11-02 15:52 Thomas Monjalon
  2025-11-02 15:53 ` [PATCH 1/5] vdpa/mlx5: remove unused constant Thomas Monjalon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Thomas Monjalon @ 2025-11-02 15:52 UTC (permalink / raw)
  To: dev

This is a cleanup of #define constants which are not used.
Some unused constants are kept if they are part of a bitmap,
or can serve as HW documentation.

Thomas Monjalon (5):
  vdpa/mlx5: remove unused constant
  crypto/mlx5: remove unused constants
  regex/mlx5: remove useless constants
  common/mlx5: remove useless constants
  net/mlx5: remove useless constants

 drivers/common/mlx5/linux/mlx5_nl.c         |  2 --
 drivers/common/mlx5/mlx5_common.h           |  3 ---
 drivers/common/mlx5/windows/mlx5_win_defs.h |  2 --
 drivers/crypto/mlx5/mlx5_crypto.c           |  2 --
 drivers/net/mlx5/hws/mlx5dr_definer.c       |  2 --
 drivers/net/mlx5/mlx5.c                     |  3 ---
 drivers/net/mlx5/mlx5.h                     |  3 ---
 drivers/net/mlx5/mlx5_defs.h                |  6 ------
 drivers/net/mlx5/mlx5_flow.h                | 17 -----------------
 drivers/net/mlx5/mlx5_rxtx_vec.h            |  7 -------
 drivers/net/mlx5/mlx5_utils.h               |  3 ---
 drivers/net/mlx5/windows/mlx5_os.h          |  2 --
 drivers/regex/mlx5/mlx5_regex_fastpath.c    |  1 -
 drivers/regex/mlx5/mlx5_rxp.c               |  2 --
 drivers/regex/mlx5/mlx5_rxp.h               | 20 --------------------
 drivers/vdpa/mlx5/mlx5_vdpa.h               |  1 -
 16 files changed, 76 deletions(-)

-- 
2.51.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-11-02 15:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-02 15:52 [PATCH 0/5] mlx5: remove useless constants Thomas Monjalon
2025-11-02 15:53 ` [PATCH 1/5] vdpa/mlx5: remove unused constant Thomas Monjalon
2025-11-02 15:53 ` [PATCH 2/5] crypto/mlx5: remove unused constants Thomas Monjalon
2025-11-02 15:53 ` [PATCH 3/5] regex/mlx5: remove useless constants Thomas Monjalon
2025-11-02 15:53 ` [PATCH 4/5] common/mlx5: " Thomas Monjalon
2025-11-02 15:53 ` [PATCH 5/5] net/mlx5: " Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).