[dpdk-test-report] |WARNING| pw21698 [PATCH v2 1/2] net/mlx5: add enhanced multi-packet send for ConnectX-5

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Mar 14 10:18:10 CET 2017


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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'void *' should also have an identifier name
#701: FILE: drivers/net/mlx5/mlx5_rxtx.h:331:
+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:331:
+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:331:
+uint16_t mlx5_tx_burst_empw(void *, struct rte_mbuf **, uint16_t);

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


More information about the test-report mailing list