automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw127732 ring name length simplification in ipsec_mb_qp_create_processed_ops_ring
       [not found] <20230530163457.665dd69a@hermes.local>
@ 2023-05-30 23:23 ` qemudev
  0 siblings, 0 replies; only message in thread
From: qemudev @ 2023-05-30 23:23 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger, zhoumin

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-30 23:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230530163457.665dd69a@hermes.local>
2023-05-30 23:23 ` |WARNING| pw127732 ring name length simplification in ipsec_mb_qp_create_processed_ops_ring qemudev

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).