|WARNING| pw167540 [PATCH] mempool: optimizations
qemudev at loongson.cn
qemudev at loongson.cn
Wed Aug 12 11:10:20 CEST 2026
Test-Label: loongson-compile-loongarch-abi2
Test-Status: WARNING
http://dpdk.org/patch/167540
_apply patch failure_
Submitter: Morten Brørup <mb at smartsharesystems.com>
Date: Wed, 12 Aug 2026 09:07:22 +0000
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: c1a46b9d9243e922428e8a5f87fa3c6ac177dc5a
Apply patch set 167540 failed:
Checking patch app/test/test_mempool.c...
Checking patch drivers/net/tap/rte_eth_tap.c...
Checking patch lib/eal/include/rte_common.h...
Checking patch lib/mempool/rte_mempool.c...
Hunk #1 succeeded at 760 (offset 1 line).
Hunk #2 succeeded at 768 (offset 1 line).
Hunk #3 succeeded at 855 (offset 1 line).
Hunk #4 succeeded at 921 (offset 1 line).
Hunk #5 succeeded at 937 (offset 1 line).
Hunk #6 succeeded at 974 (offset 1 line).
error: while searching for:
mempool_audit_cache(const struct rte_mempool *mp)
{
unsigned lcore_id;
if (mp->cache_size == 0)
return;
for (lcore_id = 0; lcore_id < RTE_MAX_LCORE; lcore_id++) {
const struct rte_mempool_cache *cache;
cache = &mp->local_cache[lcore_id];
if (cache->len > RTE_DIM(cache->objs)) {
RTE_MEMPOOL_LOG(CRIT, "badness on cache[%u]",
lcore_id);
rte_panic("MEMPOOL: invalid cache len\n");
}
}
}
error: patch failed: lib/mempool/rte_mempool.c:1218
error: lib/mempool/rte_mempool.c: patch does not apply
Checking patch lib/mempool/rte_mempool.h...
Hunk #1 succeeded at 126 (offset 6 lines).
Hunk #2 succeeded at 257 (offset 6 lines).
Hunk #3 succeeded at 273 (offset 6 lines).
Hunk #4 succeeded at 287 (offset 6 lines).
Hunk #5 succeeded at 380 (offset 6 lines).
Hunk #6 succeeded at 1055 (offset 6 lines).
Hunk #7 succeeded at 1374 (offset 6 lines).
Hunk #8 succeeded at 1452 (offset 6 lines).
Hunk #9 succeeded at 1914 (offset 6 lines).
More information about the test-report
mailing list