|WARNING| pw121988 [PATCH v5 1/1] common/idpf: add AVX512 data path for split queue model
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Jan 13 02:45:36 CET 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/121988
_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, 1189 lines checked
Warning in drivers/common/idpf/idpf_common_rxtx_avx512.c:
Using rte_atomicNN_xxx
More information about the test-report
mailing list