DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/ark: Add missing call to probe_finish for first device
@ 2018-05-21 19:18 Ed Czeck
  2018-05-21 21:23 ` Thomas Monjalon
  0 siblings, 1 reply; 6+ messages in thread
From: Ed Czeck @ 2018-05-21 19:18 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, john.miller, shepard.siegel, thomas, Ed Czeck

Fix on: fbe90cdd776c3ac99c4c56d1b5318a90fcf01602
---
 drivers/net/ark/ark_ethdev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ark/ark_ethdev.c b/drivers/net/ark/ark_ethdev.c
index 62e4fd3..834d8a9 100644
--- a/drivers/net/ark/ark_ethdev.c
+++ b/drivers/net/ark/ark_ethdev.c
@@ -390,6 +390,7 @@ eth_ark_dev_init(struct rte_eth_dev *dev)
 		if (p == 0) {
 			/* First port is already allocated by DPDK */
 			eth_dev = ark->eth_dev;
+			rte_eth_dev_probing_finish(eth_dev);
 			continue;
 		}
 
-- 
2.7.4

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [dpdk-dev] [PATCH] net/ark: Add missing call to probe_finish for first device
@ 2018-05-21 19:29 Ed Czeck
  2018-05-21 19:42 ` john miller
  0 siblings, 1 reply; 6+ messages in thread
From: Ed Czeck @ 2018-05-21 19:29 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, john.miller, shepard.siegel, thomas, Ed Czeck

Fix on commit fbe90cdd776c ("ethdev: add probing finish function")

Signed-off-by: Ed Czeck <ed.czeck@atomicrules.com>
---
 drivers/net/ark/ark_ethdev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ark/ark_ethdev.c b/drivers/net/ark/ark_ethdev.c
index 62e4fd3..834d8a9 100644
--- a/drivers/net/ark/ark_ethdev.c
+++ b/drivers/net/ark/ark_ethdev.c
@@ -390,6 +390,7 @@ eth_ark_dev_init(struct rte_eth_dev *dev)
 		if (p == 0) {
 			/* First port is already allocated by DPDK */
 			eth_dev = ark->eth_dev;
+			rte_eth_dev_probing_finish(eth_dev);
 			continue;
 		}
 
-- 
2.7.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-05-22  9:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-21 19:18 [dpdk-dev] [PATCH] net/ark: Add missing call to probe_finish for first device Ed Czeck
2018-05-21 21:23 ` Thomas Monjalon
2018-05-21 19:29 Ed Czeck
2018-05-21 19:42 ` john miller
2018-05-21 21:26   ` Thomas Monjalon
2018-05-22  9:52     ` Ferruh Yigit

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).