|WARNING| pw120866 [PATCH v2 1/1] common/idpf: add AVX512 data path for split queue model

qemudev at loongson.cn qemudev at loongson.cn
Wed Dec 14 07:50:12 CET 2022


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

_apply patch failure_

Submitter: Wenjun Wu <wenjun1.wu at intel.com>
Date: Wed, 14 Dec 2022 07:04:25 +0000
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: main
  CommitID: 6d98e68a309b2ec491215f53dc5294f82a3faaa3

Apply patch set 120866 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_singleq_xmit_pkts;
	idpf_prep_pkts;
	idpf_singleq_rx_vec_setup;
	idpf_singleq_tx_vec_setup_avx512;
	idpf_singleq_recv_pkts_avx512;
	idpf_singleq_xmit_pkts_avx512;

	local: *;
};

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_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:761
error: drivers/net/idpf/idpf_rxtx.c: patch does not apply
Checking patch drivers/net/idpf/idpf_rxtx_vec_common.h...



More information about the test-report mailing list