|WARNING| pw111564 [PATCH] ethdev: fix push new event
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Sat May 21 09:50:44 CEST 2022
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/111564
_apply patch failure_
Submitter: Min Hu (Connor) <humin29 at huawei.com>
Date: Saturday, May 21 2022 06:55:48
Applied on: CommitID:26d734b5d280b96f91f00f5e0c6c7eff99facef2
Apply patch set 111564 failed:
Checking patch lib/ethdev/rte_ethdev.c...
error: while searching for:
if (rte_eal_process_type() == RTE_PROC_SECONDARY)
eth_dev_fp_ops_setup(rte_eth_fp_ops + dev->data->port_id, dev);
rte_eth_dev_callback_process(dev, RTE_ETH_EVENT_NEW, NULL);
dev->state = RTE_ETH_DEV_ATTACHED;
}
int
error: patch failed: lib/ethdev/rte_ethdev.c:4816
Applying patch lib/ethdev/rte_ethdev.c with 1 reject...
Rejected hunk #1.
diff a/lib/ethdev/rte_ethdev.c b/lib/ethdev/rte_ethdev.c (rejected hunks)
@@ -4816,9 +4816,8 @@ rte_eth_dev_probing_finish(struct rte_eth_dev *dev)
if (rte_eal_process_type() == RTE_PROC_SECONDARY)
eth_dev_fp_ops_setup(rte_eth_fp_ops + dev->data->port_id, dev);
- rte_eth_dev_callback_process(dev, RTE_ETH_EVENT_NEW, NULL);
-
dev->state = RTE_ETH_DEV_ATTACHED;
+ rte_eth_dev_callback_process(dev, RTE_ETH_EVENT_NEW, NULL);
}
int
https://lab.dpdk.org/results/dashboard/patchsets/22224/
UNH-IOL DPDK Community Lab
More information about the test-report
mailing list