[dpdk-test-report] |WARNING| pw20647 [PATCH 2/2] net/mlx4: support basic flow items and actions

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 21 15:07:52 CET 2017


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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#1371: FILE: drivers/net/mlx4/mlx4_flow.h:80:
+int

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_flow *' should also have an identifier name
#1371: FILE: drivers/net/mlx4/mlx4_flow.h:80:
+int

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_flow_error *' should also have an identifier name
#1371: FILE: drivers/net/mlx4/mlx4_flow.h:80:
+int

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#1392: FILE: drivers/net/mlx4/mlx4_flow.h:101:
+int mlx4_priv_flow_start(struct priv *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#1393: FILE: drivers/net/mlx4/mlx4_flow.h:102:
+void mlx4_priv_flow_stop(struct priv *);

total: 0 errors, 5 warnings, 0 checks, 1295 lines checked


More information about the test-report mailing list