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 A06CD31FC for ; Fri, 23 Nov 2018 12:02:39 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Nov 2018 03:02:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,269,1539673200"; d="scan'208";a="110681710" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga001.jf.intel.com with ESMTP; 23 Nov 2018 03:02:38 -0800 Received: from fmsmsx161.amr.corp.intel.com (10.18.125.9) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 23 Nov 2018 03:02:38 -0800 Received: from bgsmsx153.gar.corp.intel.com (10.224.23.4) by FMSMSX161.amr.corp.intel.com (10.18.125.9) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 23 Nov 2018 03:02:37 -0800 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.234]) by BGSMSX153.gar.corp.intel.com ([169.254.2.159]) with mapi id 14.03.0415.000; Fri, 23 Nov 2018 16:32:33 +0530 From: "Varghese, Vipin" To: Kevin Traynor CC: "Wiles, Keith" , dpdk stable Thread-Topic: patch 'net/tap: fix probe for multiq or flowq failure' has been queued to stable release 18.08.1 Thread-Index: AQHUgxe7r+Biya7O+E2tPdJOXzuo36VdMdCw Date: Fri, 23 Nov 2018 11:02:32 +0000 Message-ID: <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D2C1964@BGSMSX101.gar.corp.intel.com> References: <20181123102713.17309-1-ktraynor@redhat.com> <20181123102713.17309-69-ktraynor@redhat.com> In-Reply-To: <20181123102713.17309-69-ktraynor@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDU3YmIzNmEtZDQ1NC00ZmE2LWE5MWEtM2VlODI2ODU4MDEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQmh5MHd3R3ZKQVhWQmJ1bytzYVI4RmEzUHJZMGlaQkN2OGlDZUxrNXFaQ0F3QVBTdWJSdWhsNCtCVUxzRG5mNiJ9 dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] patch 'net/tap: fix probe for multiq or flowq failure' has been queued to stable release 18.08.1 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2018 11:02:40 -0000 Thanks Kevin for the update. > -----Original Message----- > From: Kevin Traynor > Sent: Friday, November 23, 2018 3:57 PM > To: Varghese, Vipin > Cc: Wiles, Keith ; dpdk stable > Subject: patch 'net/tap: fix probe for multiq or flowq failure' has been = queued > to stable release 18.08.1 >=20 > Hi, >=20 > FYI, your patch has been queued to stable release 18.08.1 >=20 > Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. > It will be pushed if I get no objections before 11/29/18. So please shout= if > anyone has objections. >=20 > Also note that after the patch there's a diff of the upstream commit vs t= he > patch applied to the branch. If the code is different (ie: not only metad= ata > diffs), due for example to a change in context or macro names, please dou= ble > check it. >=20 > Thanks. >=20 > Kevin Traynor >=20 > --- > From c5a5783a73f430c336523dbad83b332279fc68f0 Mon Sep 17 00:00:00 > 2001 > From: Vipin Varghese > Date: Wed, 7 Nov 2018 19:28:17 +0530 > Subject: [PATCH] net/tap: fix probe for multiq or flowq failure >=20 > [ upstream commit 126372ce72107b7dc885e3e4f35c1aa732203e17 ] >=20 > In scenarios for multiq or flowq setup failure `rte_eth_dev_probing_finis= h()` > has to be invoked for successful device registration. >=20 > Fixes: fbe90cdd776c ("ethdev: add probing finish function") >=20 > Signed-off-by: Vipin Varghese > Acked-by: Keith Wiles > --- > 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 745405467..0cdfcf5fa 100644 > --- a/drivers/net/tap/rte_eth_tap.c > +++ b/drivers/net/tap/rte_eth_tap.c > @@ -1800,4 +1800,5 @@ disable_rte_flow: > goto error_exit; > } > + rte_eth_dev_probing_finish(dev); > return 0; >=20 > -- > 2.19.0 >=20 > --- > Diff of the applied patch vs upstream commit (please double-check if no= n- > empty: > --- > --- - 2018-11-23 10:22:56.042511403 +0000 > +++ 0069-net-tap-fix-probe-for-multiq-or-flowq-failure.patch 2018-11-23 > 10:22:54.000000000 +0000 > @@ -1,14 +1,15 @@ > -From 126372ce72107b7dc885e3e4f35c1aa732203e17 Mon Sep 17 00:00:00 > 2001 > +From c5a5783a73f430c336523dbad83b332279fc68f0 Mon Sep 17 00:00:00 > 2001 > From: Vipin Varghese > Date: Wed, 7 Nov 2018 19:28:17 +0530 > Subject: [PATCH] net/tap: fix probe for multiq or flowq failure >=20 > +[ upstream commit 126372ce72107b7dc885e3e4f35c1aa732203e17 ] > + > In scenarios for multiq or flowq setup failure `rte_eth_dev_probing_fin= ish()` > has to be invoked for successful device registration. >=20 > Fixes: fbe90cdd776c ("ethdev: add probing finish function") > -Cc: stable@dpdk.org >=20 > Signed-off-by: Vipin Varghese > Acked-by: Keith Wiles @@ -17,10 +18,10 @@ > 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 75b82f2b3..49afd38dd 100644 > +index 745405467..0cdfcf5fa 100644 > --- a/drivers/net/tap/rte_eth_tap.c > +++ b/drivers/net/tap/rte_eth_tap.c > -@@ -1849,4 +1849,5 @@ disable_rte_flow: > +@@ -1800,4 +1800,5 @@ disable_rte_flow: > goto error_exit; > } > + rte_eth_dev_probing_finish(dev);