* |WARNING| pw159379 [RFC PATCH 15/27] net/intel: support configurable VLAN tag insertion on Tx
[not found] <20251219172548.2660777-16-bruce.richardson@intel.com>
@ 2025-12-19 17:30 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2025-12-19 17:30 UTC (permalink / raw)
To: test-report; +Cc: Bruce Richardson
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/159379
_coding style issues_
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'l2tag1_field == CI_VLAN_IN_L2TAG1'
#124: FILE: drivers/net/intel/common/tx_scalar_fns.h:294:
+ if (((ol_flags & RTE_MBUF_F_TX_VLAN) && (l2tag1_field == CI_VLAN_IN_L2TAG1)) ||
+ (ol_flags & RTE_MBUF_F_TX_QINQ)) {
WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#147: FILE: drivers/net/intel/i40e/i40e_rxtx.c:1019:
+ return ci_xmit_pkts(tx_queue, tx_pkts, nb_pkts, CI_VLAN_IN_L2TAG1, get_context_desc, NULL, NULL);
WARNING:LONG_LINE: line length of 111 exceeds 100 columns
#160: FILE: drivers/net/intel/ice/ice_rxtx.c:3103:
+ return ci_xmit_pkts(txq, tx_pkts, nb_pkts, CI_VLAN_IN_L2TAG1, get_context_desc, NULL, &ts_fns);
total: 0 errors, 2 warnings, 1 checks, 64 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-12-19 17:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20251219172548.2660777-16-bruce.richardson@intel.com>
2025-12-19 17:30 ` |WARNING| pw159379 [RFC PATCH 15/27] net/intel: support configurable VLAN tag insertion on Tx checkpatch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).