|WARNING| pw161125-161151 [PATCH v3 01/27] net/ixgbe: remove MAC type check macros
qemudev at loongson.cn
qemudev at loongson.cn
Wed Feb 11 16:08:41 CET 2026
Test-Label: loongarch-compilation
Test-Status: WARNING
https://dpdk.org/patch/161125
_apply patch failure_
Submitter: Anatoly Burakov <anatoly.burakov at intel.com>
Date: Wed, 11 Feb 2026 13:52:43 +0000
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: main
CommitID: 5b3ef932bee6da8b40ed54f41ef7185240833dde
Apply patch set 161125-161151 failed:
Checking patch drivers/net/intel/ixgbe/ixgbe_ethdev.c...
Hunk #2 succeeded at 1174 (offset -1 lines).
Hunk #3 succeeded at 1357 (offset -1 lines).
Hunk #4 succeeded at 3139 (offset -3 lines).
Checking patch drivers/net/intel/ixgbe/ixgbe_ethdev.h...
Hunk #2 succeeded at 476 (offset -2 lines).
Checking patch drivers/net/intel/ixgbe/ixgbe_flow.c...
error: while searching for:
ret = ixgbe_parse_ntuple_filter(dev, attr, pattern,
actions, &ntuple_filter, error);
#ifdef RTE_LIB_SECURITY
/* ESP flow not really a flow*/
if (ntuple_filter.proto == IPPROTO_ESP) {
flow->is_security = true;
return flow;
}
#endif
if (!ret) {
ret = ixgbe_add_del_ntuple_filter(dev, &ntuple_filter, TRUE);
error: patch failed: drivers/net/intel/ixgbe/ixgbe_flow.c:3074
error: drivers/net/intel/ixgbe/ixgbe_flow.c: patch does not apply
Checking patch drivers/net/intel/ixgbe/ixgbe_rxtx.c...
error: while searching for:
hw->mac.type == ixgbe_mac_E610)
tx_offload_capa |= RTE_ETH_TX_OFFLOAD_OUTER_IPV4_CKSUM;
#ifdef RTE_LIB_SECURITY
if (dev->security_ctx)
tx_offload_capa |= RTE_ETH_TX_OFFLOAD_SECURITY;
#endif
return tx_offload_capa;
}
error: patch failed: drivers/net/intel/ixgbe/ixgbe_rxtx.c:2711
error: drivers/net/intel/ixgbe/ixgbe_rxtx.c: patch does not apply
Checking patch drivers/net/intel/ixgbe/ixgbe_rxtx.h...
Checking patch drivers/net/intel/ixgbe/ixgbe_rxtx_vec_sse.c...
More information about the test-report
mailing list