|WARNING| pw135005-135006 [PATCH 1/2] eal: fix constraints on stdatomic API

qemudev at loongson.cn qemudev at loongson.cn
Mon Dec 11 08:23:43 CET 2023


Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/135005

_apply patch failure_

Submitter: Jie Hai <haijie1 at huawei.com>
Date: Mon, 11 Dec 2023 15:39:03 +0800
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: f2d5afbb2c05d7647da7ea914887c52115652651

Apply patch set 135005-135006 failed:

Checking patch drivers/net/hns3/hns3_cmd.c...
Checking patch drivers/net/hns3/hns3_dcb.c...
Checking patch drivers/net/hns3/hns3_ethdev.c...
error: while searching for:

	last_req = hns3_get_reset_level(hns, &hw->reset.pending);
	if (last_req == HNS3_NONE_RESET || last_req < new_req) {
		__atomic_store_n(&hw->reset.disable_cmd, 1, __ATOMIC_RELAXED);
		hns3_schedule_delayed_reset(hns);
		hns3_warn(hw, "High level reset detected, delay do reset");
		return true;

error: patch failed: drivers/net/hns3/hns3_ethdev.c:5577
error: drivers/net/hns3/hns3_ethdev.c: patch does not apply
Checking patch drivers/net/hns3/hns3_ethdev.h...
Checking patch drivers/net/hns3/hns3_ethdev_vf.c...
Hunk #2 succeeded at 478 (offset -6 lines).
Hunk #3 succeeded at 559 (offset -6 lines).
Hunk #4 succeeded at 633 (offset -1 lines).
error: while searching for:
	struct hns3_vf *vf = HNS3_DEV_HW_TO_VF(hw);
	struct hns3_vf_to_pf_msg req;

	__atomic_store_n(&vf->pf_push_lsc_cap, HNS3_PF_PUSH_LSC_CAP_UNKNOWN,
			 __ATOMIC_RELEASE);

	hns3vf_mbx_setup(&req, HNS3_MBX_GET_LINK_STATUS, 0);
	(void)hns3vf_mbx_send(hw, &req, false, NULL, 0);

error: patch failed: drivers/net/hns3/hns3_ethdev_vf.c:650
error: drivers/net/hns3/hns3_ethdev_vf.c: patch does not apply
Checking patch drivers/net/hns3/hns3_intr.c...
Checking patch drivers/net/hns3/hns3_intr.h...
Checking patch drivers/net/hns3/hns3_mbx.c...
Hunk #1 succeeded at 59 (offset -6 lines).
error: while searching for:
	rte_spinlock_lock(&hw->cmq.crq.lock);

	while (!hns3_cmd_crq_empty(hw)) {
		if (__atomic_load_n(&hw->reset.disable_cmd, __ATOMIC_RELAXED)) {
			rte_spinlock_unlock(&hw->cmq.crq.lock);
			return;
		}

error: patch failed: drivers/net/hns3/hns3_mbx.c:382
error: drivers/net/hns3/hns3_mbx.c: patch does not apply
Checking patch drivers/net/hns3/hns3_mp.c...
Checking patch drivers/net/hns3/hns3_rxtx.c...
Hunk #1 succeeded at 4465 (offset 2 lines).
Hunk #2 succeeded at 4532 (offset 2 lines).
Hunk #3 succeeded at 4589 (offset 2 lines).
Hunk #4 succeeded at 4619 (offset 2 lines).
Hunk #5 succeeded at 4653 (offset 2 lines).
Checking patch drivers/net/hns3/hns3_tm.c...



More information about the test-report mailing list