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

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Mar 1 06:03:08 CET 2017


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

_coding style issues_


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

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


More information about the test-report mailing list