automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw111564 [PATCH] ethdev: fix push new event
@ 2022-05-21  7:50 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-05-21  7:50 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Min Hu (Connor) <humin29@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

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21  7:50 |WARNING| pw111564 [PATCH] ethdev: fix push new event 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).