DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/tap: add probe finish call for tun secondary
@ 2018-07-24  5:05 Vipin Varghese
  2018-07-24 13:04 ` Wiles, Keith
  0 siblings, 1 reply; 3+ messages in thread
From: Vipin Varghese @ 2018-07-24  5:05 UTC (permalink / raw)
  To: dev, ferruh.yigit; +Cc: Vipin Varghese

Invoke rte_eth_dev_probing_finish for rte_pmd_tun_probe.

Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
---
 drivers/net/tap/rte_eth_tap.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/tap/rte_eth_tap.c b/drivers/net/tap/rte_eth_tap.c
index 4493507..8c0c5d6 100644
--- a/drivers/net/tap/rte_eth_tap.c
+++ b/drivers/net/tap/rte_eth_tap.c
@@ -1879,6 +1879,7 @@ rte_pmd_tun_probe(struct rte_vdev_device *dev)
 			return -1;
 		}
 		eth_dev->dev_ops = &ops;
+		rte_eth_dev_probing_finish(eth_dev);
 		return 0;
 	}
 
-- 
2.7.4

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

* Re: [dpdk-dev] [PATCH] net/tap: add probe finish call for tun secondary
  2018-07-24  5:05 [dpdk-dev] [PATCH] net/tap: add probe finish call for tun secondary Vipin Varghese
@ 2018-07-24 13:04 ` Wiles, Keith
  2018-08-04 23:40   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Wiles, Keith @ 2018-07-24 13:04 UTC (permalink / raw)
  To: Varghese, Vipin; +Cc: dev, Yigit, Ferruh



> On Jul 24, 2018, at 12:05 AM, Vipin Varghese <vipin.varghese@intel.com> wrote:
> 
> Invoke rte_eth_dev_probing_finish for rte_pmd_tun_probe.
> 
> Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
> ---
> drivers/net/tap/rte_eth_tap.c | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/tap/rte_eth_tap.c b/drivers/net/tap/rte_eth_tap.c
> index 4493507..8c0c5d6 100644
> --- a/drivers/net/tap/rte_eth_tap.c
> +++ b/drivers/net/tap/rte_eth_tap.c
> @@ -1879,6 +1879,7 @@ rte_pmd_tun_probe(struct rte_vdev_device *dev)
> 			return -1;
> 		}
> 		eth_dev->dev_ops = &ops;
> +		rte_eth_dev_probing_finish(eth_dev);
> 		return 0;
> 	}
> 
> -- 
> 2.7.4
> 

Acked-by: Keith Wiles <keith.wiles@intel.com>

Regards,
Keith

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

* Re: [dpdk-dev] [PATCH] net/tap: add probe finish call for tun secondary
  2018-07-24 13:04 ` Wiles, Keith
@ 2018-08-04 23:40   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2018-08-04 23:40 UTC (permalink / raw)
  To: Varghese, Vipin; +Cc: dev, Wiles, Keith, Yigit, Ferruh

24/07/2018 15:04, Wiles, Keith:
> 
> > On Jul 24, 2018, at 12:05 AM, Vipin Varghese <vipin.varghese@intel.com> wrote:
> > 
> > Invoke rte_eth_dev_probing_finish for rte_pmd_tun_probe.
> > 
> > Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
> 
> Acked-by: Keith Wiles <keith.wiles@intel.com>

Applied, thanks

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

end of thread, other threads:[~2018-08-04 23:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-24  5:05 [dpdk-dev] [PATCH] net/tap: add probe finish call for tun secondary Vipin Varghese
2018-07-24 13:04 ` Wiles, Keith
2018-08-04 23:40   ` Thomas Monjalon

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