automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw114607-114612 [PATCH] [6/6] examples/ipsec-secgw: reduce number of QP for event lookaside
@ 2022-08-04 10:40 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-08-04 10:40 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 3255 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/114607

_apply patch failure_

Submitter: Volodymyr Fialko <vfialko@marvell.com>
Date: Thursday, August 04 2022 10:36:26 
Applied on: CommitID:72206323a5dd3182b13f61b25a64abdddfee595c
Apply patch set 114607-114612 failed:

Checking patch doc/guides/sample_app_ug/ipsec_secgw.rst...
Checking patch examples/ipsec-secgw/event_helper.c...
Checking patch examples/ipsec-secgw/ipsec-secgw.c...
Checking patch examples/ipsec-secgw/ipsec-secgw.h...
Checking patch examples/ipsec-secgw/ipsec_worker.c...
error: while searching for:
       }
}

static inline int
event_crypto_enqueue(struct ipsec_ctx *ctx __rte_unused, struct rte_mbuf *pkt,
		struct ipsec_sa *sa, const struct eh_event_link_info *ev_link)
{
	struct ipsec_mbuf_metadata *priv;
	struct rte_ipsec_session *sess;
	struct rte_crypto_op *cop;
	struct rte_event cev;
	int ret;

	/* Get IPsec session */
	sess = ipsec_get_primary_session(sa);

	/* Get pkt private data */
	priv = get_priv(pkt);

error: patch failed: examples/ipsec-secgw/ipsec_worker.c:348
Hunk #3 succeeded at 384 (offset 7 lines).
Hunk #4 succeeded at 490 (offset 7 lines).
Hunk #5 succeeded at 637 (offset 7 lines).
Hunk #6 succeeded at 648 (offset 7 lines).
Hunk #7 succeeded at 685 (offset 7 lines).
Hunk #8 succeeded at 814 (offset 7 lines).
Hunk #9 succeeded at 828 (offset 7 lines).
Hunk #10 succeeded at 859 (offset 7 lines).
Hunk #11 succeeded at 890 (offset 7 lines).
Hunk #12 succeeded at 941 (offset 7 lines).
Hunk #13 succeeded at 982 (offset 7 lines).
Hunk #14 succeeded at 1024 (offset 7 lines).
Hunk #15 succeeded at 1335 (offset 7 lines).
Applied patch doc/guides/sample_app_ug/ipsec_secgw.rst cleanly.
Applied patch examples/ipsec-secgw/event_helper.c cleanly.
Applied patch examples/ipsec-secgw/ipsec-secgw.c cleanly.
Applied patch examples/ipsec-secgw/ipsec-secgw.h cleanly.
Applying patch examples/ipsec-secgw/ipsec_worker.c with 1 reject...
Hunk #1 applied cleanly.
Rejected hunk #2.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
Hunk #7 applied cleanly.
Hunk #8 applied cleanly.
Hunk #9 applied cleanly.
Hunk #10 applied cleanly.
Hunk #11 applied cleanly.
Hunk #12 applied cleanly.
Hunk #13 applied cleanly.
Hunk #14 applied cleanly.
Hunk #15 applied cleanly.
diff a/examples/ipsec-secgw/ipsec_worker.c b/examples/ipsec-secgw/ipsec_worker.c	(rejected hunks)
@@ -348,18 +363,11 @@ crypto_op_reset(const struct rte_ipsec_session *ss,
        }
 }
 
-static inline int
-event_crypto_enqueue(struct ipsec_ctx *ctx __rte_unused, struct rte_mbuf *pkt,
-		struct ipsec_sa *sa, const struct eh_event_link_info *ev_link)
+static inline void
+crypto_prepare_event(struct rte_mbuf *pkt, struct rte_ipsec_session *sess, struct rte_event *ev)
 {
 	struct ipsec_mbuf_metadata *priv;
-	struct rte_ipsec_session *sess;
 	struct rte_crypto_op *cop;
-	struct rte_event cev;
-	int ret;
-
-	/* Get IPsec session */
-	sess = ipsec_get_primary_session(sa);
 
 	/* Get pkt private data */
 	priv = get_priv(pkt);
Checking patch examples/ipsec-secgw/ipsec-secgw.c...
error: examples/ipsec-secgw/ipsec-secgw.c: does not match index

https://lab.dpdk.org/results/dashboard/patchsets/23143/

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2022-08-04 10:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-04 10:40 |WARNING| pw114607-114612 [PATCH] [6/6] examples/ipsec-secgw: reduce number of QP for event lookaside dpdklab

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