|WARNING| pw169612 [PATCH v2 03/15] net/iavf: use separate params for VLAN and QinQ position

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Sep 15 15:37:53 CEST 2026


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

_coding style issues_


WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#275: 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
#276: 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
#285: 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
#304: 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
#464: 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
#465: 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
#526: 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, 444 lines checked


More information about the test-report mailing list