|WARNING| pw126249 [PATCH v3] mempool: optimize get objects with constant n
qemudev at loongson.cn
qemudev at loongson.cn
Tue Apr 18 21:40:11 CEST 2023
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/126249
_apply patch failure_
Submitter: Morten Brørup <mb at smartsharesystems.com>
Date: Tue, 18 Apr 2023 21:51:17 +0200
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 3b3fef9de22af80d173453ab65a80b01ce38cbfd
Apply patch set 126249 failed:
Checking patch lib/mempool/rte_mempool.h...
error: while searching for:
unsigned int n, struct rte_mempool_cache *cache)
{
int ret;
unsigned int remaining = n;
uint32_t index, len;
void **cache_objs;
/* No cache provided */
if (unlikely(cache == NULL))
goto driver_dequeue;
cache_objs = &cache->objs[cache->len];
error: patch failed: lib/mempool/rte_mempool.h:1492
error: lib/mempool/rte_mempool.h: patch does not apply
More information about the test-report
mailing list