automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>, zhoumin@loongson.cn
Subject: |WARNING| pw152560 [RFC PATCH] build: reduce use of AVX compiler flags
Date: Wed, 26 Mar 2025 00:48:16 +0800	[thread overview]
Message-ID: <202503251648.52PGmGOm2208216@localhost.localdomain> (raw)
In-Reply-To: <20250325172215.3360590-1-bruce.richardson@intel.com>

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

_apply patch failure_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Tue, 25 Mar 2025 17:22:15 +0000
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: fa3aca8a525decfd12bd5fa01ebc98789d5f7278

Apply patch set 152560 failed:

Checking patch config/x86/meson.build...
Checking patch doc/guides/linux_gsg/sys_reqs.rst...
Checking patch drivers/meson.build...
error: while searching for:
            endif
            if sources_avx512.length() > 0 and cc_has_avx512
                cflags += '-DCC_AVX512_SUPPORT'
                avx512_args = [cflags, cc_avx512_flags]
                if not target_has_avx512 and 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
                avx512_lib = static_library(lib_name + '_avx512_lib',
                        sources_avx512,
                        dependencies: static_deps,
                        include_directories: includes,
                        c_args: avx512_args)
                objs += avx512_lib.extract_objects(sources_avx512)
            endif
        endif

error: patch failed: drivers/meson.build:249
error: drivers/meson.build: patch does not apply
Checking patch lib/meson.build...
error: while searching for:
        endif
        if sources_avx512.length() > 0 and cc_has_avx512
            cflags += '-DCC_AVX512_SUPPORT'
            avx512_args = [cflags, cflags_avx512, cc_avx512_flags]
            if not target_has_avx512 and 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
            avx512_lib = static_library(libname + '_avx512_lib',
                    sources_avx512,
                    dependencies: static_deps,
                    include_directories: includes,
                    c_args: avx512_args)
            objs += avx512_lib.extract_objects(sources_avx512)
        endif
    endif

error: patch failed: lib/meson.build:257
error: lib/meson.build: patch does not apply


       reply	other threads:[~2025-03-25 17:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250325172215.3360590-1-bruce.richardson@intel.com>
2025-03-25 16:48 ` qemudev [this message]
2025-03-25 17:23 ` |SUCCESS| " checkpatch
2025-03-25 17:56 ` |WARNING| pw152560 [PATCH] [RFC] " dpdklab
2025-03-25 18:44 ` |SUCCESS| pw152560 [RFC PATCH] " 0-day Robot

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=202503251648.52PGmGOm2208216@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).