From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>, zhoumin@loongson.cn
Subject: |WARNING| pw127732 ring name length simplification in ipsec_mb_qp_create_processed_ops_ring
Date: Wed, 31 May 2023 07:23:23 +0800 [thread overview]
Message-ID: <202305302323.34UNNNvt3827185@localhost.localdomain> (raw)
In-Reply-To: <20230530163457.665dd69a@hermes.local>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/127732
_apply patch failure_
Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tue, 30 May 2023 16:34:57 -0700
DPDK git baseline: Repo:dpdk-next-crypto
Branch: for-main
CommitID: cce10474cc07fcb72da5a2b828e544701d66a291
Apply patch set 127732 failed:
Checking patch drivers/crypto/ipsec_mb/ipsec_mb_ops.c...
error: while searching for:
struct ipsec_mb_qp *qp, unsigned int ring_size, int socket_id)
{
struct rte_ring *r;
char ring_name[RTE_CRYPTODEV_NAME_MAX_LEN];
unsigned int n = rte_strlcpy(ring_name, qp->name, sizeof(ring_name));
if (n >= sizeof(ring_name))
return NULL;
r = rte_ring_lookup(ring_name);
if (r) {
error: patch failed: drivers/crypto/ipsec_mb/ipsec_mb_ops.c:185
error: drivers/crypto/ipsec_mb/ipsec_mb_ops.c: patch does not apply
parent reply other threads:[~2023-05-30 23:37 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20230530163457.665dd69a@hermes.local>]
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=202305302323.34UNNNvt3827185@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=stephen@networkplumber.org \
--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).