automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw121810 [PATCH v2 1/6] common/idpf: add hw statistics
       [not found] <20230111071545.504706-2-mingxia.liu@intel.com>
@ 2023-01-11  8:14 ` checkpatch
  2023-01-11  8:15 ` |WARNING| pw121810-121815 " qemudev
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-01-11  8:14 UTC (permalink / raw)
  To: test-report; +Cc: Mingxia Liu

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around rxq->rx_stats.mbuf_alloc_failed
#213: FILE: drivers/net/idpf/idpf_ethdev.c:152:
+		mbuf_alloc_failed += rte_atomic64_read(&(rxq->rx_stats.mbuf_alloc_failed));

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around rxq->rx_stats.mbuf_alloc_failed
#260: FILE: drivers/net/idpf/idpf_ethdev.c:199:
+		rte_atomic64_set(&(rxq->rx_stats.mbuf_alloc_failed), 0);

total: 0 errors, 0 warnings, 2 checks, 195 lines checked
Warning in drivers/net/idpf/idpf_ethdev.c:
Using rte_atomicNN_xxx

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

* |WARNING| pw121810-121815 [PATCH v2 1/6] common/idpf: add hw statistics
       [not found] <20230111071545.504706-2-mingxia.liu@intel.com>
  2023-01-11  8:14 ` |WARNING| pw121810 [PATCH v2 1/6] common/idpf: add hw statistics checkpatch
@ 2023-01-11  8:15 ` qemudev
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-01-11  8:15 UTC (permalink / raw)
  To: test-report; +Cc: Mingxia Liu, zhoumin

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

_apply patch failure_

Submitter: Mingxia Liu <mingxia.liu@intel.com>
Date: Wed, 11 Jan 2023 07:15:40 +0000
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: main
  CommitID: 43d326b6f923f32473f550228910e1bd5de3f3fb

Apply patch set 121810-121815 failed:

Checking patch drivers/common/idpf/idpf_common_device.c...
error: drivers/common/idpf/idpf_common_device.c: No such file or directory
Checking patch drivers/common/idpf/idpf_common_device.h...
error: drivers/common/idpf/idpf_common_device.h: No such file or directory
Checking patch drivers/common/idpf/idpf_common_virtchnl.c...
error: drivers/common/idpf/idpf_common_virtchnl.c: No such file or directory
Checking patch drivers/common/idpf/idpf_common_virtchnl.h...
error: drivers/common/idpf/idpf_common_virtchnl.h: No such file or directory
Checking patch drivers/common/idpf/version.map...
error: while searching for:
	idpf_splitq_recv_pkts_avx512;
	idpf_singleq_xmit_pkts_avx512;
	idpf_splitq_xmit_pkts_avx512;

	local: *;
};

error: patch failed: drivers/common/idpf/version.map:50
error: drivers/common/idpf/version.map: patch does not apply
Checking patch drivers/net/idpf/idpf_ethdev.c...
error: while searching for:
	return ptypes;
}

static int
idpf_init_rss(struct idpf_vport *vport)
{

error: patch failed: drivers/net/idpf/idpf_ethdev.c:140
error: drivers/net/idpf/idpf_ethdev.c: patch does not apply


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

end of thread, other threads:[~2023-01-11  8:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230111071545.504706-2-mingxia.liu@intel.com>
2023-01-11  8:14 ` |WARNING| pw121810 [PATCH v2 1/6] common/idpf: add hw statistics checkpatch
2023-01-11  8:15 ` |WARNING| pw121810-121815 " qemudev

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