|WARNING| pw168630 [PATCH v0 1/1] net/octeon_ep: add CN20K SDP VF endpoint support

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Aug 30 18:32:05 CEST 2026


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

_coding style issues_


CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#2006: FILE: drivers/net/octeon_ep/cnxk_ep_rx_neon.c:67:
+			m0->pkt_len = m0->data_len = vgetq_lane_u32(lens, 0);

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#2007: FILE: drivers/net/octeon_ep/cnxk_ep_rx_neon.c:68:
+			m1->pkt_len = m1->data_len = vgetq_lane_u32(lens, 1);

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#2008: FILE: drivers/net/octeon_ep/cnxk_ep_rx_neon.c:69:
+			m2->pkt_len = m2->data_len = vgetq_lane_u32(lens, 2);

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#2009: FILE: drivers/net/octeon_ep/cnxk_ep_rx_neon.c:70:
+			m3->pkt_len = m3->data_len = vgetq_lane_u32(lens, 3);

total: 0 errors, 0 warnings, 4 checks, 2218 lines checked
Warning in drivers/net/octeon_ep/cn20k_ep_mbox.c:
Using rte_smp_[r/w]mb


More information about the test-report mailing list