[dpdk-test-report] |WARNING| pw28199 [PATCH v4] ethdev: allow returning error on VLAN offload configuration

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Sep 1 04:37:42 CEST 2017


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

_coding style issues_


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

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

total: 0 errors, 2 warnings, 602 lines checked


More information about the test-report mailing list