|WARNING| pw169068 [PATCH 03/13] net/iavf: use separate params for VLAN and QinQ position

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Sep 3 19:02:25 CEST 2026


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/169068

_coding style issues_


WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#270: FILE: drivers/net/intel/iavf/iavf_rxtx_vec_avx2.c:2013:
+			iavf_txd_enable_offload(pkt[1], &hi_data_qw1, single_vlan_pos, qinq_outer_pos);

WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#271: FILE: drivers/net/intel/iavf/iavf_rxtx_vec_avx2.c:2014:
+			iavf_txd_enable_offload(pkt[0], &hi_data_qw0, single_vlan_pos, qinq_outer_pos);

WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#280: FILE: drivers/net/intel/iavf/iavf_rxtx_vec_avx2.c:2030:
+		ctx_vtx1(txdp, *pkt, flags, offload, single_vlan_pos, qinq_outer_pos, ptype_lldp_enabled);

WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#299: FILE: drivers/net/intel/iavf/iavf_rxtx_vec_avx2.c:2070:
+		ctx_vtx(txdp, tx_pkts, nb_mbuf - 1, flags, offload, vlan_pos, vlan_pos, lldp_enabled);

WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#459: FILE: drivers/net/intel/iavf/iavf_rxtx_vec_avx512.c:2147:
+			iavf_txd_enable_offload(pkt[1], &hi_data_qw1, single_vlan_pos, qinq_outer_pos);

WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#460: FILE: drivers/net/intel/iavf/iavf_rxtx_vec_avx512.c:2148:
+			iavf_txd_enable_offload(pkt[0], &hi_data_qw0, single_vlan_pos, qinq_outer_pos);

WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#521: FILE: drivers/net/intel/iavf/iavf_rxtx_vec_avx512.c:2271:
+		ctx_vtx(txdp, tx_pkts, nb_mbuf - 1, flags, offload, vlan_pos, vlan_pos, lldp_enabled);

total: 0 errors, 7 warnings, 0 checks, 446 lines checked


More information about the test-report mailing list