|WARNING| pw126606 [PATCH] net/mana: suppress TX CQE generation whenever possible

qemudev at loongson.cn qemudev at loongson.cn
Fri Apr 28 05:23:23 CEST 2023


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

_apply patch failure_

Submitter: Long Li <longli at linuxonhyperv.com>
Date: Thu, 27 Apr 2023 20:36:49 -0700
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: b6367469a9368234bc5ed931dc9ba29474e7d347

Apply patch set 126606 failed:

Checking patch drivers/net/mana/mana.h...
Hunk #1 succeeded at 366 (offset 13 lines).
Hunk #2 succeeded at 409 (offset 7 lines).
Checking patch drivers/net/mana/tx.c...
error: while searching for:
	int ret;
	void *db_page;
	uint16_t pkt_sent = 0;
	uint32_t num_comp;

	/* Process send completions from GDMA */
	num_comp = gdma_poll_completion_queue(&txq->gdma_cq,
			txq->gdma_comp_buf, txq->num_desc);

	for (uint32_t i = 0; i < num_comp; i++) {
		struct mana_txq_desc *desc =
			&txq->desc_ring[txq->desc_ring_tail];
		struct mana_tx_comp_oob *oob = (struct mana_tx_comp_oob *)

error: patch failed: drivers/net/mana/tx.c:173
error: drivers/net/mana/tx.c: patch does not apply



More information about the test-report mailing list