[dpdk-test-report] |WARNING| pw56060 [DPDK] net/e1000: Intel i219 reset hang issue fix.

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jul 4 04:29:06 CEST 2019


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#16: 
Unit hang may occur if multiple descriptors are available in the rings during

ERROR:GERRIT_CHANGE_ID: Remove Gerrit Change-Id's before submitting upstream.
#19: 
Change-Id: Ia5e8dd06ad890d19f5093f1696faf68f7f52b491

WARNING:BRACES: braces {} are not necessary for single statement blocks
#60: FILE: drivers/net/e1000/igb_ethdev.c:1593:
+	if (hw->mac.type >= e1000_pch_spt) {
+		igb_flush_desc_rings(dev);
+	}

ERROR:SPACING: space required before the open parenthesis '('
#91: FILE: drivers/net/e1000/igb_rxtx.c:2981:
+	if(tdt != txq->tx_tail)

ERROR:SPACING: spaces required around that '==' (ctx:VxW)
#100: FILE: drivers/net/e1000/igb_rxtx.c:2990:
+	if (txq->tx_tail== txq->nb_tx_desc)
 	                ^

ERROR:SPACING: spaces required around that '=' (ctx:VxW)
#101: FILE: drivers/net/e1000/igb_rxtx.c:2991:
+		txq->tx_tail= 0;
 		            ^

WARNING:BRACES: braces {} are not necessary for single statement blocks
#159: FILE: drivers/net/e1000/igb_rxtx.c:3049:
+		if (fextnvm7 & E1000_FEXTNVM7_NEED_DESCRING_FLUSH) {
+			e1000_flush_rx_ring(dev);
+		}

total: 4 errors, 3 warnings, 0 checks, 116 lines checked


More information about the test-report mailing list