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

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

_apply patch failure_

Submitter: Mingxia Liu <mingxia.liu@intel.com>
Date: Wed, 18 Jan 2023 07:14:35 +0000
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: main
  CommitID: f0c96f8e41af51b3057faf1d6c49203bc3804520

Apply patch set 122247-122252 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_xmit_pkts_avx512;
	idpf_switch_queue;
	idpf_tx_queue_release;
	idpf_vc_alloc_vectors;
	idpf_vc_check_api_version;
	idpf_vc_config_irq_map_unmap;

error: patch failed: drivers/common/idpf/version.map:44
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

* |WARNING| pw122247 [PATCH v3 1/6] common/idpf: add hw statistics
       [not found] <20230118071440.902155-2-mingxia.liu@intel.com>
  2023-01-18  8:00 ` |WARNING| pw122247-122252 [PATCH v3 1/6] common/idpf: add hw statistics qemudev
@ 2023-01-18  8:12 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-01-18  8:12 UTC (permalink / raw)
  To: test-report; +Cc: Mingxia Liu

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

_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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230118071440.902155-2-mingxia.liu@intel.com>
2023-01-18  8:00 ` |WARNING| pw122247-122252 [PATCH v3 1/6] common/idpf: add hw statistics qemudev
2023-01-18  8:12 ` |WARNING| pw122247 " 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).