|WARNING| pw133374 [PATCH v7 10/10] net/mlx5: support indirect list METER_MARK action
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Oct 26 09:16:25 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/133374
_coding style issues_
CHECK:SPACING: spaces preferred around that '*' (ctx:WxV)
#167: FILE: drivers/net/mlx5/mlx5_flow.c:1187:
+ rte_flow_action_list_handle *handle,
^
CHECK:SPACING: spaces preferred around that '*' (ctx:WxV)
#213: FILE: drivers/net/mlx5/mlx5_flow.c:11052:
+ rte_flow_action_list_handle *handle,
^
CHECK:SPACING: spaces preferred around that '*' (ctx:WxV)
#267: FILE: drivers/net/mlx5/mlx5_flow.h:119:
+ LIST_HEAD(, mlx5_indirect_list) *h = head;
^
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'priv' - possible side-effects?
#377: FILE: drivers/net/mlx5/mlx5_flow_hw.c:64:
+#define MLX5_HW_PORT_IS_PROXY(priv) \
+ (!!((priv)->sh->esw_mode && (priv)->master))
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#378: FILE: drivers/net/mlx5/mlx5_flow_hw.c:65:
+ (!!((priv)->sh->esw_mode && (priv)->master))
CHECK:SPACING: spaces preferred around that '*' (ctx:WxO)
#537: FILE: drivers/net/mlx5/mlx5_flow_hw.c:1547:
+ rte_flow_indirect_update_flow_meter_mark **flow_conf =
^
total: 0 errors, 1 warnings, 5 checks, 823 lines checked
More information about the test-report
mailing list