[dpdk-test-report] |WARNING| pw76737 [PATCH 1/3] net/mlx5: optimize mprq memcpy

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 9 01:49:16 CEST 2020


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rxq->mprq_tstore_memcpy'
#180: FILE: drivers/net/mlx5/mlx5_rxtx.c:1778:
+				if ((rxq->mprq_tstore_memcpy) &&
+				    (!(((uintptr_t)(rte_pktmbuf_mtod(pkt,
+								     void *)) |
+					(uintptr_t)addr) & ALIGNMENT_MASK))) {

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#184: FILE: drivers/net/mlx5/mlx5_rxtx.c:1782:
+					memcpy_aligned_rx_tstore_16B(

total: 0 errors, 0 warnings, 185 lines checked


More information about the test-report mailing list