[dpdk-test-report] |WARNING| pw102928 [PATCH v12 2/7] net/iavf: rework tx path
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Oct 26 16:32:31 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/102928
_coding style issues_
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#538: FILE: drivers/net/iavf/iavf_rxtx.c:2341:
+ (RTE_MBUF_F_TX_TCP_SEG | RTE_MBUF_F_TX_UDP_SEG | RTE_MBUF_F_TX_TUNNEL_MASK));
WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#582: FILE: drivers/net/iavf/iavf_rxtx.c:2370:
+ if (idx == 0)
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#907: FILE: drivers/net/iavf/iavf_rxtx_vec_sse.c:366:
+ const __m128i ptype_mask = _mm_set_epi16(
total: 0 errors, 2 warnings, 1 checks, 824 lines checked
More information about the test-report
mailing list