automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw151276-151279 [PATCH v5 1/4] drivers: merge common and net idpf drivers
       [not found] <20250210164427.1118265-2-bruce.richardson@intel.com>
@ 2025-02-10 16:29 ` qemudev
  2025-02-10 16:43 ` |SUCCESS| pw151276 " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2025-02-10 16:29 UTC (permalink / raw)
  To: test-report; +Cc: Bruce Richardson, zhoumin

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


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

* |SUCCESS| pw151276 [PATCH v5 1/4] drivers: merge common and net idpf drivers
       [not found] <20250210164427.1118265-2-bruce.richardson@intel.com>
  2025-02-10 16:29 ` |WARNING| pw151276-151279 [PATCH v5 1/4] drivers: merge common and net idpf drivers qemudev
@ 2025-02-10 16:43 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2025-02-10 16:43 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/151276

_coding style OK_



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

end of thread, other threads:[~2025-02-10 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20250210164427.1118265-2-bruce.richardson@intel.com>
2025-02-10 16:29 ` |WARNING| pw151276-151279 [PATCH v5 1/4] drivers: merge common and net idpf drivers qemudev
2025-02-10 16:43 ` |SUCCESS| pw151276 " 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).