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

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Feb 22 14:43:14 CET 2017


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

_coding style issues_


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

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_flow *' should also have an identifier name
#1425: 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
#1425: FILE: drivers/net/mlx4/mlx4_flow.h:80:
+int

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#1446: 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
#1447: FILE: drivers/net/mlx4/mlx4_flow.h:102:
+void mlx4_priv_flow_stop(struct priv *);

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 1 errors, 5 warnings, 0 checks, 1351 lines checked


More information about the test-report mailing list