From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id EA5E0A00E6 for ; Mon, 5 Aug 2019 12:21:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BFD461BDFA; Mon, 5 Aug 2019 12:21:26 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 251A91BDF7 for ; Mon, 5 Aug 2019 12:21:25 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B82AA21C46; Mon, 5 Aug 2019 06:21:24 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 05 Aug 2019 06:21:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=xReXFkIgacfctMpaE0/ZAO6hK/lm6/7VnMQ5qZydCl4=; b=guswUP2CI9UC H+XiAe6JnSytaVBrK9hUiu5dGOiq/CNJMWSVgj4cOK2bhlnSt0cz/2LyyxZTenxg /ZAsEN6W/5rEWti7BDM1Y3DhgsfmWpVfDUn8TvaH3W4i0ig8NUzlYtdgZMmgbOzT RiC0FH+o4VPSWkP6eN695InPwkO0WeA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=xReXFkIgacfctMpaE0/ZAO6hK/lm6/7VnMQ5qZydC l4=; b=Au0qAOF88bOO0U0b6hlRkPHyXWXKZxqWaWqEhKUfuUrxlFjSnkl4Wowa8 RtfQSlzoiu3nOjQFUCZ8HZKdyjfObQR+s8tz2ldibkodRbp+7OIbCnRWBqPFfzII v6Mxpmim/6j5nSddlDzoraHzivN97DdqzLxl0i4VcJ/k+ZdfWbG6BsABSKaytwnj +Z7jpPTDmJAeU02jUzNXdh3qdyCXbipHcaUnTSzwZvGE5cRXY3MjaemOQQ1SiLev gk88uo2mJ6gT00Gtyan2zYB2q6nw5TaHa/wQDNsM6WIXWrw8/FGTwIQcC4OIQnAN D2UGDwX7Ecjm4v9T7ejYlU8KL0eiQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddruddtjedgvdejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 96E2A8005A; Mon, 5 Aug 2019 06:21:23 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, Ferruh Yigit , Andrew Rybchenko Date: Mon, 05 Aug 2019 12:21:22 +0200 Message-ID: <4444474.yjFY4LWEm3@xps> In-Reply-To: References: <1564576036-4524-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] ethdev: sort experimental symbols per release 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 31/07/2019 15:45, Ferruh Yigit: > On 7/31/2019 1:27 PM, David Marchand wrote: > > Sort the experimental symbols per release to make it easier/quicker to > > check for how long we have them. > > > > Signed-off-by: David Marchand > > Acked-by: Ferruh Yigit Applied, thanks