From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: mb@smartsharesystems.com, zhoumin@loongson.cn
Subject: |WARNING| pw126249 [PATCH v3] mempool: optimize get objects with constant n
Date: Wed, 19 Apr 2023 03:40:11 +0800 [thread overview]
Message-ID: <202304181940.33IJeBZ7419348@localhost.localdomain> (raw)
In-Reply-To: <20230418195117.12862-1-mb@smartsharesystems.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/126249
_apply patch failure_
Submitter: Morten Brørup <mb@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
next parent reply other threads:[~2023-04-18 19:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20230418195117.12862-1-mb@smartsharesystems.com>
2023-04-18 19:40 ` qemudev [this message]
2023-04-18 19:52 ` |SUCCESS| " checkpatch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202304181940.33IJeBZ7419348@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=mb@smartsharesystems.com \
--cc=test-report@dpdk.org \
--cc=zhoumin@loongson.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).