From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>, zhoumin@loongson.cn
Subject: |WARNING| pw152450-152460 [PATCH v3 01/11] build: add generalized AVX handling for drivers
Date: Wed, 19 Mar 2025 01:10:55 +0800 [thread overview]
Message-ID: <202503181710.52IHAt8H2887502@localhost.localdomain> (raw)
In-Reply-To: <20250318173505.314529-2-bruce.richardson@intel.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/152450
_apply patch failure_
Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Tue, 18 Mar 2025 17:34:54 +0000
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 44a86bcf2447d7d914d7195448285aa82eaedcba
Apply patch set 152450-152460 failed:
Checking patch drivers/net/intel/i40e/meson.build...
error: while searching for:
if arch_subdir == 'x86'
sources += files('i40e_rxtx_vec_sse.c')
if is_windows and cc.get_id() != 'clang'
cflags += ['-fno-asynchronous-unwind-tables']
endif
i40e_avx2_lib = static_library('i40e_avx2_lib',
'i40e_rxtx_vec_avx2.c',
dependencies: [static_rte_ethdev, static_rte_kvargs, static_rte_hash],
include_directories: includes,
c_args: [cflags, cc_avx2_flags])
objs += i40e_avx2_lib.extract_objects('i40e_rxtx_vec_avx2.c')
if cc_has_avx512
cflags += ['-DCC_AVX512_SUPPORT']
avx512_args = cflags + cc_avx512_flags
if cc.has_argument('-march=skylake-avx512')
avx512_args += '-march=skylake-avx512'
if cc.has_argument('-Wno-overriding-option')
avx512_args += '-Wno-overriding-option'
endif
endif
i40e_avx512_lib = static_library('i40e_avx512_lib',
'i40e_rxtx_vec_avx512.c',
dependencies: [static_rte_ethdev,
static_rte_kvargs, static_rte_hash],
include_directories: includes,
c_args: avx512_args)
objs += i40e_avx512_lib.extract_objects('i40e_rxtx_vec_avx512.c')
endif
elif arch_subdir == 'ppc'
sources += files('i40e_rxtx_vec_altivec.c')
elif arch_subdir == 'arm'
error: patch failed: drivers/net/intel/i40e/meson.build:40
error: drivers/net/intel/i40e/meson.build: patch does not apply
Checking patch drivers/net/intel/iavf/meson.build...
error: while searching for:
if arch_subdir == 'x86'
sources += files('iavf_rxtx_vec_sse.c')
if is_windows and cc.get_id() != 'clang'
cflags += ['-fno-asynchronous-unwind-tables']
endif
iavf_avx2_lib = static_library('iavf_avx2_lib',
'iavf_rxtx_vec_avx2.c',
dependencies: [static_rte_ethdev],
include_directories: includes,
c_args: [cflags, cc_avx2_flags])
objs += iavf_avx2_lib.extract_objects('iavf_rxtx_vec_avx2.c')
if cc_has_avx512
cflags += ['-DCC_AVX512_SUPPORT']
avx512_args = cflags + cc_avx512_flags
if cc.has_argument('-march=skylake-avx512')
avx512_args += '-march=skylake-avx512'
if cc.has_argument('-Wno-overriding-option')
avx512_args += '-Wno-overriding-option'
endif
endif
iavf_avx512_lib = static_library('iavf_avx512_lib',
'iavf_rxtx_vec_avx512.c',
dependencies: [static_rte_ethdev],
include_directories: includes,
c_args: avx512_args)
objs += iavf_avx512_lib.extract_objects('iavf_rxtx_vec_avx512.c')
endif
elif arch_subdir == 'arm'
sources += files('iavf_rxtx_vec_neon.c')
endif
error: patch failed: drivers/net/intel/iavf/meson.build:28
error: drivers/net/intel/iavf/meson.build: patch does not apply
Checking patch drivers/net/intel/ice/meson.build...
error: while searching for:
if arch_subdir == 'x86'
sources += files('ice_rxtx_vec_sse.c')
if is_windows and cc.get_id() != 'clang'
cflags += ['-fno-asynchronous-unwind-tables']
endif
ice_avx2_lib = static_library('ice_avx2_lib',
'ice_rxtx_vec_avx2.c',
dependencies: [static_rte_ethdev, static_rte_hash],
include_directories: includes,
c_args: [cflags, cc_avx2_flags])
objs += ice_avx2_lib.extract_objects('ice_rxtx_vec_avx2.c')
if cc_has_avx512
cflags += ['-DCC_AVX512_SUPPORT']
avx512_args = cflags + cc_avx512_flags
if cc.has_argument('-march=skylake-avx512')
avx512_args += '-march=skylake-avx512'
if cc.has_argument('-Wno-overriding-option')
avx512_args += '-Wno-overriding-option'
endif
endif
ice_avx512_lib = static_library('ice_avx512_lib',
'ice_rxtx_vec_avx512.c',
dependencies: [static_rte_ethdev, static_rte_hash],
include_directories: includes,
c_args: avx512_args)
objs += ice_avx512_lib.extract_objects('ice_rxtx_vec_avx512.c')
endif
endif
sources += files(
error: patch failed: drivers/net/intel/ice/meson.build:34
error: drivers/net/intel/ice/meson.build: patch does not apply
Checking patch drivers/net/intel/idpf/meson.build...
next parent reply other threads:[~2025-03-18 17:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250318173505.314529-2-bruce.richardson@intel.com>
2025-03-18 17:10 ` qemudev [this message]
2025-03-18 17:36 ` |SUCCESS| pw152450 " checkpatch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202503181710.52IHAt8H2887502@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=bruce.richardson@intel.com \
--cc=test-report@dpdk.org \
--cc=zhoumin@loongson.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).