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| pw124296 [PATCH] [v5] net/gve: add Rx/Tx queue stats as extended stats
Date: Tue, 21 Feb 2023 12:19:05 -0500 (EST)	[thread overview]
Message-ID: <20230221171905.1925E4AF@noxus.dpdklab.iol.unh.edu> (raw)

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

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

_apply patch failure_

Submitter: Levend Sayar <levendsayar@gmail.com>
Date: Tuesday, February 21 2023 14:18:13 
Applied on: CommitID:9bd5ebca59c865aead7096358fb733e53a72007b
Apply patch set 124296 failed:

Checking patch drivers/net/gve/gve_ethdev.c...
Hunk #2 succeeded at 346 (offset 1 line).
Hunk #3 succeeded at 356 (offset 1 line).
Hunk #4 succeeded at 375 (offset 1 line).
Hunk #5 succeeded at 383 (offset 1 line).
Hunk #6 succeeded at 416 (offset 1 line).
Hunk #7 succeeded at 525 (offset 1 line).
Checking patch drivers/net/gve/gve_ethdev.h...
Checking patch drivers/net/gve/gve_rx.c...
error: while searching for:
				rxq->sw_ring[idx + i] = nmb;
			}
			if (i != nb_alloc) {
				rxq->no_mbufs += nb_alloc - i;
				nb_alloc = i;
			}
		}

error: patch failed: drivers/net/gve/gve_rx.c:62
Hunk #5 succeeded at 105 (offset -3 lines).
Hunk #6 succeeded at 153 (offset -3 lines).
Checking patch drivers/net/gve/gve_tx.c...
Applied patch drivers/net/gve/gve_ethdev.c cleanly.
Applied patch drivers/net/gve/gve_ethdev.h cleanly.
Applying patch drivers/net/gve/gve_rx.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Rejected hunk #4.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
Applied patch drivers/net/gve/gve_tx.c cleanly.
diff a/drivers/net/gve/gve_rx.c b/drivers/net/gve/gve_rx.c	(rejected hunks)
@@ -62,7 +64,7 @@ gve_rx_refill(struct gve_rx_queue *rxq)
 				rxq->sw_ring[idx + i] = nmb;
 			}
 			if (i != nb_alloc) {
-				rxq->no_mbufs += nb_alloc - i;
+				rxq->stats.no_mbufs += nb_alloc - i;
 				nb_alloc = i;
 			}
 		}

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

UNH-IOL DPDK Community Lab

             reply	other threads:[~2023-02-21 17:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-21 17:19 dpdklab [this message]
     [not found] <20230221141814.13674-1-levendsayar@gmail.com>
2023-02-21 14:10 ` |WARNING| pw124296 [PATCH v5] " qemudev

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=20230221171905.1925E4AF@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).