automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw123942 [PATCH] [3/3] net/gve: add standard and extended statistics
Date: Wed, 15 Feb 2023 06:09:07 -0500 (EST)	[thread overview]
Message-ID: <20230215110907.DBD78106182@noxus.dpdklab.iol.unh.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 1231 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/123942

_apply patch failure_

Submitter: Levend Sayar <levendsayar@gmail.com>
Date: Wednesday, February 15 2023 10:10:52 
Applied on: CommitID:04ed18cd41f12ea1487581731ef56185d902d827
Apply patch set 123942 failed:

Checking patch drivers/net/gve/gve_tx.c...
error: while searching for:
		rte_write32(rte_cpu_to_be_32(tx_tail), txq->qtx_tail);
		txq->tx_tail = tx_tail;
		txq->sw_tail = sw_id;
	}

	/* update stats */
	txq->packets += nb_tx;
	txq->bytes += total_len;

	return nb_tx;
}

error: patch failed: drivers/net/gve/gve_tx.c:364
Applying patch drivers/net/gve/gve_tx.c with 1 reject...
Rejected hunk #1.
diff a/drivers/net/gve/gve_tx.c b/drivers/net/gve/gve_tx.c	(rejected hunks)
@@ -364,11 +364,11 @@ gve_tx_burst_qpl(void *tx_queue, struct rte_mbuf **tx_pkts, uint16_t nb_pkts)
 		rte_write32(rte_cpu_to_be_32(tx_tail), txq->qtx_tail);
 		txq->tx_tail = tx_tail;
 		txq->sw_tail = sw_id;
-	}
 
-	/* update stats */
-	txq->packets += nb_tx;
-	txq->bytes += total_len;
+		/* update stats */
+		txq->packets += nb_tx;
+		txq->bytes += total_len;
+	}
 
 	return nb_tx;
 }

https://lab.dpdk.org/results/dashboard/patchsets/25401/

UNH-IOL DPDK Community Lab

                 reply	other threads:[~2023-02-15 11:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20230215110907.DBD78106182@noxus.dpdklab.iol.unh.edu \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /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).