[dpdk-test-report] |WARNING| pw66647 [PATCH v1 5/7] net/virtio: add vectorized packed ring Tx function

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 13 11:08:54 CET 2020


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

_coding style issues_


CHECK:SPACING: spaces preferred around that '*' (ctx:WxV)
#82: FILE: drivers/net/virtio/virtio_rxtx.c:2179:
+virtio_xmit_pkts_packed_vec(void __rte_unused *tx_queue,
                                               ^

CHECK:SPACING: spaces preferred around that '*' (ctx:WxO)
#83: FILE: drivers/net/virtio/virtio_rxtx.c:2180:
+			    struct rte_mbuf __rte_unused **tx_pkts,
 			                                 ^

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#173: FILE: drivers/net/virtio/virtio_rxtx_packed_avx.c:120:
+	__m256i mbufs = _mm256_set_epi64x(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#180: FILE: drivers/net/virtio/virtio_rxtx_packed_avx.c:127:
+	__m256i mbuf_ref = _mm256_set_epi64x(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#205: FILE: drivers/net/virtio/virtio_rxtx_packed_avx.c:152:
+	__m512i new_descs = _mm512_set_epi64(

total: 0 errors, 0 warnings, 5 checks, 264 lines checked


More information about the test-report mailing list