|WARNING| pw122061 [PATCH v6 1/1] common/idpf: add AVX512 data path for split queue model

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Jan 14 04:48:03 CET 2023


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#231: FILE: drivers/common/idpf/idpf_common_rxtx_avx512.c:567:
+        rte_atomic64_add(&rx_bufq->rx_stats.mbuf_alloc_failed, IDPF_RXQ_REARM_THRESH);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#231: FILE: drivers/common/idpf/idpf_common_rxtx_avx512.c:567:
+        rte_atomic64_add(&rx_bufq->rx_stats.mbuf_alloc_failed, IDPF_RXQ_REARM_THRESH);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#304: FILE: drivers/common/idpf/idpf_common_rxtx_avx512.c:640:
+            rte_atomic64_add(&rx_bufq->rx_stats.mbuf_alloc_failed, IDPF_RXQ_REARM_THRESH);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#304: FILE: drivers/common/idpf/idpf_common_rxtx_avx512.c:640:
+            rte_atomic64_add(&rx_bufq->rx_stats.mbuf_alloc_failed, IDPF_RXQ_REARM_THRESH);$

total: 2 errors, 2 warnings, 0 checks, 1184 lines checked
Warning in drivers/common/idpf/idpf_common_rxtx_avx512.c:
Using rte_atomicNN_xxx


More information about the test-report mailing list