[dpdk-test-report] |WARNING| pw32820 [PATCH v4] net/i40e: support mac loopback

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jan 2 03:30:19 CET 2018


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

_coding style issues_


ERROR:TRAILING_WHITESPACE: trailing whitespace
#45: FILE: doc/guides/rel_notes/release_18_02.rst:46:
+  Add a mac loopback function for the i40e in order to support test $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#46: FILE: doc/guides/rel_notes/release_18_02.rst:47:
+  task asked by users. According to device configuration, it will $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#47: FILE: doc/guides/rel_notes/release_18_02.rst:48:
+  setup TX->RX loopback link or not. If loopback link is setted, $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#60: FILE: drivers/net/i40e/i40e_ethdev.c:2050:
+^I$

ERROR:SPACING: spaces required around that '=' (ctx:VxV)
#64: FILE: drivers/net/i40e/i40e_ethdev.c:2054:
+		ret=i40e_aq_set_lb_modes(hw,dev->data->dev_conf.lpbk_mode,NULL);
 		   ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#64: FILE: drivers/net/i40e/i40e_ethdev.c:2054:
+		ret=i40e_aq_set_lb_modes(hw,dev->data->dev_conf.lpbk_mode,NULL);
 		                           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#64: FILE: drivers/net/i40e/i40e_ethdev.c:2054:
+		ret=i40e_aq_set_lb_modes(hw,dev->data->dev_conf.lpbk_mode,NULL);
 		                                                         ^

total: 7 errors, 0 warnings, 0 checks, 37 lines checked


More information about the test-report mailing list