|WARNING| pw123029 [PATCH v6 13/19] common/idpf: add Rx and Tx data path
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Feb 3 11:13:59 CET 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/123029
_coding style issues_
ERROR:SPACING: space required after that ',' (ctx:VxB)
#125: FILE: drivers/common/idpf/idpf_common_logs.h:28:
+ RTE_FMT_HEAD(__VA_ARGS__,) "
", \
^
ERROR:SPACING: space required after that ',' (ctx:VxB)
#127: FILE: drivers/common/idpf/idpf_common_logs.h:30:
+ RTE_FMT_TAIL(__VA_ARGS__,)))
^
ERROR:SPACING: space required after that ',' (ctx:VxB)
#137: FILE: drivers/common/idpf/idpf_common_logs.h:40:
+ RTE_FMT_HEAD(__VA_ARGS__,) "
", \
^
ERROR:SPACING: space required after that ',' (ctx:VxB)
#139: FILE: drivers/common/idpf/idpf_common_logs.h:42:
+ RTE_FMT_TAIL(__VA_ARGS__,)))
^
WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#1017: FILE: drivers/common/idpf/idpf_common_rxtx.c:1263:
+ if (nb_tx == 0)
total: 4 errors, 1 warnings, 0 checks, 2378 lines checked
Warning in drivers/common/idpf/idpf_common_rxtx.c:
Using rte_atomicNN_xxx
More information about the test-report
mailing list