[dpdk-test-report] |WARNING| pw24804 [PATCH] net/mlx5: add vectorized Rx

checkpatch at dpdk.org checkpatch at dpdk.org
Sun May 28 17:41:22 CEST 2017


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#155: FILE: drivers/net/mlx5/mlx5_rxq.c:1224:
+^I^I^I^I^I        sizeof(struct rte_mbuf *),$

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#184: FILE: drivers/net/mlx5/mlx5_rxtx.c:1952:
+#if !defined (RTE_ARCH_X86_64)

WARNING:TYPO_SPELLING: 'vaild' may be misspelled - perhaps 'valid'?
#505: FILE: drivers/net/mlx5/mlx5_rxtx.c:2273:
+	 * E. get vaild CQEs.

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

total: 1 errors, 5 warnings, 0 checks, 640 lines checked


More information about the test-report mailing list