|WARNING| pw136802 [PATCH v4 03/18] net/i40e: stop using zero sized marker fields

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Feb 15 07:22:18 CET 2024


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

_coding style issues_


CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#390: FILE: drivers/net/i40e/i40e_rxtx_vec_sse.c:540:
+		_mm_storeu_si128((void *)&rx_pkts[pos+3]->mbuf_rx_descriptor_fields1,
 		                                     ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#393: FILE: drivers/net/i40e/i40e_rxtx_vec_sse.c:542:
+		_mm_storeu_si128((void *)&rx_pkts[pos+2]->mbuf_rx_descriptor_fields1,
 		                                     ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#402: FILE: drivers/net/i40e/i40e_rxtx_vec_sse.c:576:
+		_mm_storeu_si128((void *)&rx_pkts[pos+1]->mbuf_rx_descriptor_fields1,
 		                                     ^

total: 0 errors, 0 warnings, 3 checks, 279 lines checked


More information about the test-report mailing list