|WARNING| pw114682-114688 [PATCH] [10/10] net/softnic: print the output port packet drop counters
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Sat Aug 6 00:20:57 CEST 2022
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/114682
_apply patch failure_
Submitter: Cristian Dumitrescu <cristian.dumitrescu at 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
More information about the test-report
mailing list