From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw106454 [PATCH] drivers: enable keep flow rule device capability for cnxk
Date: Mon, 24 Jan 2022 23:39:05 -0500 (EST) [thread overview]
Message-ID: <20220125043905.41737314F@noxus.dpdklab.iol.unh.edu> (raw)
[-- Attachment #1: Type: text/plain, Size: 2302 bytes --]
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/106454
_apply patch failure_
Submitter: Satheesh Paul <psatheesh@marvell.com>
Date: Tuesday, January 25 2022 04:19:36
Applied on: CommitID:8a5a91401dc23ddab1ddea3667a17a615a25077f
Apply patch set 106454 failed:
Checking patch drivers/common/cnxk/roc_npc.c...
Checking patch drivers/common/cnxk/roc_npc.h...
Hunk #1 succeeded at 211 (offset -98 lines).
Checking patch drivers/common/cnxk/roc_npc_mcam.c...
Hunk #1 succeeded at 698 (offset -82 lines).
Checking patch drivers/common/cnxk/roc_npc_priv.h...
Hunk #1 succeeded at 397 (offset -16 lines).
Checking patch drivers/common/cnxk/version.map...
Hunk #1 succeeded at 309 (offset -2 lines).
Checking patch drivers/net/cnxk/cnxk_ethdev.c...
error: while searching for:
int count, i, j, rc;
void *rxq;
/* Disable switch hdr pkind */
roc_nix_switch_hdr_set(&dev->nix, 0, 0, 0, 0);
/* Stop link change events */
if (!roc_nix_is_vf_or_sdp(&dev->nix))
error: patch failed: drivers/net/cnxk/cnxk_ethdev.c:1407
Hunk #2 succeeded at 1480 (offset -5 lines).
Hunk #3 succeeded at 1730 (offset -11 lines).
Checking patch drivers/net/cnxk/cnxk_ethdev_ops.c...
Checking patch drivers/net/cnxk/cnxk_rte_flow.c...
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_mcam.c cleanly.
Applied patch drivers/common/cnxk/roc_npc_priv.h cleanly.
Applied patch drivers/common/cnxk/version.map cleanly.
Applying patch drivers/net/cnxk/cnxk_ethdev.c with 1 reject...
Rejected hunk #1.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Applied patch drivers/net/cnxk/cnxk_ethdev_ops.c cleanly.
Applied patch drivers/net/cnxk/cnxk_rte_flow.c cleanly.
diff a/drivers/net/cnxk/cnxk_ethdev.c b/drivers/net/cnxk/cnxk_ethdev.c (rejected hunks)
@@ -1407,8 +1407,10 @@ cnxk_nix_dev_stop(struct rte_eth_dev *eth_dev)
int count, i, j, rc;
void *rxq;
- /* Disable switch hdr pkind */
- roc_nix_switch_hdr_set(&dev->nix, 0, 0, 0, 0);
+ /* Disable all the NPC entries */
+ rc = roc_npc_mcam_enable_all_entries(&dev->npc, 0);
+ if (rc)
+ return rc;
/* Stop link change events */
if (!roc_nix_is_vf_or_sdp(&dev->nix))
https://lab.dpdk.org/results/dashboard/patchsets/20800/
UNH-IOL DPDK Community Lab
reply other threads:[~2022-01-25 4:39 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=20220125043905.41737314F@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).