|WARNING| pw169070 [PATCH 06/13] net/intel: move iavf descriptor writing functions to common
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Sep 3 19:04:53 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/169070
_coding style issues_
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#388: FILE: drivers/net/intel/common/tx_vec_x86.h:300:
+ 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
#406: FILE: drivers/net/intel/common/tx_vec_x86.h:318:
+ 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
#557: FILE: drivers/net/intel/common/tx_vec_x86.h:469:
+ 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
#575: FILE: drivers/net/intel/common/tx_vec_x86.h:487:
+ low_ctx_qw0 |= (uint64_t)pkt[0]->vlan_tci << CI_TXD_CTX_QW0_L2TAG2_S;
total: 0 errors, 4 warnings, 0 checks, 1235 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