[dpdk-test-report] |WARNING| pw21814 [PATCH v3 1/2] net/mlx5: add enhanced multi-packet send for ConnectX-5
checkpatch at dpdk.org
checkpatch at dpdk.org
Sun Mar 19 11:02:22 CET 2017
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/21814
_coding style issues_
WARNING:FUNCTION_ARGUMENTS: function definition argument 'void *' should also have an identifier name
#701: FILE: drivers/net/mlx5/mlx5_rxtx.h:336:
+uint16_t mlx5_tx_burst_empw(void *, struct rte_mbuf **, uint16_t);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_mbuf **' should also have an identifier name
#701: FILE: drivers/net/mlx5/mlx5_rxtx.h:336:
+uint16_t mlx5_tx_burst_empw(void *, struct rte_mbuf **, uint16_t);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name
#701: FILE: drivers/net/mlx5/mlx5_rxtx.h:336:
+uint16_t mlx5_tx_burst_empw(void *, struct rte_mbuf **, uint16_t);
total: 0 errors, 3 warnings, 0 checks, 679 lines checked
More information about the test-report
mailing list