[dpdk-test-report] |WARNING| pw29708 [PATCH v2 17/30] net/mlx5: use flow to enable promiscuous mode

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Oct 5 14:52:15 CEST 2017


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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#95: FILE: drivers/net/mlx5/mlx5.h:300:
+void priv_flow_flush(struct priv *, struct mlx5_flows *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct mlx5_flows *' should also have an identifier name
#95: FILE: drivers/net/mlx5/mlx5.h:300:
+void priv_flow_flush(struct priv *, struct mlx5_flows *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#100: FILE: drivers/net/mlx5/mlx5.h:303:
+int priv_flow_start(struct priv *, struct mlx5_flows *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct mlx5_flows *' should also have an identifier name
#100: FILE: drivers/net/mlx5/mlx5.h:303:
+int priv_flow_start(struct priv *, struct mlx5_flows *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#101: FILE: drivers/net/mlx5/mlx5.h:304:
+void priv_flow_stop(struct priv *, struct mlx5_flows *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct mlx5_flows *' should also have an identifier name
#101: FILE: drivers/net/mlx5/mlx5.h:304:
+void priv_flow_stop(struct priv *, struct mlx5_flows *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#103: FILE: drivers/net/mlx5/mlx5.h:306:
+int mlx5_ctrl_flow(struct rte_eth_dev *, struct rte_flow_item_eth *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_flow_item_eth *' should also have an identifier name
#103: FILE: drivers/net/mlx5/mlx5.h:306:
+int mlx5_ctrl_flow(struct rte_eth_dev *, struct rte_flow_item_eth *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_flow_item_eth *' should also have an identifier name
#103: FILE: drivers/net/mlx5/mlx5.h:306:
+int mlx5_ctrl_flow(struct rte_eth_dev *, struct rte_flow_item_eth *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'unsigned int' should also have an identifier name
#103: FILE: drivers/net/mlx5/mlx5.h:306:
+int mlx5_ctrl_flow(struct rte_eth_dev *, struct rte_flow_item_eth *,

total: 0 errors, 10 warnings, 0 checks, 474 lines checked


More information about the test-report mailing list