From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: mb@smartsharesystems.com, zhoumin@loongson.cn
Subject: |WARNING| pw126247 [PATCH v2] mempool: optimize get objects with constant n
Date: Tue, 18 Apr 2023 23:45:13 +0800 [thread overview]
Message-ID: <202304181545.33IFjDEY146462@localhost.localdomain> (raw)
In-Reply-To: <20230418155730.9911-1-mb@smartsharesystems.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/126247
_apply patch failure_
Submitter: Morten Brørup <mb@smartsharesystems.com>
Date: Tue, 18 Apr 2023 17:57:30 +0200
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 3b3fef9de22af80d173453ab65a80b01ce38cbfd
Apply patch set 126247 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 15:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20230418155730.9911-1-mb@smartsharesystems.com>
2023-04-18 15:45 ` qemudev [this message]
2023-04-18 15:58 ` checkpatch
2023-04-18 19:35 |WARNING| pw126247 [PATCH] [v2] " dpdklab
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=202304181545.33IFjDEY146462@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).