|WARNING| pw112552 [PATCH 2/2] app/test: fix bonding RSS test when disable RSS

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 8 13:46:49 CEST 2022


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

_coding style issues_


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#62: 
RSS functions of bonded and slave port if bonded port turns off RSS.

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#87: FILE: app/test/test_link_bonding_rssconf.c:471:
+	TEST_ASSERT(slave_remove_and_add() == 1, "remove and add slaves success.");

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#87: FILE: app/test/test_link_bonding_rssconf.c:471:
+	TEST_ASSERT(slave_remove_and_add() == 1, "remove and add slaves success.");

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#96: FILE: app/test/test_link_bonding_rssconf.c:480:
+ * Test RSS configuration over bonded and slaves.

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#102: FILE: app/test/test_link_bonding_rssconf.c:486:
+	struct slave_conf *port;

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#123: FILE: app/test/test_link_bonding_rssconf.c:507:
+	/* Set all keys to zero for all slaves */

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#125: FILE: app/test/test_link_bonding_rssconf.c:509:
+		port = &test_params.slave_ports[n];

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#128: FILE: app/test/test_link_bonding_rssconf.c:512:
+		TEST_ASSERT_SUCCESS(retval, "Cannot get slaves RSS configuration");

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#134: FILE: app/test/test_link_bonding_rssconf.c:518:
+		TEST_ASSERT(retval != 0, "Succeeded in setting slaves RSS keys");

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#150: FILE: app/test/test_link_bonding_rssconf.c:534:
+			port = &test_params.slave_ports[n];

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#153: FILE: app/test/test_link_bonding_rssconf.c:537:
+			TEST_ASSERT(retval != 0, "Succeeded in setting slaves RETA");

total: 0 errors, 11 warnings, 97 lines checked


More information about the test-report mailing list