From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Rahul Bhansali <rbhansali@marvell.com>, zhoumin@loongson.cn
Subject: |WARNING| pw135972-135976 [PATCH 1/5] common/cnxk: reserve CPT LF for Rx inject
Date: Fri, 19 Jan 2024 13:42:23 +0800 [thread overview]
Message-ID: <202401190542.40J5gNc93870535@localhost.localdomain> (raw)
In-Reply-To: <20240119055721.1750399-1-rbhansali@marvell.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/135972
_apply patch failure_
Submitter: Rahul Bhansali <rbhansali@marvell.com>
Date: Fri, 19 Jan 2024 11:27:17 +0530
DPDK git baseline: Repo:dpdk-next-net-mrvl
Branch: for-next-net
CommitID: 019c31d7089944f5d9715d6af263f73886359e06
Apply patch set 135972-135976 failed:
Checking patch drivers/common/cnxk/roc_features.h...
Checking patch drivers/common/cnxk/roc_nix.h...
Checking patch drivers/common/cnxk/roc_nix_inl.c...
error: while searching for:
1ULL << ROC_CPT_DFLT_ENG_GRP_SE_IE |
1ULL << ROC_CPT_DFLT_ENG_GRP_AE);
rc = cpt_lfs_alloc(dev, eng_grpmask, blkaddr,
!roc_nix->ipsec_out_sso_pffunc, ctx_ilen_valid, ctx_ilen, false, 0);
if (rc) {
plt_err("Failed to alloc CPT LF resources, rc=%d", rc);
goto lf_detach;
error: patch failed: drivers/common/cnxk/roc_nix_inl.c:986
error: drivers/common/cnxk/roc_nix_inl.c: patch does not apply
Checking patch drivers/common/cnxk/roc_nix_inl.h...
Checking patch drivers/common/cnxk/roc_nix_inl_dev.c...
error: while searching for:
}
rc = cpt_lfs_alloc(dev, eng_grpmask, RVU_BLOCK_ADDR_CPT0, inl_dev_sso, ctx_ilen_valid,
ctx_ilen, false, 0);
if (rc) {
plt_err("Failed to alloc CPT LF resources, rc=%d", rc);
return rc;
}
/* Setup CPT LF for submitting control opcode */
lf = &inl_dev->cpt_lf;
lf->lf_id = 0;
lf->nb_desc = 0; /* Set to default */
lf->dev = &inl_dev->dev;
lf->msixoff = inl_dev->cpt_msixoff;
lf->pci_dev = inl_dev->pci_dev;
rc = cpt_lf_init(lf);
if (rc) {
plt_err("Failed to initialize CPT LF, rc=%d", rc);
goto lf_free;
}
roc_cpt_iq_enable(lf);
return 0;
lf_free:
rc |= cpt_lfs_free(dev);
error: patch failed: drivers/common/cnxk/roc_nix_inl_dev.c:194
error: drivers/common/cnxk/roc_nix_inl_dev.c: patch does not apply
Checking patch drivers/common/cnxk/roc_nix_inl_priv.h...
Checking patch drivers/common/cnxk/version.map...
Hunk #1 succeeded at 239 (offset -4 lines).
next parent reply other threads:[~2024-01-19 6:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240119055721.1750399-1-rbhansali@marvell.com>
2024-01-19 5:42 ` qemudev [this message]
2024-01-19 5:58 ` |SUCCESS| pw135972 " checkpatch
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=202401190542.40J5gNc93870535@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=rbhansali@marvell.com \
--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).