automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw114682-114688 [PATCH] [10/10] net/softnic: print the output port packet drop counters
@ 2022-08-05 22:20 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-08-05 22:20 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Date: Friday, August 05 2022 22:00:29 
Applied on: CommitID:72206323a5dd3182b13f61b25a64abdddfee595c
Apply patch set 114682-114688 failed:

Checking patch drivers/net/softnic/rte_eth_softnic_cli.c...
error: while searching for:
			out_size,
			" packets %" PRIu64
			" bytes %" PRIu64
			" clone %" PRIu64
			" clonerr %" PRIu64 "\n",
			stats.n_pkts,
			stats.n_bytes,
			stats.n_pkts_clone,
			stats.n_pkts_clone_err);


error: patch failed: drivers/net/softnic/rte_eth_softnic_cli.c:1987
Applying patch drivers/net/softnic/rte_eth_softnic_cli.c with 1 reject...
Rejected hunk #1.
diff a/drivers/net/softnic/rte_eth_softnic_cli.c b/drivers/net/softnic/rte_eth_softnic_cli.c	(rejected hunks)
@@ -1987,10 +1987,14 @@ cmd_softnic_pipeline_stats(struct pmd_internals *softnic,
 			out_size,
 			" packets %" PRIu64
 			" bytes %" PRIu64
+			" packets dropped %" PRIu64
+			" bytes dropped %" PRIu64
 			" clone %" PRIu64
 			" clonerr %" PRIu64 "\n",
 			stats.n_pkts,
 			stats.n_bytes,
+			stats.n_pkts_drop,
+			stats.n_bytes_drop,
 			stats.n_pkts_clone,
 			stats.n_pkts_clone_err);
 

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

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-05 22:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-05 22:20 |WARNING| pw114682-114688 [PATCH] [10/10] net/softnic: print the output port packet drop counters 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).