|WARNING| pw169615 [PATCH v2 06/15] net/intel: move iavf descriptor writing functions to common
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Sep 15 15:37:40 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/169615
_coding style issues_
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#390: FILE: drivers/net/intel/common/tx_vec_x86.h:298:
+ low_ctx_qw1 |= (uint64_t)pkt[1]->vlan_tci << CI_TXD_CTX_QW0_L2TAG2_S;
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#408: FILE: drivers/net/intel/common/tx_vec_x86.h:316:
+ low_ctx_qw0 |= (uint64_t)pkt[0]->vlan_tci << CI_TXD_CTX_QW0_L2TAG2_S;
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#559: FILE: drivers/net/intel/common/tx_vec_x86.h:467:
+ low_ctx_qw1 |= (uint64_t)pkt[1]->vlan_tci << CI_TXD_CTX_QW0_L2TAG2_S;
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#577: FILE: drivers/net/intel/common/tx_vec_x86.h:485:
+ low_ctx_qw0 |= (uint64_t)pkt[0]->vlan_tci << CI_TXD_CTX_QW0_L2TAG2_S;
total: 0 errors, 4 warnings, 0 checks, 1231 lines checked
Warning in drivers/net/intel/common/tx_vec_x86.h:
Adding __rte_always_inline; prefer plain inline
More information about the test-report
mailing list