automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw135972-135976 [PATCH 1/5] common/cnxk: reserve CPT LF for Rx inject
       [not found] <20240119055721.1750399-1-rbhansali@marvell.com>
@ 2024-01-19  5:42 ` qemudev
  2024-01-19  5:58 ` |SUCCESS| pw135972 " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2024-01-19  5:42 UTC (permalink / raw)
  To: test-report; +Cc: Rahul Bhansali, zhoumin

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* |SUCCESS| pw135972 [PATCH 1/5] common/cnxk: reserve CPT LF for Rx inject
       [not found] <20240119055721.1750399-1-rbhansali@marvell.com>
  2024-01-19  5:42 ` |WARNING| pw135972-135976 [PATCH 1/5] common/cnxk: reserve CPT LF for Rx inject qemudev
@ 2024-01-19  5:58 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2024-01-19  5:58 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/135972

_coding style OK_



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-19  6:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240119055721.1750399-1-rbhansali@marvell.com>
2024-01-19  5:42 ` |WARNING| pw135972-135976 [PATCH 1/5] common/cnxk: reserve CPT LF for Rx inject qemudev
2024-01-19  5:58 ` |SUCCESS| pw135972 " checkpatch

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