automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw112947 [PATCH v2] net/bonding: move testpmd commands
       [not found] <20220617050652.1273144-1-david.marchand@redhat.com>
@ 2022-06-17  5:09 ` checkpatch
  2022-06-17  6:19 ` |SUCCESS| " 0-day Robot
  1 sibling, 0 replies; 13+ messages in thread
From: checkpatch @ 2022-06-17  5:09 UTC (permalink / raw)
  To: test-report; +Cc: David Marchand

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

_coding style issues_


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1208: FILE: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst:520:
+add bonding slave

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1213: FILE: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst:525:
+   testpmd> add bonding slave (slave id) (port id)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1213: FILE: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst:525:
+   testpmd> add bonding slave (slave id) (port id)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1217: FILE: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst:529:
+   testpmd> add bonding slave 6 10

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1220: FILE: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst:532:
+remove bonding slave

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1223: FILE: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst:535:
+Removes an Ethernet slave device from a Link Bonding device::

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1225: FILE: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst:537:
+   testpmd> remove bonding slave (slave id) (port id)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1225: FILE: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst:537:
+   testpmd> remove bonding slave (slave id) (port id)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1227: FILE: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst:539:
+For example, to remove Ethernet slave device (port 6) to a Link Bonding device (port 10)::

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1229: FILE: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst:541:
+   testpmd> remove bonding slave 6 10

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1245: FILE: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst:557:
+Set an Ethernet slave device as the primary device on a Link Bonding device::

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1247: FILE: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst:559:
+   testpmd> set bonding primary (slave id) (port id)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1249: FILE: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst:561:
+For example, to set the Ethernet slave device (port 6) as the primary port of a Link Bonding device (port 10)::

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1281: FILE: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst:593:
+This adds support for PMD slave devices which do not support link status interrupts.

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1295: FILE: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst:607:
+Enable dedicated tx/rx queues on bonding devices slaves to handle LACP control plane traffic

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1317: FILE: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst:629:
+to show the configuration a Link Bonding device (port 9) with 3 slave devices (1, 3, 4)

WARNING:TYPO_SPELLING: 'Slaves' may be misspelled - perhaps 'Secondaries'?
#1323: FILE: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst:635:
+        Slaves (3): [1 3 4]

WARNING:TYPO_SPELLING: 'Slaves' may be misspelled - perhaps 'Secondaries'?
#1324: FILE: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst:636:
+        Active Slaves (3): [1 3 4]

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1739: FILE: drivers/net/bonding/bonding_testpmd.c:246:
+static void lacp_slave_info_show(struct rte_eth_bond_8023ad_slave_info *info)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1739: FILE: drivers/net/bonding/bonding_testpmd.c:246:
+static void lacp_slave_info_show(struct rte_eth_bond_8023ad_slave_info *info)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1818: FILE: drivers/net/bonding/bonding_testpmd.c:325:
+	struct rte_eth_bond_8023ad_slave_info slave_info;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1818: FILE: drivers/net/bonding/bonding_testpmd.c:325:
+	struct rte_eth_bond_8023ad_slave_info slave_info;

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1820: FILE: drivers/net/bonding/bonding_testpmd.c:327:
+	portid_t slaves[RTE_MAX_ETHPORTS];

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1822: FILE: drivers/net/bonding/bonding_testpmd.c:329:
+	int num_active_slaves;

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1833: FILE: drivers/net/bonding/bonding_testpmd.c:340:
+	num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves,

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1833: FILE: drivers/net/bonding/bonding_testpmd.c:340:
+	num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves,

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1833: FILE: drivers/net/bonding/bonding_testpmd.c:340:
+	num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves,

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1835: FILE: drivers/net/bonding/bonding_testpmd.c:342:
+	if (num_active_slaves < 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1836: FILE: drivers/net/bonding/bonding_testpmd.c:343:
+		fprintf(stderr, "	Failed to get active slave list for port = %u
",

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1840: FILE: drivers/net/bonding/bonding_testpmd.c:347:
+	if (num_active_slaves == 0)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1841: FILE: drivers/net/bonding/bonding_testpmd.c:348:
+		fprintf(stderr, "	IEEE802.3 port %u has no active slave
",

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1853: FILE: drivers/net/bonding/bonding_testpmd.c:360:
+	for (i = 0; i < num_active_slaves; i++) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1854: FILE: drivers/net/bonding/bonding_testpmd.c:361:
+		ret = rte_eth_bond_8023ad_slave_info(port_id, slaves[i],

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1854: FILE: drivers/net/bonding/bonding_testpmd.c:361:
+		ret = rte_eth_bond_8023ad_slave_info(port_id, slaves[i],

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1855: FILE: drivers/net/bonding/bonding_testpmd.c:362:
+				&slave_info);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1857: FILE: drivers/net/bonding/bonding_testpmd.c:364:
+			fprintf(stderr, "	Get slave device %u info failed
",

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1858: FILE: drivers/net/bonding/bonding_testpmd.c:365:
+				slaves[i]);

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1861: FILE: drivers/net/bonding/bonding_testpmd.c:368:
+		printf("	Slave Port: %u
", slaves[i]);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1862: FILE: drivers/net/bonding/bonding_testpmd.c:369:
+		lacp_slave_info_show(&slave_info);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1862: FILE: drivers/net/bonding/bonding_testpmd.c:369:
+		lacp_slave_info_show(&slave_info);

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1910: FILE: drivers/net/bonding/bonding_testpmd.c:417:
+	portid_t slaves[RTE_MAX_ETHPORTS];

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1911: FILE: drivers/net/bonding/bonding_testpmd.c:418:
+	int num_slaves, num_active_slaves;

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1911: FILE: drivers/net/bonding/bonding_testpmd.c:418:
+	int num_slaves, num_active_slaves;

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1969: FILE: drivers/net/bonding/bonding_testpmd.c:476:
+	num_slaves = rte_eth_bond_slaves_get(port_id, slaves, RTE_MAX_ETHPORTS);

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1969: FILE: drivers/net/bonding/bonding_testpmd.c:476:
+	num_slaves = rte_eth_bond_slaves_get(port_id, slaves, RTE_MAX_ETHPORTS);

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1969: FILE: drivers/net/bonding/bonding_testpmd.c:476:
+	num_slaves = rte_eth_bond_slaves_get(port_id, slaves, RTE_MAX_ETHPORTS);

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1971: FILE: drivers/net/bonding/bonding_testpmd.c:478:
+	if (num_slaves < 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1972: FILE: drivers/net/bonding/bonding_testpmd.c:479:
+		fprintf(stderr, "	Failed to get slave list for port = %d
",

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1976: FILE: drivers/net/bonding/bonding_testpmd.c:483:
+	if (num_slaves > 0) {

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1977: FILE: drivers/net/bonding/bonding_testpmd.c:484:
+		printf("	Slaves (%d): [", num_slaves);

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1978: FILE: drivers/net/bonding/bonding_testpmd.c:485:
+		for (i = 0; i < num_slaves - 1; i++)

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1979: FILE: drivers/net/bonding/bonding_testpmd.c:486:
+			printf("%d ", slaves[i]);

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1981: FILE: drivers/net/bonding/bonding_testpmd.c:488:
+		printf("%d]
", slaves[num_slaves - 1]);

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1981: FILE: drivers/net/bonding/bonding_testpmd.c:488:
+		printf("%d]
", slaves[num_slaves - 1]);

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1986: FILE: drivers/net/bonding/bonding_testpmd.c:493:
+	num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves,

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1986: FILE: drivers/net/bonding/bonding_testpmd.c:493:
+	num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves,

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1986: FILE: drivers/net/bonding/bonding_testpmd.c:493:
+	num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves,

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1989: FILE: drivers/net/bonding/bonding_testpmd.c:496:
+	if (num_active_slaves < 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1991: FILE: drivers/net/bonding/bonding_testpmd.c:498:
+			"	Failed to get active slave list for port = %d
",

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1995: FILE: drivers/net/bonding/bonding_testpmd.c:502:
+	if (num_active_slaves > 0) {

WARNING:TYPO_SPELLING: 'Slaves' may be misspelled - perhaps 'Secondaries'?
#1996: FILE: drivers/net/bonding/bonding_testpmd.c:503:
+		printf("	Active Slaves (%d): [", num_active_slaves);

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1996: FILE: drivers/net/bonding/bonding_testpmd.c:503:
+		printf("	Active Slaves (%d): [", num_active_slaves);

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1997: FILE: drivers/net/bonding/bonding_testpmd.c:504:
+		for (i = 0; i < num_active_slaves - 1; i++)

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#1998: FILE: drivers/net/bonding/bonding_testpmd.c:505:
+			printf("%d ", slaves[i]);

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#2000: FILE: drivers/net/bonding/bonding_testpmd.c:507:
+		printf("%d]
", slaves[num_active_slaves - 1]);

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#2000: FILE: drivers/net/bonding/bonding_testpmd.c:507:
+		printf("%d]
", slaves[num_active_slaves - 1]);

WARNING:TYPO_SPELLING: 'Slaves' may be misspelled - perhaps 'Secondaries'?
#2003: FILE: drivers/net/bonding/bonding_testpmd.c:510:
+		printf("	Active Slaves: []
");

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2008: FILE: drivers/net/bonding/bonding_testpmd.c:515:
+		fprintf(stderr, "	Failed to get primary slave for port = %d
",

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2047: FILE: drivers/net/bonding/bonding_testpmd.c:554:
+	portid_t slave_id;

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#2055: FILE: drivers/net/bonding/bonding_testpmd.c:562:
+	portid_t master_port_id = res->port_id;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2056: FILE: drivers/net/bonding/bonding_testpmd.c:563:
+	portid_t slave_port_id = res->slave_id;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2056: FILE: drivers/net/bonding/bonding_testpmd.c:563:
+	portid_t slave_port_id = res->slave_id;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2058: FILE: drivers/net/bonding/bonding_testpmd.c:565:
+	/* Set the primary slave for a bonded device. */

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#2059: FILE: drivers/net/bonding/bonding_testpmd.c:566:
+	if (rte_eth_bond_primary_set(master_port_id, slave_port_id) != 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2059: FILE: drivers/net/bonding/bonding_testpmd.c:566:
+	if (rte_eth_bond_primary_set(master_port_id, slave_port_id) != 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2060: FILE: drivers/net/bonding/bonding_testpmd.c:567:
+		fprintf(stderr, "	 Failed to set primary slave for port = %d.
",

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#2061: FILE: drivers/net/bonding/bonding_testpmd.c:568:
+			master_port_id);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2076: FILE: drivers/net/bonding/bonding_testpmd.c:583:
+static cmdline_parse_token_num_t cmd_setbonding_primary_slave =

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2078: FILE: drivers/net/bonding/bonding_testpmd.c:585:
+		slave_id, RTE_UINT16);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2085: FILE: drivers/net/bonding/bonding_testpmd.c:592:
+	.help_str = "set bonding primary <slave_id> <port_id>: "

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2086: FILE: drivers/net/bonding/bonding_testpmd.c:593:
+		"Set the primary slave for port_id",

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2092: FILE: drivers/net/bonding/bonding_testpmd.c:599:
+		(void *)&cmd_setbonding_primary_slave,

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#2098: FILE: drivers/net/bonding/bonding_testpmd.c:605:
+/* *** ADD SLAVE *** */

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2099: FILE: drivers/net/bonding/bonding_testpmd.c:606:
+struct cmd_add_bonding_slave_result {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2102: FILE: drivers/net/bonding/bonding_testpmd.c:609:
+	cmdline_fixed_string_t slave;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2103: FILE: drivers/net/bonding/bonding_testpmd.c:610:
+	portid_t slave_id;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2107: FILE: drivers/net/bonding/bonding_testpmd.c:614:
+static void cmd_add_bonding_slave_parsed(void *parsed_result,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2110: FILE: drivers/net/bonding/bonding_testpmd.c:617:
+	struct cmd_add_bonding_slave_result *res = parsed_result;

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#2111: FILE: drivers/net/bonding/bonding_testpmd.c:618:
+	portid_t master_port_id = res->port_id;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2112: FILE: drivers/net/bonding/bonding_testpmd.c:619:
+	portid_t slave_port_id = res->slave_id;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2112: FILE: drivers/net/bonding/bonding_testpmd.c:619:
+	portid_t slave_port_id = res->slave_id;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2114: FILE: drivers/net/bonding/bonding_testpmd.c:621:
+	/* add the slave for a bonded device. */

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2115: FILE: drivers/net/bonding/bonding_testpmd.c:622:
+	if (rte_eth_bond_slave_add(master_port_id, slave_port_id) != 0) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#2115: FILE: drivers/net/bonding/bonding_testpmd.c:622:
+	if (rte_eth_bond_slave_add(master_port_id, slave_port_id) != 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2115: FILE: drivers/net/bonding/bonding_testpmd.c:622:
+	if (rte_eth_bond_slave_add(master_port_id, slave_port_id) != 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2117: FILE: drivers/net/bonding/bonding_testpmd.c:624:
+			"	 Failed to add slave %d to master port = %d.
",

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#2117: FILE: drivers/net/bonding/bonding_testpmd.c:624:
+			"	 Failed to add slave %d to master port = %d.
",

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2118: FILE: drivers/net/bonding/bonding_testpmd.c:625:
+			slave_port_id, master_port_id);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#2118: FILE: drivers/net/bonding/bonding_testpmd.c:625:
+			slave_port_id, master_port_id);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2122: FILE: drivers/net/bonding/bonding_testpmd.c:629:
+	set_port_slave_flag(slave_port_id);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2122: FILE: drivers/net/bonding/bonding_testpmd.c:629:
+	set_port_slave_flag(slave_port_id);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2125: FILE: drivers/net/bonding/bonding_testpmd.c:632:
+static cmdline_parse_token_string_t cmd_addbonding_slave_add =

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2126: FILE: drivers/net/bonding/bonding_testpmd.c:633:
+	TOKEN_STRING_INITIALIZER(struct cmd_add_bonding_slave_result,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2128: FILE: drivers/net/bonding/bonding_testpmd.c:635:
+static cmdline_parse_token_string_t cmd_addbonding_slave_bonding =

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2129: FILE: drivers/net/bonding/bonding_testpmd.c:636:
+	TOKEN_STRING_INITIALIZER(struct cmd_add_bonding_slave_result,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2131: FILE: drivers/net/bonding/bonding_testpmd.c:638:
+static cmdline_parse_token_string_t cmd_addbonding_slave_slave =

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2132: FILE: drivers/net/bonding/bonding_testpmd.c:639:
+	TOKEN_STRING_INITIALIZER(struct cmd_add_bonding_slave_result,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2133: FILE: drivers/net/bonding/bonding_testpmd.c:640:
+		slave, "slave");

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2133: FILE: drivers/net/bonding/bonding_testpmd.c:640:
+		slave, "slave");

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2134: FILE: drivers/net/bonding/bonding_testpmd.c:641:
+static cmdline_parse_token_num_t cmd_addbonding_slave_slaveid =

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2135: FILE: drivers/net/bonding/bonding_testpmd.c:642:
+	TOKEN_NUM_INITIALIZER(struct cmd_add_bonding_slave_result,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2136: FILE: drivers/net/bonding/bonding_testpmd.c:643:
+		slave_id, RTE_UINT16);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2137: FILE: drivers/net/bonding/bonding_testpmd.c:644:
+static cmdline_parse_token_num_t cmd_addbonding_slave_port =

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2138: FILE: drivers/net/bonding/bonding_testpmd.c:645:
+	TOKEN_NUM_INITIALIZER(struct cmd_add_bonding_slave_result,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2141: FILE: drivers/net/bonding/bonding_testpmd.c:648:
+static cmdline_parse_inst_t cmd_add_bonding_slave = {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2142: FILE: drivers/net/bonding/bonding_testpmd.c:649:
+	.f = cmd_add_bonding_slave_parsed,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2143: FILE: drivers/net/bonding/bonding_testpmd.c:650:
+	.help_str = "add bonding slave <slave_id> <port_id>: "

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2143: FILE: drivers/net/bonding/bonding_testpmd.c:650:
+	.help_str = "add bonding slave <slave_id> <port_id>: "

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2144: FILE: drivers/net/bonding/bonding_testpmd.c:651:
+		"Add a slave device to a bonded device",

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2147: FILE: drivers/net/bonding/bonding_testpmd.c:654:
+		(void *)&cmd_addbonding_slave_add,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2148: FILE: drivers/net/bonding/bonding_testpmd.c:655:
+		(void *)&cmd_addbonding_slave_bonding,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2149: FILE: drivers/net/bonding/bonding_testpmd.c:656:
+		(void *)&cmd_addbonding_slave_slave,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2150: FILE: drivers/net/bonding/bonding_testpmd.c:657:
+		(void *)&cmd_addbonding_slave_slaveid,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2151: FILE: drivers/net/bonding/bonding_testpmd.c:658:
+		(void *)&cmd_addbonding_slave_port,

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#2156: FILE: drivers/net/bonding/bonding_testpmd.c:663:
+/* *** REMOVE SLAVE *** */

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2157: FILE: drivers/net/bonding/bonding_testpmd.c:664:
+struct cmd_remove_bonding_slave_result {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2160: FILE: drivers/net/bonding/bonding_testpmd.c:667:
+	cmdline_fixed_string_t slave;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2161: FILE: drivers/net/bonding/bonding_testpmd.c:668:
+	portid_t slave_id;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2165: FILE: drivers/net/bonding/bonding_testpmd.c:672:
+static void cmd_remove_bonding_slave_parsed(void *parsed_result,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2168: FILE: drivers/net/bonding/bonding_testpmd.c:675:
+	struct cmd_remove_bonding_slave_result *res = parsed_result;

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#2169: FILE: drivers/net/bonding/bonding_testpmd.c:676:
+	portid_t master_port_id = res->port_id;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2170: FILE: drivers/net/bonding/bonding_testpmd.c:677:
+	portid_t slave_port_id = res->slave_id;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2170: FILE: drivers/net/bonding/bonding_testpmd.c:677:
+	portid_t slave_port_id = res->slave_id;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2172: FILE: drivers/net/bonding/bonding_testpmd.c:679:
+	/* remove the slave from a bonded device. */

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2173: FILE: drivers/net/bonding/bonding_testpmd.c:680:
+	if (rte_eth_bond_slave_remove(master_port_id, slave_port_id) != 0) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#2173: FILE: drivers/net/bonding/bonding_testpmd.c:680:
+	if (rte_eth_bond_slave_remove(master_port_id, slave_port_id) != 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2173: FILE: drivers/net/bonding/bonding_testpmd.c:680:
+	if (rte_eth_bond_slave_remove(master_port_id, slave_port_id) != 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2175: FILE: drivers/net/bonding/bonding_testpmd.c:682:
+			"	 Failed to remove slave %d from master port = %d.
",

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#2175: FILE: drivers/net/bonding/bonding_testpmd.c:682:
+			"	 Failed to remove slave %d from master port = %d.
",

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2176: FILE: drivers/net/bonding/bonding_testpmd.c:683:
+			slave_port_id, master_port_id);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#2176: FILE: drivers/net/bonding/bonding_testpmd.c:683:
+			slave_port_id, master_port_id);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2180: FILE: drivers/net/bonding/bonding_testpmd.c:687:
+	clear_port_slave_flag(slave_port_id);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2180: FILE: drivers/net/bonding/bonding_testpmd.c:687:
+	clear_port_slave_flag(slave_port_id);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2183: FILE: drivers/net/bonding/bonding_testpmd.c:690:
+static cmdline_parse_token_string_t cmd_removebonding_slave_remove =

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2184: FILE: drivers/net/bonding/bonding_testpmd.c:691:
+	TOKEN_STRING_INITIALIZER(struct cmd_remove_bonding_slave_result,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2186: FILE: drivers/net/bonding/bonding_testpmd.c:693:
+static cmdline_parse_token_string_t cmd_removebonding_slave_bonding =

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2187: FILE: drivers/net/bonding/bonding_testpmd.c:694:
+	TOKEN_STRING_INITIALIZER(struct cmd_remove_bonding_slave_result,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2189: FILE: drivers/net/bonding/bonding_testpmd.c:696:
+static cmdline_parse_token_string_t cmd_removebonding_slave_slave =

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2190: FILE: drivers/net/bonding/bonding_testpmd.c:697:
+	TOKEN_STRING_INITIALIZER(struct cmd_remove_bonding_slave_result,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2191: FILE: drivers/net/bonding/bonding_testpmd.c:698:
+		slave, "slave");

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2191: FILE: drivers/net/bonding/bonding_testpmd.c:698:
+		slave, "slave");

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2192: FILE: drivers/net/bonding/bonding_testpmd.c:699:
+static cmdline_parse_token_num_t cmd_removebonding_slave_slaveid =

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2193: FILE: drivers/net/bonding/bonding_testpmd.c:700:
+	TOKEN_NUM_INITIALIZER(struct cmd_remove_bonding_slave_result,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2194: FILE: drivers/net/bonding/bonding_testpmd.c:701:
+		slave_id, RTE_UINT16);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2195: FILE: drivers/net/bonding/bonding_testpmd.c:702:
+static cmdline_parse_token_num_t cmd_removebonding_slave_port =

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2196: FILE: drivers/net/bonding/bonding_testpmd.c:703:
+	TOKEN_NUM_INITIALIZER(struct cmd_remove_bonding_slave_result,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2199: FILE: drivers/net/bonding/bonding_testpmd.c:706:
+static cmdline_parse_inst_t cmd_remove_bonding_slave = {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2200: FILE: drivers/net/bonding/bonding_testpmd.c:707:
+	.f = cmd_remove_bonding_slave_parsed,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2201: FILE: drivers/net/bonding/bonding_testpmd.c:708:
+	.help_str = "remove bonding slave <slave_id> <port_id>: "

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2201: FILE: drivers/net/bonding/bonding_testpmd.c:708:
+	.help_str = "remove bonding slave <slave_id> <port_id>: "

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2202: FILE: drivers/net/bonding/bonding_testpmd.c:709:
+		"Remove a slave device from a bonded device",

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2205: FILE: drivers/net/bonding/bonding_testpmd.c:712:
+		(void *)&cmd_removebonding_slave_remove,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2206: FILE: drivers/net/bonding/bonding_testpmd.c:713:
+		(void *)&cmd_removebonding_slave_bonding,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2207: FILE: drivers/net/bonding/bonding_testpmd.c:714:
+		(void *)&cmd_removebonding_slave_slave,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2208: FILE: drivers/net/bonding/bonding_testpmd.c:715:
+		(void *)&cmd_removebonding_slave_slaveid,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2209: FILE: drivers/net/bonding/bonding_testpmd.c:716:
+		(void *)&cmd_removebonding_slave_port,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2477: FILE: drivers/net/bonding/bonding_testpmd.c:984:
+		"set bonding primary (slave_id) (port_id)
"

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2478: FILE: drivers/net/bonding/bonding_testpmd.c:985:
+		"	Set the primary slave for a bonded device.
",

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2481: FILE: drivers/net/bonding/bonding_testpmd.c:988:
+		&cmd_add_bonding_slave,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2482: FILE: drivers/net/bonding/bonding_testpmd.c:989:
+		"add bonding slave (slave_id) (port_id)
"

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2482: FILE: drivers/net/bonding/bonding_testpmd.c:989:
+		"add bonding slave (slave_id) (port_id)
"

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2483: FILE: drivers/net/bonding/bonding_testpmd.c:990:
+		"	Add a slave device to a bonded device.
",

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2486: FILE: drivers/net/bonding/bonding_testpmd.c:993:
+		&cmd_remove_bonding_slave,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2487: FILE: drivers/net/bonding/bonding_testpmd.c:994:
+		"remove bonding slave (slave_id) (port_id)
"

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2487: FILE: drivers/net/bonding/bonding_testpmd.c:994:
+		"remove bonding slave (slave_id) (port_id)
"

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2488: FILE: drivers/net/bonding/bonding_testpmd.c:995:
+		"	Remove a slave device from a bonded device.
",

total: 0 errors, 176 warnings, 0 checks, 2403 lines checked

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |SUCCESS| pw112947 [PATCH v2] net/bonding: move testpmd commands
       [not found] <20220617050652.1273144-1-david.marchand@redhat.com>
  2022-06-17  5:09 ` |WARNING| pw112947 [PATCH v2] net/bonding: move testpmd commands checkpatch
@ 2022-06-17  6:19 ` 0-day Robot
  1 sibling, 0 replies; 13+ messages in thread
From: 0-day Robot @ 2022-06-17  6:19 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/112947/

_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2513496275

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |SUCCESS| pw112947 [PATCH] [v2] net/bonding: move testpmd commands
@ 2022-06-25 21:17 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-06-25 21:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 3077 bytes --]

Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/112947

_Testing PASS_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Friday, June 17 2022 05:06:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7342e612052ae3ec875ae018548324d29abfa9c2

112947 --> testing pass

Test environment and result as below:

+-----------------------------+----------+
|         Environment         | abi_test |
+=============================+==========+
| Ubuntu 20.04 ARM GCC Native | PASS     |
+-----------------------------+----------+
| Fedora 33                   | PASS     |
+-----------------------------+----------+
| RHEL 7                      | PASS     |
+-----------------------------+----------+
| Ubuntu 18.04                | PASS     |
+-----------------------------+----------+
| Fedora 32                   | PASS     |
+-----------------------------+----------+
| Fedora 34                   | PASS     |
+-----------------------------+----------+
| RHEL8                       | PASS     |
+-----------------------------+----------+
| CentOS Stream 8             | PASS     |
+-----------------------------+----------+
| Fedora 31                   | PASS     |
+-----------------------------+----------+
| Arch Linux                  | PASS     |
+-----------------------------+----------+
| Ubuntu 20.04                | PASS     |
+-----------------------------+----------+
| Fedora 34 clang             | PASS     |
+-----------------------------+----------+
| openSUSE Leap 15            | PASS     |
+-----------------------------+----------+
| Alpine                      | PASS     |
+-----------------------------+----------+


Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22663/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |SUCCESS| pw112947 [PATCH] [v2] net/bonding: move testpmd commands
@ 2022-06-17  8:32 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-06-17  8:32 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 1174 bytes --]

Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/112947

_Functional Testing PASS_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Friday, June 17 2022 05:06:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7342e612052ae3ec875ae018548324d29abfa9c2

112947 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22663/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |SUCCESS| pw112947 [PATCH] [v2] net/bonding: move testpmd commands
@ 2022-06-17  8:25 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-06-17  8:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 3304 bytes --]

Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/112947

_Performance Testing PASS_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Friday, June 17 2022 05:06:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7342e612052ae3ec875ae018548324d29abfa9c2

112947 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4

Detail performance results: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 512     | 64         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 0.8%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -4.3%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -0.5%                        |
+----------+-------------+---------+------------+------------------------------+

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

Detail performance results: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 128     | 64         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 512     | 64         | -0.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 128     | 64         | -0.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -0.0%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 0.8%                         |
+----------+-------------+---------+------------+------------------------------+

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22663/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |SUCCESS| pw112947 [PATCH] [v2] net/bonding: move testpmd commands
@ 2022-06-17  7:58 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-06-17  7:58 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 990 bytes --]

Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/112947

_Functional Testing PASS_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Friday, June 17 2022 05:06:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7342e612052ae3ec875ae018548324d29abfa9c2

112947 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22663/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |SUCCESS| pw112947 [PATCH] [v2] net/bonding: move testpmd commands
@ 2022-06-17  7:56 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-06-17  7:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 3825 bytes --]

Test-Label: iol-x86_64-compile-testing
Test-Status: SUCCESS
http://dpdk.org/patch/112947

_Testing PASS_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Friday, June 17 2022 05:06:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7342e612052ae3ec875ae018548324d29abfa9c2

112947 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| Ubuntu 18.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 32           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 31           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL 7              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Arch Linux          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 34           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 33           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 34 clang     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+


Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22663/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |SUCCESS| pw112947 [PATCH] [v2] net/bonding: move testpmd commands
@ 2022-06-17  7:51 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-06-17  7:51 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 1795 bytes --]

Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/112947

_Performance Testing PASS_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Friday, June 17 2022 05:06:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7342e612052ae3ec875ae018548324d29abfa9c2

112947 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4

Detail performance results: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 512     | 64         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 0.8%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -4.3%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -0.5%                        |
+----------+-------------+---------+------------+------------------------------+

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22663/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |SUCCESS| pw112947 [PATCH] [v2] net/bonding: move testpmd commands
@ 2022-06-17  7:41 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-06-17  7:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 2853 bytes --]

Test-Label: iol-x86_64-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/112947

_Testing PASS_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Friday, June 17 2022 05:06:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7342e612052ae3ec875ae018548324d29abfa9c2

112947 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| Arch Linux          | PASS           |
+---------------------+----------------+
| Fedora 31           | PASS           |
+---------------------+----------------+
| Fedora 33           | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| Fedora 34           | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| RHEL 7              | PASS           |
+---------------------+----------------+
| Fedora 32           | PASS           |
+---------------------+----------------+
| Ubuntu 18.04        | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| Fedora 34 clang     | PASS           |
+---------------------+----------------+


Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22663/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |SUCCESS| pw112947 [PATCH] [v2] net/bonding: move testpmd commands
@ 2022-06-17  7:32 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-06-17  7:32 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 2140 bytes --]

Test-Label: iol-aarch64-compile-testing
Test-Status: SUCCESS
http://dpdk.org/patch/112947

_Testing PASS_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Friday, June 17 2022 05:06:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7342e612052ae3ec875ae018548324d29abfa9c2

112947 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Native            | PASS               |
+----------------------------------------+--------------------+


Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22663/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |SUCCESS| pw112947 [PATCH] [v2] net/bonding: move testpmd commands
@ 2022-06-17  6:55 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-06-17  6:55 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 1447 bytes --]

Test-Label: iol-aarch64-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/112947

_Testing PASS_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Friday, June 17 2022 05:06:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7342e612052ae3ec875ae018548324d29abfa9c2

112947 --> testing pass

Test environment and result as below:

+-------------------------------+--------------+----------------+
|          Environment          | lpm_autotest | dpdk_unit_test |
+===============================+==============+================+
| Ubuntu 20.04 ARM SVE          | PASS         | SKIPPED        |
+-------------------------------+--------------+----------------+
| Ubuntu 20.04 ARM GCC Native   | SKIPPED      | PASS           |
+-------------------------------+--------------+----------------+
| Ubuntu 20.04 ARM Clang Native | SKIPPED      | PASS           |
+-------------------------------+--------------+----------------+


Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22663/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |SUCCESS| pw112947 [PATCH] [v2] net/bonding: move testpmd commands
@ 2022-06-17  6:55 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-06-17  6:55 UTC (permalink / raw)
  To: Ali Alnubani, Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 2079 bytes --]

Test-Label: iol-mellanox-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/112947

_Performance Testing PASS_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Friday, June 17 2022 05:06:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7342e612052ae3ec875ae018548324d29abfa9c2

112947 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-5 100000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 256     | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 128        | 256     | 1        | 1           | -0.1%                        |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 256        | 256     | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 256     | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 512        | 256     | 1        | 1           | -0.2%                        |
+------------+---------+----------+-------------+------------------------------+

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22663/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |SUCCESS| pw112947 [PATCH] [v2] net/bonding: move testpmd commands
@ 2022-06-17  6:27 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-06-17  6:27 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 803 bytes --]

Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/112947

_Functional Testing PASS_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Friday, June 17 2022 05:06:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7342e612052ae3ec875ae018548324d29abfa9c2

112947 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22663/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-06-25 21:17 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220617050652.1273144-1-david.marchand@redhat.com>
2022-06-17  5:09 ` |WARNING| pw112947 [PATCH v2] net/bonding: move testpmd commands checkpatch
2022-06-17  6:19 ` |SUCCESS| " 0-day Robot
2022-06-17  6:27 |SUCCESS| pw112947 [PATCH] [v2] " dpdklab
2022-06-17  6:55 dpdklab
2022-06-17  6:55 dpdklab
2022-06-17  7:32 dpdklab
2022-06-17  7:41 dpdklab
2022-06-17  7:51 dpdklab
2022-06-17  7:56 dpdklab
2022-06-17  7:58 dpdklab
2022-06-17  8:25 dpdklab
2022-06-17  8:32 dpdklab
2022-06-25 21:17 dpdklab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).