From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Jie Hai <haijie1@huawei.com>, zhoumin@loongson.cn
Subject: |WARNING| pw135005-135006 [PATCH 1/2] eal: fix constraints on stdatomic API
Date: Mon, 11 Dec 2023 15:23:43 +0800 [thread overview]
Message-ID: <202312110723.3BB7Nhsc1774317@localhost.localdomain> (raw)
In-Reply-To: <20231211073904.811243-2-haijie1@huawei.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/135005
_apply patch failure_
Submitter: Jie Hai <haijie1@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...
next parent reply other threads:[~2023-12-11 10:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20231211073904.811243-2-haijie1@huawei.com>
2023-12-11 7:23 ` qemudev [this message]
2023-12-11 7:44 ` |WARNING| pw135005 " checkpatch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202312110723.3BB7Nhsc1774317@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=haijie1@huawei.com \
--cc=test-report@dpdk.org \
--cc=zhoumin@loongson.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).