automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw124296 [PATCH v5] net/gve: add Rx/Tx queue stats as extended stats
       [not found] <20230221141814.13674-1-levendsayar@gmail.com>
@ 2023-02-21 14:10 ` qemudev
  2023-02-21 14:19 ` |SUCCESS| " checkpatch
  1 sibling, 0 replies; 3+ messages in thread
From: qemudev @ 2023-02-21 14:10 UTC (permalink / raw)
  To: test-report; +Cc: Levend Sayar, zhoumin

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

_apply patch failure_

Submitter: Levend Sayar <levendsayar@gmail.com>
Date: Tue, 21 Feb 2023 17:18:13 +0300
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: 14a61443b2f99f4d14f242c1f8636bfacbaaf32c

Apply patch set 124296 failed:

Checking patch drivers/net/gve/gve_ethdev.c...
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
error: drivers/net/gve/gve_rx.c: patch does not apply
Checking patch drivers/net/gve/gve_tx.c...


^ permalink raw reply	[flat|nested] 3+ messages in thread

* |SUCCESS| pw124296 [PATCH v5] net/gve: add Rx/Tx queue stats as extended stats
       [not found] <20230221141814.13674-1-levendsayar@gmail.com>
  2023-02-21 14:10 ` |WARNING| pw124296 [PATCH v5] net/gve: add Rx/Tx queue stats as extended stats qemudev
@ 2023-02-21 14:19 ` checkpatch
  1 sibling, 0 replies; 3+ messages in thread
From: checkpatch @ 2023-02-21 14:19 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/124296

_coding style OK_



^ permalink raw reply	[flat|nested] 3+ messages in thread

* |WARNING| pw124296 [PATCH] [v5] net/gve: add Rx/Tx queue stats as extended stats
@ 2023-02-21 17:19 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-02-21 17:19 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-21 17:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230221141814.13674-1-levendsayar@gmail.com>
2023-02-21 14:10 ` |WARNING| pw124296 [PATCH v5] net/gve: add Rx/Tx queue stats as extended stats qemudev
2023-02-21 14:19 ` |SUCCESS| " checkpatch
2023-02-21 17:19 |WARNING| pw124296 [PATCH] [v5] " dpdklab

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).