[dpdk-test-report] |WARNING| pw18604 [PATCH v4 1/6] net/mlx5: add preliminary flow API support

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Dec 28 11:38:06 CET 2016


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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#109: FILE: drivers/net/mlx5/mlx5.h:274:
+int mlx5_flow_validate(struct rte_eth_dev *, const struct rte_flow_attr *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'const struct rte_flow_attr *' should also have an identifier name
#109: FILE: drivers/net/mlx5/mlx5.h:274:
+int mlx5_flow_validate(struct rte_eth_dev *, const struct rte_flow_attr *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'const struct rte_flow_item []' should also have an identifier name
#109: FILE: drivers/net/mlx5/mlx5.h:274:
+int mlx5_flow_validate(struct rte_eth_dev *, const struct rte_flow_attr *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'const struct rte_flow_action []' should also have an identifier name
#109: FILE: drivers/net/mlx5/mlx5.h:274:
+int mlx5_flow_validate(struct rte_eth_dev *, const struct rte_flow_attr *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_flow_error *' should also have an identifier name
#109: FILE: drivers/net/mlx5/mlx5.h:274:
+int mlx5_flow_validate(struct rte_eth_dev *, const struct rte_flow_attr *,

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

WARNING:FUNCTION_ARGUMENTS: function definition argument 'const struct rte_flow_attr *' should also have an identifier name
#113: FILE: drivers/net/mlx5/mlx5.h:278:
+struct rte_flow *mlx5_flow_create(struct rte_eth_dev *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'const struct rte_flow_item []' should also have an identifier name
#113: FILE: drivers/net/mlx5/mlx5.h:278:
+struct rte_flow *mlx5_flow_create(struct rte_eth_dev *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'const struct rte_flow_action []' should also have an identifier name
#113: FILE: drivers/net/mlx5/mlx5.h:278:
+struct rte_flow *mlx5_flow_create(struct rte_eth_dev *,

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

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

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

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

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#120: FILE: drivers/net/mlx5/mlx5.h:285:
+int mlx5_flow_flush(struct rte_eth_dev *, struct rte_flow_error *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_flow_error *' should also have an identifier name
#120: FILE: drivers/net/mlx5/mlx5.h:285:
+int mlx5_flow_flush(struct rte_eth_dev *, struct rte_flow_error *);

total: 0 errors, 15 warnings, 0 checks, 190 lines checked


More information about the test-report mailing list