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| pw151276-151279 [PATCH v5 1/4] drivers: merge common and net idpf drivers
Date: Tue, 11 Feb 2025 00:29:14 +0800	[thread overview]
Message-ID: <202502101629.51AGTEoJ2953205@localhost.localdomain> (raw)
In-Reply-To: <20250210164427.1118265-2-bruce.richardson@intel.com>

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

_apply patch failure_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Mon, 10 Feb 2025 16:44:23 +0000
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: b82daa7d47bda76b3879ef6d715b2d3eb737793f

Apply patch set 151276-151279 failed:

Checking patch devtools/libabigail.abignore...
error: while searching for:
; This is not a libabigail rule (see check-abi.sh).
; This is used for driver removal and other special cases like mlx glue libs.
;
; SKIP_LIBRARY=librte_common_mlx5_glue
; SKIP_LIBRARY=librte_net_mlx4_glue
; SKIP_LIBRARY=librte_net_igc

error: patch failed: devtools/libabigail.abignore:23
error: devtools/libabigail.abignore: patch does not apply
Checking patch doc/guides/rel_notes/release_25_03.rst...
error: while searching for:
  has changed from ``-Denable_drivers=net/igc`` to
  ``-Denable_drivers=net/intel/e1000``.


ABI Changes
-----------

error: patch failed: doc/guides/rel_notes/release_25_03.rst:181
error: doc/guides/rel_notes/release_25_03.rst: patch does not apply
Checking patch drivers/common/idpf/meson.build...
error: while searching for:
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2022 Intel Corporation

if dpdk_conf.get('RTE_IOVA_IN_MBUF') == 0
    subdir_done()
endif

includes += include_directories('../iavf')

deps += ['mbuf']

sources = files(
        'idpf_common_device.c',
        'idpf_common_rxtx.c',
        'idpf_common_virtchnl.c',
)

if arch_subdir == 'x86'
    idpf_avx2_lib = static_library('idpf_avx2_lib',
        'idpf_common_rxtx_avx2.c',
        dependencies: [static_rte_ethdev, static_rte_hash],
        include_directories: includes,
        c_args: [cflags, '-mavx2'])
    objs += idpf_avx2_lib.extract_objects('idpf_common_rxtx_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'
        endif
        idpf_common_avx512_lib = static_library('idpf_common_avx512_lib',
                'idpf_common_rxtx_avx512.c',
                dependencies: [static_rte_mbuf,],
                include_directories: includes,
                c_args: avx512_args)
        objs += idpf_common_avx512_lib.extract_objects('idpf_common_rxtx_avx512.c')
    endif
endif

subdir('base')

error: patch failed: drivers/common/idpf/meson.build:1
error: drivers/common/idpf/meson.build: patch does not apply
Checking patch drivers/common/meson.build...
Checking patch drivers/net/intel/cpfl/meson.build...
Checking patch drivers/common/idpf/base/README => drivers/net/intel/idpf/base/README...
Checking patch drivers/common/idpf/base/idpf_alloc.h => drivers/net/intel/idpf/base/idpf_alloc.h...
Checking patch drivers/common/idpf/base/idpf_controlq.c => drivers/net/intel/idpf/base/idpf_controlq.c...
Checking patch drivers/common/idpf/base/idpf_controlq.h => drivers/net/intel/idpf/base/idpf_controlq.h...
Checking patch drivers/common/idpf/base/idpf_controlq_api.h => drivers/net/intel/idpf/base/idpf_controlq_api.h...
Checking patch drivers/common/idpf/base/idpf_controlq_setup.c => drivers/net/intel/idpf/base/idpf_controlq_setup.c...
Checking patch drivers/common/idpf/base/idpf_devids.h => drivers/net/intel/idpf/base/idpf_devids.h...
Checking patch drivers/common/idpf/base/idpf_lan_pf_regs.h => drivers/net/intel/idpf/base/idpf_lan_pf_regs.h...
Checking patch drivers/common/idpf/base/idpf_lan_txrx.h => drivers/net/intel/idpf/base/idpf_lan_txrx.h...
Checking patch drivers/common/idpf/base/idpf_lan_vf_regs.h => drivers/net/intel/idpf/base/idpf_lan_vf_regs.h...
Checking patch drivers/common/idpf/base/idpf_osdep.h => drivers/net/intel/idpf/base/idpf_osdep.h...
Checking patch drivers/common/idpf/base/idpf_prototype.h => drivers/net/intel/idpf/base/idpf_prototype.h...
Checking patch drivers/common/idpf/base/idpf_type.h => drivers/net/intel/idpf/base/idpf_type.h...
Checking patch drivers/common/idpf/base/meson.build => drivers/net/intel/idpf/base/meson.build...
Checking patch drivers/common/idpf/base/siov_regs.h => drivers/net/intel/idpf/base/siov_regs.h...
Checking patch drivers/common/idpf/base/virtchnl2.h => drivers/net/intel/idpf/base/virtchnl2.h...
Checking patch drivers/common/idpf/base/virtchnl2_lan_desc.h => drivers/net/intel/idpf/base/virtchnl2_lan_desc.h...
Checking patch drivers/common/idpf/idpf_common_device.c => drivers/net/intel/idpf/idpf_common_device.c...
Checking patch drivers/common/idpf/idpf_common_device.h => drivers/net/intel/idpf/idpf_common_device.h...
Checking patch drivers/common/idpf/idpf_common_logs.h => drivers/net/intel/idpf/idpf_common_logs.h...
Checking patch drivers/common/idpf/idpf_common_rxtx.c => drivers/net/intel/idpf/idpf_common_rxtx.c...
Checking patch drivers/common/idpf/idpf_common_rxtx.h => drivers/net/intel/idpf/idpf_common_rxtx.h...
Checking patch drivers/common/idpf/idpf_common_rxtx_avx2.c => drivers/net/intel/idpf/idpf_common_rxtx_avx2.c...
error: drivers/common/idpf/idpf_common_rxtx_avx2.c: No such file or directory
Checking patch drivers/common/idpf/idpf_common_rxtx_avx512.c => drivers/net/intel/idpf/idpf_common_rxtx_avx512.c...
Checking patch drivers/common/idpf/idpf_common_virtchnl.c => drivers/net/intel/idpf/idpf_common_virtchnl.c...
Checking patch drivers/common/idpf/idpf_common_virtchnl.h => drivers/net/intel/idpf/idpf_common_virtchnl.h...
Checking patch drivers/net/intel/idpf/meson.build...
Checking patch drivers/common/idpf/version.map => drivers/net/intel/idpf/version.map...
Checking patch drivers/net/meson.build...
error: while searching for:
        'intel/idpf',
        'intel/ipn3ke',
        'intel/ixgbe',
        'ionic',
        'mana',
        'memif',

error: patch failed: drivers/net/meson.build:33
error: drivers/net/meson.build: patch does not apply


       reply	other threads:[~2025-02-10 17:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250210164427.1118265-2-bruce.richardson@intel.com>
2025-02-10 16:29 ` qemudev [this message]
2025-02-10 16:43 ` |SUCCESS| pw151276 " 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=202502101629.51AGTEoJ2953205@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).