[dpdk-test-report] |WARNING| pw20549 [PATCH v2] i40e: implement vector PMD for altivec

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Feb 20 12:41:50 CET 2017


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

_coding style issues_


CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#569: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:411:
+		 (vector unsigned char *)&rx_pkts[pos+3]->rx_descriptor_fields1
 		                                     ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#572: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:414:
+		 (vector unsigned char *)&rx_pkts[pos+2]->rx_descriptor_fields1
 		                                     ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#619: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:461:
+		 (vector unsigned char *)&rx_pkts[pos+1]->rx_descriptor_fields1
 		                                     ^

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#656: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:498:
+ /* vPMD receive routine that reassembles scattered packets
+ * Notice:

CHECK:SPACING: spaces preferred around that '*' (ctx:WxV)
#800: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:642:
+i40e_txq_vec_setup(struct i40e_tx_queue __rte_unused *txq)
                                                      ^

total: 0 errors, 1 warnings, 4 checks, 682 lines checked


More information about the test-report mailing list