[dpdk-test-report] |WARNING| pw24487 [PATCH] net/mlx5: implement isolated mode from flow API

checkpatch at dpdk.org checkpatch at dpdk.org
Wed May 24 15:44:49 CEST 2017


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

_coding style issues_


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

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

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

total: 0 errors, 3 warnings, 0 checks, 75 lines checked


More information about the test-report mailing list