automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Rahul Bhansali <rbhansali@marvell.com>, zhoumin@loongson.cn
Subject: |WARNING| pw137357 [PATCH] net/cnxk: performance improvement for SW mbuf free
Date: Tue, 27 Feb 2024 22:28:53 +0800	[thread overview]
Message-ID: <202402271428.41RESrZa4079322@localhost.localdomain> (raw)
In-Reply-To: <20240227144247.1562499-1-rbhansali@marvell.com>

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/137357

_apply patch failure_

Submitter: Rahul Bhansali <rbhansali@marvell.com>
Date: Tue, 27 Feb 2024 20:12:47 +0530
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

Apply patch set 137357 failed:

Checking patch drivers/event/cnxk/cn10k_tx_worker.h...
Checking patch drivers/event/cnxk/cn9k_worker.h...
Checking patch drivers/net/cnxk/cn10k_tx.h...
error: while searching for:
}
#endif

static __rte_always_inline uint64_t
cn10k_nix_prefree_seg(struct rte_mbuf *m, struct cn10k_eth_txq *txq,
		      struct nix_send_hdr_s *send_hdr, uint64_t *aura)
{
	struct rte_mbuf *prev = NULL;

error: patch failed: drivers/net/cnxk/cn10k_tx.h:733
error: drivers/net/cnxk/cn10k_tx.h: patch does not apply
Checking patch drivers/net/cnxk/cn9k_tx.h...
error: while searching for:
	}
}

static __rte_always_inline uint64_t
cn9k_nix_prefree_seg(struct rte_mbuf *m, struct cn9k_eth_txq *txq, struct nix_send_hdr_s *send_hdr,
		     uint64_t *aura)
{
	struct rte_mbuf *prev;
	uint32_t sqe_id;

	if (RTE_MBUF_HAS_EXTBUF(m)) {
		if (unlikely(txq->tx_compl.ena == 0)) {
			rte_pktmbuf_free_seg(m);
			return 1;
		}
		if (send_hdr->w0.pnc) {

error: patch failed: drivers/net/cnxk/cn9k_tx.h:82
error: drivers/net/cnxk/cn9k_tx.h: patch does not apply


       reply	other threads:[~2024-02-27 14:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240227144247.1562499-1-rbhansali@marvell.com>
2024-02-27 14:28 ` qemudev [this message]
2024-02-27 14:45 ` |SUCCESS| " checkpatch
2024-02-27 15:45 ` 0-day Robot
2024-02-27 15:29 |WARNING| " dpdklab

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=202402271428.41RESrZa4079322@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).