automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw111414-111425 [PATCH] [12/12] net/hns3: fix TM capability incorrectly defined
@ 2022-05-19 12:49 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-05-19 12:49 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/111414

_apply patch failure_

Submitter: Min Hu (Connor) <humin29@huawei.com>
Date: Thursday, May 19 2022 12:29:17 
Applied on: CommitID:68c050954ff393b894aa3672a5ef1a231597dab0
Apply patch set 111414-111425 failed:

Checking patch drivers/net/hns3/hns3_cmd.c...
error: while searching for:
	for (i = 0; i < MAX_CAPS_BIT; i++) {
		if (!(caps_masked & BIT_ULL(i)))
			continue;
		hns3_info(hw, "mask capabiliy: id-%u, name-%s.",
			  i, hns3_get_caps_name(i));
	}
}

error: patch failed: drivers/net/hns3/hns3_cmd.c:462
error: while searching for:
		return 0;

	/*
	 * Requiring firmware to enable some features, firber port can still
	 * work without it, but copper port can't work because the firmware
	 * fails to take over the PHY.
	 */

error: patch failed: drivers/net/hns3/hns3_cmd.c:732
Applying patch drivers/net/hns3/hns3_cmd.c with 2 rejects...
Rejected hunk #1.
Rejected hunk #2.
diff a/drivers/net/hns3/hns3_cmd.c b/drivers/net/hns3/hns3_cmd.c	(rejected hunks)
@@ -462,7 +462,7 @@ hns3_mask_capability(struct hns3_hw *hw,
 	for (i = 0; i < MAX_CAPS_BIT; i++) {
 		if (!(caps_masked & BIT_ULL(i)))
 			continue;
-		hns3_info(hw, "mask capabiliy: id-%u, name-%s.",
+		hns3_info(hw, "mask capability: id-%u, name-%s.",
 			  i, hns3_get_caps_name(i));
 	}
 }
@@ -732,7 +732,7 @@ hns3_cmd_init(struct hns3_hw *hw)
 		return 0;
 
 	/*
-	 * Requiring firmware to enable some features, firber port can still
+	 * Requiring firmware to enable some features, fiber port can still
 	 * work without it, but copper port can't work because the firmware
 	 * fails to take over the PHY.
 	 */
Checking patch drivers/net/hns3/hns3_cmd.c...
Checking patch drivers/net/hns3/hns3_common.c...
Checking patch drivers/net/hns3/hns3_dcb.c...
Checking patch drivers/net/hns3/hns3_ethdev.c...
Hunk #1 succeeded at 1626 (offset -1 lines).
Hunk #2 succeeded at 1658 (offset -1 lines).
Hunk #3 succeeded at 1669 (offset -1 lines).
Hunk #4 succeeded at 1746 (offset -1 lines).
Hunk #5 succeeded at 2675 (offset -1 lines).
Hunk #6 succeeded at 3914 (offset -1 lines).
Hunk #7 succeeded at 5991 (offset -1 lines).
Checking patch drivers/net/hns3/hns3_ethdev_vf.c...
Hunk #1 succeeded at 141 (offset -1 lines).
Hunk #2 succeeded at 153 (offset -1 lines).
Hunk #3 succeeded at 198 (offset -1 lines).
error: while searching for:
		 */
		if (ret == -EPERM) {
			hns3_ether_format_addr(mac_str, RTE_ETHER_ADDR_FMT_SIZE,
					      old_addr);
			hns3_warn(hw, "Has permanet mac addr(%s) for vf",
				  mac_str);
		} else {
			hns3_ether_format_addr(mac_str, RTE_ETHER_ADDR_FMT_SIZE,
					      mac_addr);
			hns3_err(hw, "Failed to set mac addr(%s) for vf: %d",
				 mac_str, ret);
		}

error: patch failed: drivers/net/hns3/hns3_ethdev_vf.c:241
Hunk #5 succeeded at 292 (offset -1 lines).
Hunk #6 succeeded at 714 (offset -1 lines).
Hunk #7 succeeded at 1166 (offset -1 lines).
Checking patch drivers/net/hns3/hns3_fdir.c...
Checking patch drivers/net/hns3/hns3_flow.c...
Checking patch drivers/net/hns3/hns3_rxtx.c...
Hunk #1 succeeded at 603 (offset -3 lines).
Hunk #2 succeeded at 624 (offset -3 lines).
Hunk #3 succeeded at 666 (offset -3 lines).
Hunk #4 succeeded at 749 (offset -3 lines).
Hunk #5 succeeded at 809 (offset -3 lines).
Hunk #6 succeeded at 917 (offset -3 lines).
Checking patch drivers/net/hns3/hns3_stats.c...
Applied patch drivers/net/hns3/hns3_cmd.c cleanly.
Applied patch drivers/net/hns3/hns3_common.c cleanly.
Applied patch drivers/net/hns3/hns3_dcb.c cleanly.
Applied patch drivers/net/hns3/hns3_ethdev.c cleanly.
Applying patch drivers/net/hns3/hns3_ethdev_vf.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Rejected hunk #4.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
Hunk #7 applied cleanly.
Applied patch drivers/net/hns3/hns3_fdir.c cleanly.
Applied patch drivers/net/hns3/hns3_flow.c cleanly.
Applied patch drivers/net/hns3/hns3_rxtx.c cleanly.
Applied patch drivers/net/hns3/hns3_stats.c cleanly.
diff a/drivers/net/hns3/hns3_ethdev_vf.c b/drivers/net/hns3/hns3_ethdev_vf.c	(rejected hunks)
@@ -241,12 +241,12 @@ hns3vf_set_default_mac_addr(struct rte_eth_dev *dev,
 		 */
 		if (ret == -EPERM) {
 			hns3_ether_format_addr(mac_str, RTE_ETHER_ADDR_FMT_SIZE,
-					      old_addr);
+					       old_addr);
 			hns3_warn(hw, "Has permanet mac addr(%s) for vf",
 				  mac_str);
 		} else {
 			hns3_ether_format_addr(mac_str, RTE_ETHER_ADDR_FMT_SIZE,
-					      mac_addr);
+					       mac_addr);
 			hns3_err(hw, "Failed to set mac addr(%s) for vf: %d",
 				 mac_str, ret);
 		}
Checking patch drivers/net/hns3/hns3_rxtx.c...
error: drivers/net/hns3/hns3_rxtx.c: does not match index

https://lab.dpdk.org/results/dashboard/patchsets/22191/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-19 12:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-19 12:49 |WARNING| pw111414-111425 [PATCH] [12/12] net/hns3: fix TM capability incorrectly defined 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).