From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <luca.boccassi@gmail.com>
Received: from mail-wr0-f172.google.com (mail-wr0-f172.google.com
 [209.85.128.172]) by dpdk.org (Postfix) with ESMTP id 54512F3E
 for <stable@dpdk.org>; Mon, 30 Apr 2018 17:41:50 +0200 (CEST)
Received: by mail-wr0-f172.google.com with SMTP id u18-v6so8465423wrg.3
 for <stable@dpdk.org>; Mon, 30 Apr 2018 08:41:50 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to
 :references:content-transfer-encoding:mime-version;
 bh=yM5k4Nu0om9kPdi/jFoCIWG5yt4xRz5p3NEnl9J8G7U=;
 b=Kj+QbwyTuheX9MlxErV5GgkCqITjBpm7iPXTBLaqK1v1tWKw3/B8D0lQIaZ4Etcp8S
 RJugxX9nFEQLPhFzb2dZJEAR4AP1rAM4gvi7D10Pz58H1//XyejUJEWne5nkH7GCqBZ7
 kwg2RCjU7V/OsCR58rdZi0tC5HV+x/X4NVYxl58EttV1MzRL/Ycb6F//mvrB7XcYbcYs
 OtAzqWZhhEktLIGJTuk0rbfWTMhqNlOsjKMO9a60KHkWpu9f6FmUtFala50r9SjxIWhC
 EG4gmWexZut7DfU1J+XG3amBrhrka1xzJc6snvu3TOWGCQdUsJDm1Kb03ehRxdmiKSDR
 9zDg==
X-Gm-Message-State: ALQs6tCyS7nlFaLzG4pxabp8WS2yrnjCXCq5ZqIDKmA9uxh7+ojkIDhz
 0heGONxo7KH90Lfkf01OyWQDb44boVU=
X-Google-Smtp-Source: AB8JxZoJY4zkStGv4dcQqjYcYkyHtxziQsnotFvQLJ1aZqUqRMigKhCA0duPfZfvmq3IwIwp7Q3KtA==
X-Received: by 2002:adf:cc8c:: with SMTP id
 p12-v6mr8802913wrj.280.1525102909941; 
 Mon, 30 Apr 2018 08:41:49 -0700 (PDT)
Received: from localhost ([2a00:23c5:be9a:5200:ce4c:82c0:d567:ecbb])
 by smtp.gmail.com with ESMTPSA id k79sm9857883wmg.39.2018.04.30.08.41.48
 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);
 Mon, 30 Apr 2018 08:41:49 -0700 (PDT)
Message-ID: <1525102908.23337.23.camel@debian.org>
From: Luca Boccassi <bluca@debian.org>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: dpdk stable <stable@dpdk.org>
Date: Mon, 30 Apr 2018 16:41:48 +0100
In-Reply-To: <3107283.VSVKnoy58D@xps>
References: <20180430140606.4615-80-luca.boccassi@gmail.com>
 <20180430144223.18657-1-luca.boccassi@gmail.com>
 <20180430144223.18657-58-luca.boccassi@gmail.com> <3107283.VSVKnoy58D@xps>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Evolution 3.22.6-1+deb9u1 
Mime-Version: 1.0
Subject: Re: [dpdk-stable] patch 'fix ethdev port id validation' has been
 queued to stable release 18.02.2
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 30 Apr 2018 15:41:50 -0000

On Mon, 2018-04-30 at 17:04 +0200, Thomas Monjalon wrote:
> 30/04/2018 16:41, luca.boccassi@gmail.com:
> > Hi,
> >=20
> > FYI, your patch has been queued to stable release 18.02.2
> >=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 05/02/18. So please
> > shout if anyone has objections.
>=20
> I did not plan to backport it. But yes, it may be a good idead.
> In this case, you need to backport some fixes on top of it:
> 	app/testpmd: fix build without i40e
> 	examples/flow_classify: fix validation in port init

Thanks, applied those as well.

--=20
Kind regards,
Luca Boccassi