[dpdk-test-report] |WARNING| pw30068 [PATCH v2] net/mlx5: flow counter support

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 10 16:24:02 CEST 2017


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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#121: FILE: drivers/net/mlx5/mlx5.h:280:
+int mlx5_flow_query(struct rte_eth_dev *, struct rte_flow *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_flow *' should also have an identifier name
#121: FILE: drivers/net/mlx5/mlx5.h:280:
+int mlx5_flow_query(struct rte_eth_dev *, struct rte_flow *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'void *' should also have an identifier name
#121: FILE: drivers/net/mlx5/mlx5.h:280:
+int mlx5_flow_query(struct rte_eth_dev *, struct rte_flow *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_flow_error *' should also have an identifier name
#121: FILE: drivers/net/mlx5/mlx5.h:280:
+int mlx5_flow_query(struct rte_eth_dev *, struct rte_flow *,

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#306: FILE: drivers/net/mlx5/mlx5_flow.c:1629:
+		return EINVAL;

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


More information about the test-report mailing list