|WARNING| pw158507 [PATCH] net/mlx5: fix non-template sample action validation

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 6 14:04:38 CET 2025


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/158507

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'priv' - possible side-effects?
#141: FILE: drivers/net/mlx5/mlx5_flow.h:24:
+#define MLX5_HW_PORT_IS_PROXY(priv) \
+	(!!((priv)->sh->esw_mode && (priv)->master))

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#142: FILE: drivers/net/mlx5/mlx5_flow.h:25:
+	(!!((priv)->sh->esw_mode && (priv)->master))
 	                                    ^^^^^^

total: 0 errors, 1 warnings, 1 checks, 77 lines checked


More information about the test-report mailing list