|WARNING| pw122276-122296 [PATCH] [v4, 21/21] net/cpfl: add xstats ops
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Wed Jan 18 10:08:59 CET 2023
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/122276
_apply patch failure_
Submitter: Mingxia Liu <mingxia.liu at intel.com>
Date: Wednesday, January 18 2023 07:57:38
Applied on: CommitID:83397b9f073904438965e1fda2efe76f7850fe01
Apply patch set 122276-122296 failed:
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
Checking patch drivers/net/idpf/idpf_ethdev.c...
error: while searching for:
if (idpf_dev_stats_reset(dev)) {
PMD_DRV_LOG(ERR, "Failed to reset stats");
goto err_vport;
}
vport->stopped = 0;
return 0;
err_vport:
idpf_stop_queues(dev);
err_startq:
error: patch failed: drivers/net/idpf/idpf_ethdev.c:824
Applied patch drivers/net/cpfl/cpfl_ethdev.c cleanly.
Applying patch drivers/net/idpf/idpf_ethdev.c with 1 reject...
Rejected hunk #1.
diff a/drivers/net/idpf/idpf_ethdev.c b/drivers/net/idpf/idpf_ethdev.c (rejected hunks)
@@ -824,13 +824,14 @@ idpf_dev_start(struct rte_eth_dev *dev)
if (idpf_dev_stats_reset(dev)) {
PMD_DRV_LOG(ERR, "Failed to reset stats");
- goto err_vport;
+ goto err_stats_reset;
}
vport->stopped = 0;
return 0;
+err_stats_reset:
err_vport:
idpf_stop_queues(dev);
err_startq:
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.c...
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
Applied patch drivers/net/cpfl/cpfl_rxtx.c cleanly.
Applied patch drivers/net/cpfl/cpfl_rxtx.h cleanly.
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
https://lab.dpdk.org/results/dashboard/patchsets/25022/
UNH-IOL DPDK Community Lab
More information about the test-report
mailing list