automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw123065 [PATCH v8 1/1] common/idpf: add AVX512 data path for split queue model
       [not found] <20230206033407.1912955-2-wenjun1.wu@intel.com>
@ 2023-02-06  3:20 ` qemudev
  2023-02-06  3:27 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-02-06  3:20 UTC (permalink / raw)
  To: test-report; +Cc: Wenjun Wu, zhoumin

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

_apply patch failure_

Submitter: Wenjun Wu <wenjun1.wu@intel.com>
Date: Mon,  6 Feb 2023 03:34:07 +0000
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: main
  CommitID: 78431f756522c72be13770aab815079671767355

Apply patch set 123065 failed:

Checking patch drivers/common/idpf/idpf_common_rxtx.c...
error: drivers/common/idpf/idpf_common_rxtx.c: No such file or directory
Checking patch drivers/common/idpf/idpf_common_rxtx.h...
error: drivers/common/idpf/idpf_common_rxtx.h: No such file or directory
Checking patch drivers/common/idpf/idpf_common_rxtx_avx512.c...
error: drivers/common/idpf/idpf_common_rxtx_avx512.c: No such file or directory
Checking patch drivers/common/idpf/version.map...
error: while searching for:
	idpf_dp_singleq_xmit_pkts;
	idpf_dp_singleq_xmit_pkts_avx512;
	idpf_dp_splitq_recv_pkts;
	idpf_dp_splitq_xmit_pkts;

	idpf_qc_rx_thresh_check;
	idpf_qc_rx_queue_release;

error: patch failed: drivers/common/idpf/version.map:10
error: drivers/common/idpf/version.map: patch does not apply
Checking patch drivers/net/idpf/idpf_rxtx.c...
error: while searching for:
		if (rte_vect_get_max_simd_bitwidth() >= RTE_VECT_SIMD_512)
#ifdef CC_AVX512_SUPPORT
			if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1 &&
			    rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512BW) == 1)
				vport->rx_use_avx512 = true;
#else
		PMD_DRV_LOG(NOTICE,

error: patch failed: drivers/net/idpf/idpf_rxtx.c:758
error: drivers/net/idpf/idpf_rxtx.c: patch does not apply
Checking patch drivers/net/idpf/idpf_rxtx_vec_common.h...


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

* |WARNING| pw123065 [PATCH v8 1/1] common/idpf: add AVX512 data path for split queue model
       [not found] <20230206033407.1912955-2-wenjun1.wu@intel.com>
  2023-02-06  3:20 ` |WARNING| pw123065 [PATCH v8 1/1] common/idpf: add AVX512 data path for split queue model qemudev
@ 2023-02-06  3:27 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-02-06  3:27 UTC (permalink / raw)
  To: test-report; +Cc: Wenjun Wu

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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#1382: FILE: drivers/net/idpf/idpf_rxtx_vec_common.h:86:
+		if (vport->rxq_model == VIRTCHNL2_QUEUE_MODEL_SPLIT) {
[...]
+		} else
[...]

CHECK:BRACES: Unbalanced braces around else statement
#1385: FILE: drivers/net/idpf/idpf_rxtx_vec_common.h:89:
+		} else

total: 0 errors, 0 warnings, 2 checks, 1262 lines checked
Warning in drivers/common/idpf/idpf_common_rxtx_avx512.c:
Using rte_atomicNN_xxx

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

end of thread, other threads:[~2023-02-06  3:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230206033407.1912955-2-wenjun1.wu@intel.com>
2023-02-06  3:20 ` |WARNING| pw123065 [PATCH v8 1/1] common/idpf: add AVX512 data path for split queue model qemudev
2023-02-06  3:27 ` 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).