From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw106932-106950 [PATCH] [20/20] net/cnxk: add option to override outbound inline sa iv
Date: Mon, 7 Feb 2022 02:48:45 -0500 (EST) [thread overview]
Message-ID: <20220207074845.B028A6D341@noxus.dpdklab.iol.unh.edu> (raw)
[-- Attachment #1: Type: text/plain, Size: 7006 bytes --]
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/106932
_apply patch failure_
Submitter: Nithin Dabilpuram <ndabilpuram@marvell.com>
Date: Monday, February 07 2022 07:29:32
Applied on: CommitID:0e4dc6af06228c8504a5538512cb31ed7bf6cc23
Apply patch set 106932-106950 failed:
Checking patch drivers/common/cnxk/cnxk_security.c...
Hunk #1 succeeded at 304 (offset 44 lines).
Hunk #2 succeeded at 339 (offset 44 lines).
Hunk #3 succeeded at 387 (offset 44 lines).
Hunk #4 succeeded at 404 (offset 44 lines).
Checking patch drivers/common/cnxk/cnxk_security.h...
Checking patch drivers/common/cnxk/meson.build...
Hunk #1 succeeded at 24 (offset 1 line).
Checking patch drivers/common/cnxk/roc_ie_ot.c...
Checking patch drivers/common/cnxk/roc_ie_ot.h...
Checking patch drivers/common/cnxk/roc_nix_inl.c...
Checking patch drivers/common/cnxk/roc_nix_inl.h...
Checking patch drivers/common/cnxk/roc_nix_inl_dev.c...
Checking patch drivers/common/cnxk/version.map...
Hunk #1 succeeded at 158 (offset 1 line).
Hunk #2 succeeded at 321 (offset 1 line).
Checking patch drivers/crypto/cnxk/cn10k_ipsec.c...
error: while searching for:
in_sa = &sa->in_sa;
/* Translate security parameters to SA */
ret = cnxk_ot_ipsec_inb_sa_fill(in_sa, ipsec_xfrm, crypto_xfrm);
if (ret)
return ret;
error: patch failed: drivers/crypto/cnxk/cn10k_ipsec.c:128
Checking patch drivers/net/cnxk/cn10k_ethdev_sec.c...
Applied patch drivers/common/cnxk/cnxk_security.c cleanly.
Applied patch drivers/common/cnxk/cnxk_security.h cleanly.
Applied patch drivers/common/cnxk/meson.build cleanly.
Applied patch drivers/common/cnxk/roc_ie_ot.c cleanly.
Applied patch drivers/common/cnxk/roc_ie_ot.h cleanly.
Applied patch drivers/common/cnxk/roc_nix_inl.c cleanly.
Applied patch drivers/common/cnxk/roc_nix_inl.h cleanly.
Applied patch drivers/common/cnxk/roc_nix_inl_dev.c cleanly.
Applied patch drivers/common/cnxk/version.map cleanly.
Applying patch drivers/crypto/cnxk/cn10k_ipsec.c with 1 reject...
Rejected hunk #1.
Applied patch drivers/net/cnxk/cn10k_ethdev_sec.c cleanly.
diff a/drivers/crypto/cnxk/cn10k_ipsec.c b/drivers/crypto/cnxk/cn10k_ipsec.c (rejected hunks)
@@ -128,7 +128,8 @@ cn10k_ipsec_inb_sa_create(struct roc_cpt *roc_cpt,
in_sa = &sa->in_sa;
/* Translate security parameters to SA */
- ret = cnxk_ot_ipsec_inb_sa_fill(in_sa, ipsec_xfrm, crypto_xfrm);
+ ret = cnxk_ot_ipsec_inb_sa_fill(in_sa, ipsec_xfrm, crypto_xfrm,
+ false);
if (ret)
return ret;
Checking patch drivers/common/cnxk/roc_ie_ot.c...
error: drivers/common/cnxk/roc_ie_ot.c: does not exist in index
Checking patch drivers/common/cnxk/roc_ie_ot.h...
error: drivers/common/cnxk/roc_ie_ot.h: does not match index
Checking patch drivers/common/cnxk/roc_nix.h...
Checking patch drivers/common/cnxk/roc_nix_inl.c...
error: drivers/common/cnxk/roc_nix_inl.c: does not match index
Checking patch drivers/common/cnxk/roc_nix_inl.h...
error: drivers/common/cnxk/roc_nix_inl.h: does not match index
Checking patch drivers/common/cnxk/roc_nix_inl_dev.c...
error: drivers/common/cnxk/roc_nix_inl_dev.c: does not match index
Checking patch drivers/common/cnxk/roc_nix_inl_priv.h...
Checking patch drivers/common/cnxk/roc_nix_queue.c...
Checking patch drivers/common/cnxk/roc_npa.c...
Checking patch drivers/common/cnxk/roc_npa.h...
Checking patch drivers/common/cnxk/version.map...
error: drivers/common/cnxk/version.map: does not match index
Applied patch drivers/common/cnxk/roc_nix.h cleanly.
Applied patch drivers/common/cnxk/roc_nix_inl_priv.h cleanly.
Applied patch drivers/common/cnxk/roc_nix_queue.c cleanly.
Applied patch drivers/common/cnxk/roc_npa.c cleanly.
Applied patch drivers/common/cnxk/roc_npa.h cleanly.
Checking patch drivers/common/cnxk/roc_nix.h...
error: drivers/common/cnxk/roc_nix.h: does not match index
Checking patch drivers/common/cnxk/roc_nix_inl.c...
error: drivers/common/cnxk/roc_nix_inl.c: does not match index
Checking patch drivers/common/cnxk/roc_npc.c...
Checking patch drivers/common/cnxk/roc_npc.h...
Checking patch drivers/common/cnxk/roc_npc_priv.h...
Checking patch drivers/common/cnxk/version.map...
error: drivers/common/cnxk/version.map: does not match index
Applied patch drivers/common/cnxk/roc_npc.c cleanly.
Applied patch drivers/common/cnxk/roc_npc.h cleanly.
Applied patch drivers/common/cnxk/roc_npc_priv.h cleanly.
Checking patch drivers/common/cnxk/roc_nix_inl.c...
error: drivers/common/cnxk/roc_nix_inl.c: does not match index
Checking patch drivers/net/cnxk/cnxk_ethdev.c...
Applied patch drivers/net/cnxk/cnxk_ethdev.c cleanly.
Checking patch drivers/net/cnxk/cn10k_ethdev.c...
Checking patch drivers/net/cnxk/cn10k_ethdev.h...
Checking patch drivers/net/cnxk/cn10k_ethdev_sec.c...
error: drivers/net/cnxk/cn10k_ethdev_sec.c: does not match index
Applied patch drivers/net/cnxk/cn10k_ethdev.c cleanly.
Applied patch drivers/net/cnxk/cn10k_ethdev.h cleanly.
Checking patch drivers/net/cnxk/cnxk_ethdev.c...
error: drivers/net/cnxk/cnxk_ethdev.c: does not match index
Checking patch drivers/net/cnxk/cn10k_ethdev_sec.c...
error: drivers/net/cnxk/cn10k_ethdev_sec.c: does not match index
Checking patch drivers/net/cnxk/cnxk_ethdev.c...
error: drivers/net/cnxk/cnxk_ethdev.c: does not match index
Checking patch drivers/net/cnxk/cnxk_ethdev.c...
error: drivers/net/cnxk/cnxk_ethdev.c: does not match index
Checking patch doc/guides/nics/cnxk.rst...
Checking patch drivers/common/cnxk/roc_nix.h...
error: drivers/common/cnxk/roc_nix.h: does not match index
Checking patch drivers/common/cnxk/roc_nix_inl.c...
error: drivers/common/cnxk/roc_nix_inl.c: does not match index
Checking patch drivers/common/cnxk/roc_nix_inl.h...
error: drivers/common/cnxk/roc_nix_inl.h: does not match index
Checking patch drivers/common/cnxk/roc_nix_inl_dev.c...
error: drivers/common/cnxk/roc_nix_inl_dev.c: does not match index
Checking patch drivers/common/cnxk/roc_nix_inl_priv.h...
error: drivers/common/cnxk/roc_nix_inl_priv.h: does not match index
Checking patch drivers/common/cnxk/roc_nix_priv.h...
Checking patch drivers/common/cnxk/version.map...
error: drivers/common/cnxk/version.map: does not match index
Checking patch drivers/net/cnxk/cn10k_ethdev_sec.c...
error: drivers/net/cnxk/cn10k_ethdev_sec.c: does not match index
Checking patch drivers/net/cnxk/cn9k_ethdev_sec.c...
Checking patch drivers/net/cnxk/cnxk_ethdev_devargs.c...
Checking patch drivers/net/cnxk/cnxk_ethdev_sec.c...
Checking patch drivers/net/cnxk/cnxk_lookup.c...
Applied patch doc/guides/nics/cnxk.rst cleanly.
Applied patch drivers/common/cnxk/roc_nix_priv.h cleanly.
Applied patch drivers/net/cnxk/cn9k_ethdev_sec.c cleanly.
Applied patch drivers/net/cnxk/cnxk_ethdev_devargs.c cleanly.
Applied patch drivers/net/cnxk/cnxk_ethdev_sec.c cleanly.
Applied patch drivers/net/cnxk/cnxk_lookup.c cleanly.
Checking patch drivers/net/cnxk/cn10k_ethdev_sec.c...
error: drivers/net/cnxk/cn10k_ethdev_sec.c: does not match index
https://lab.dpdk.org/results/dashboard/patchsets/20921/
UNH-IOL DPDK Community Lab
reply other threads:[~2022-02-07 7:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20220207074845.B028A6D341@noxus.dpdklab.iol.unh.edu \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=test-report@dpdk.org \
/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).