|WARNING| pw152688-152697 [PATCH 01/10] build: add generic support for base code in drivers

qemudev at loongson.cn qemudev at loongson.cn
Mon Mar 31 17:42:43 CEST 2025


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

_apply patch failure_

Submitter: Bruce Richardson <bruce.richardson at intel.com>
Date: Mon, 31 Mar 2025 17:09:50 +0100
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: f3cb237103aada7bc83fd3f40929fb6fb3e58c3b

Apply patch set 152688-152697 failed:

Checking patch drivers/net/intel/e1000/meson.build...
error: while searching for:

subdir('base')

sources += base_sources
sources += files(
        'e1000_logs.c',
        'em_ethdev.c',

error: patch failed: drivers/net/intel/e1000/meson.build:3
error: drivers/net/intel/e1000/meson.build: patch does not apply
Checking patch drivers/net/intel/fm10k/meson.build...
error: while searching for:

subdir('base')

sources += base_sources
sources += files(
        'fm10k_ethdev.c',
        'fm10k_rxtx.c',

error: patch failed: drivers/net/intel/fm10k/meson.build:9
error: drivers/net/intel/fm10k/meson.build: patch does not apply
Checking patch drivers/net/intel/i40e/meson.build...
error: while searching for:

subdir('base')

sources += base_sources
sources += files(
        'i40e_ethdev.c',
        'i40e_rxtx.c',

error: patch failed: drivers/net/intel/i40e/meson.build:19
error: drivers/net/intel/i40e/meson.build: patch does not apply
Checking patch drivers/net/intel/iavf/meson.build...
Checking patch drivers/net/intel/ice/base/meson.build...
error: while searching for:
            '-Wno-unused-but-set-variable',
            '-Wno-unused-parameter',
    ]
endif

# Bugzilla ID: 678
if (toolchain == 'gcc' and cc.version().version_compare('>=11.0.0'))
    error_cflags += ['-Wno-array-bounds']
endif

c_args = cflags

foreach flag: error_cflags
    if cc.has_argument(flag)
        c_args += flag
    endif
endforeach

base_lib = static_library('ice_base', sources,
        dependencies: static_rte_eal,
        c_args: c_args)
base_objs = base_lib.extract_all_objects(recursive: true)

error: patch failed: drivers/net/intel/ice/base/meson.build:41
error: drivers/net/intel/ice/base/meson.build: patch does not apply
Checking patch drivers/net/intel/ice/meson.build...
Checking patch drivers/net/intel/idpf/meson.build...
error: while searching for:

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

sources += base_sources
sources += files(
        'idpf_common_device.c',
        'idpf_common_rxtx.c',

error: patch failed: drivers/net/intel/idpf/meson.build:11
error: drivers/net/intel/idpf/meson.build: patch does not apply
Checking patch drivers/net/intel/ixgbe/meson.build...
error: while searching for:

subdir('base')

sources += base_sources
sources += files(
        'ixgbe_82599_bypass.c',
        'ixgbe_bypass.c',

error: patch failed: drivers/net/intel/ixgbe/meson.build:5
error: drivers/net/intel/ixgbe/meson.build: patch does not apply



More information about the test-report mailing list