automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw135005-135006 [PATCH 1/2] eal: fix constraints on stdatomic API
       [not found] <20231211073904.811243-2-haijie1@huawei.com>
@ 2023-12-11  7:23 ` qemudev
  2023-12-11  7:44 ` |WARNING| pw135005 " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-12-11  7:23 UTC (permalink / raw)
  To: test-report; +Cc: Jie Hai, zhoumin

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...


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

* |WARNING| pw135005 [PATCH 1/2] eal: fix constraints on stdatomic API
       [not found] <20231211073904.811243-2-haijie1@huawei.com>
  2023-12-11  7:23 ` |WARNING| pw135005-135006 [PATCH 1/2] eal: fix constraints on stdatomic API qemudev
@ 2023-12-11  7:44 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-12-11  7:44 UTC (permalink / raw)
  To: test-report; +Cc: Jie Hai

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

_coding style issues_


ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#99: FILE: lib/eal/include/generic/rte_atomic.h:210:
+rte_atomic16_exchange(volatile RTE_ATOMIC(uint16_t) *dst, uint16_t val);
                                                     ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#104: FILE: lib/eal/include/generic/rte_atomic.h:214:
+rte_atomic16_exchange(volatile RTE_ATOMIC(uint16_t) *dst, uint16_t val)
                                                     ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#113: FILE: lib/eal/include/generic/rte_atomic.h:495:
+rte_atomic32_exchange(volatile RTE_ATOMIC(uint32_t) *dst, uint32_t val);
                                                     ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#118: FILE: lib/eal/include/generic/rte_atomic.h:499:
+rte_atomic32_exchange(volatile RTE_ATOMIC(uint32_t) *dst, uint32_t val)
                                                     ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#127: FILE: lib/eal/include/generic/rte_atomic.h:779:
+rte_atomic64_exchange(volatile RTE_ATOMIC(uint64_t) *dst, uint64_t val);
                                                     ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#132: FILE: lib/eal/include/generic/rte_atomic.h:783:
+rte_atomic64_exchange(volatile RTE_ATOMIC(uint64_t) *dst, uint64_t val)
                                                     ^

total: 6 errors, 0 warnings, 51 lines checked

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

end of thread, other threads:[~2023-12-11 10:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20231211073904.811243-2-haijie1@huawei.com>
2023-12-11  7:23 ` |WARNING| pw135005-135006 [PATCH 1/2] eal: fix constraints on stdatomic API qemudev
2023-12-11  7:44 ` |WARNING| pw135005 " checkpatch

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).