|WARNING| pw123942 [PATCH] [3/3] net/gve: add standard and extended statistics
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Wed Feb 15 12:09:07 CET 2023
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/123942
_apply patch failure_
Submitter: Levend Sayar <levendsayar at 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
More information about the test-report
mailing list