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

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Oct 9 16:47:09 CEST 2017


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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#96: 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
#96: 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
#101: 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
#101: 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
#102: 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
#102: 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
#104: 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
#104: 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
#104: 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
#104: 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