|WARNING| pw137357 [PATCH] net/cnxk: performance improvement for SW mbuf free

qemudev at loongson.cn qemudev at loongson.cn
Tue Feb 27 15:28:53 CET 2024


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

_apply patch failure_

Submitter: Rahul Bhansali <rbhansali at 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



More information about the test-report mailing list