|WARNING| pw159379 [RFC PATCH 15/27] net/intel: support configurable VLAN tag insertion on Tx

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 19 18:30:31 CET 2025


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


More information about the test-report mailing list