|WARNING| pw159387 [RFC PATCH 23/27] net/intel: add special handling for single desc packets
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Dec 19 18:30:01 CET 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/159387
_coding style issues_
WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#86: FILE: drivers/net/intel/common/tx_scalar_fns.h:308:
+ if (nb_used == 1 && (ol_flags & (RTE_MBUF_F_TX_TCP_SEG | RTE_MBUF_F_TX_UDP_SEG)) == 0) {
WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#92: FILE: drivers/net/intel/common/tx_scalar_fns.h:314:
+ *txe = (struct ci_tx_entry){ .mbuf = tx_pkt, .last_id = tx_last, .next_id = tx_id };
total: 0 errors, 2 warnings, 0 checks, 35 lines checked
More information about the test-report
mailing list