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 47B72A0487 for ; Mon, 29 Jul 2019 22:26:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 521531BF51; Mon, 29 Jul 2019 22:26:48 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 3DA5C1BED6 for ; Mon, 29 Jul 2019 22:26:47 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C84C52224C; Mon, 29 Jul 2019 16:26:46 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 29 Jul 2019 16:26:46 -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=VSIR/UrADI3Tyq4GCbFACsjGJYgdw1Bq39JNlDcD0s8=; b=EU5ZT8Gq5QVn 3bQZmST8tJvtlmBm8lgtPEX4NWht9LfhoQ2odbVo16joPT8qDFbO/vdkdQ6F7YVN MAORCbXEGLzNU7EnAYw6POqmlzWXQIiTnjAzHdd8oUu3IB/75zjwY01t7IIOcTKA DvfdU1iFpqaPbWQgASrwABkZLT/RJpo= 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=VSIR/UrADI3Tyq4GCbFACsjGJYgdw1Bq39JNlDcD0 s8=; b=MRMK2Bp2AXaha8jAt+o0XB8+ha8wk+EWv2zLsEX1t1PzVbg2xhvhoXnGj 7MFaBIeuahSWlLxujqlCOvm3mYAA0xjJJQE0KJUkX6OblnmpJvfLKatnEAUWZ1J5 aq4Udpgkidqp0aih575TZFv+7cO8YfuZy+wxqkbt49aymInPu1cEg9/79GghPFuH 2emE3iUEz+9Ym4YsjZVz+zS/ANTt1HIDIr9N4bDL4/VnsHI0yKk3qUZwgQOV/JVH cPzAIsrMXvbRsLDN+Rc7QUt+HN4h2Fwm738IpV/PFL5jbsDRCC6LkdQo+okLHe8N enzbatQP3XFvB1GBXa/KKkC2aWpbw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrledugdduhedtucetufdoteggodetrfdotf 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 A8DDA8005B; Mon, 29 Jul 2019 16:26:45 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, Michael Santana Francisco , Bruce Richardson Date: Mon, 29 Jul 2019 22:26:44 +0200 Message-ID: <1966585.ABsqHP7osh@xps> In-Reply-To: References: <1564149110-22837-1-git-send-email-david.marchand@redhat.com> <1564212093-20805-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 v3] eal: 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" 29/07/2019 17:10, Michael Santana Francisco: > On Sat, Jul 27, 2019 at 3:21 AM 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 > > --- > > Changelog since v2: > > - fixed alphabetical order per release > > > > Changelog since v1: > > - rte_service symbols who got promoted to stable got reintroduced in > > experimental when rebasing this patch on master > > > Acked-by: Michael Santana Applied, thanks