From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 91703235 for ; Tue, 24 Jul 2018 15:05:53 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jul 2018 06:05:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,398,1526367600"; d="scan'208";a="69479766" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga003.jf.intel.com with ESMTP; 24 Jul 2018 06:04:16 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 24 Jul 2018 06:04:06 -0700 Received: from fmsmsx117.amr.corp.intel.com ([169.254.3.3]) by fmsmsx158.amr.corp.intel.com ([169.254.15.57]) with mapi id 14.03.0319.002; Tue, 24 Jul 2018 06:04:06 -0700 From: "Wiles, Keith" To: "Varghese, Vipin" CC: "dev@dpdk.org" , "Yigit, Ferruh" Thread-Topic: [dpdk-dev] [PATCH] net/tap: add probe finish call for tun secondary Thread-Index: AQHUIwsX5+3AI7eRQUeyJ/OiN5/TUaSezNoA Date: Tue, 24 Jul 2018 13:04:04 +0000 Message-ID: <4CD1C249-C0E4-453B-9931-ECBBAB89A3B8@intel.com> References: <1532408747-84585-1-git-send-email-vipin.varghese@intel.com> In-Reply-To: <1532408747-84585-1-git-send-email-vipin.varghese@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.3.8] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/tap: add probe finish call for tun secondary X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2018 13:05:54 -0000 > On Jul 24, 2018, at 12:05 AM, Vipin Varghese w= rote: >=20 > Invoke rte_eth_dev_probing_finish for rte_pmd_tun_probe. >=20 > Signed-off-by: Vipin Varghese > --- > drivers/net/tap/rte_eth_tap.c | 1 + > 1 file changed, 1 insertion(+) >=20 > 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 =3D &ops; > + rte_eth_dev_probing_finish(eth_dev); > return 0; > } >=20 > --=20 > 2.7.4 >=20 Acked-by: Keith Wiles Regards, Keith