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 46107A046B for ; Sat, 27 Jul 2019 09:17:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8BCDA1C4DE; Sat, 27 Jul 2019 09:17:22 +0200 (CEST) Received: from mail-vs1-f65.google.com (mail-vs1-f65.google.com [209.85.217.65]) by dpdk.org (Postfix) with ESMTP id E4B4F1C4C4 for ; Sat, 27 Jul 2019 09:17:20 +0200 (CEST) Received: by mail-vs1-f65.google.com with SMTP id a186so35981465vsd.7 for ; Sat, 27 Jul 2019 00:17:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=M8FdGcJe9rESYAThWgdBuPuyH1d3LTVBtYPxNTn3XjQ=; b=ganTj5ssQFCdyGqf14kENzsWD0G689cVb0U5t/hA38WJc3hdDDB4h6eQLrxH9Tjovu JMCpE7EdRHGTr6HiRhNHfyo2EIT59BDwQWM8N6KReHNlNe6UShyWHYOKaePAEpydWJfK HMcnh0KLa7vFZtjzB9WNBNs9cDmZHZsacugjuDoa1BsWOvuSA3JRzCbc+u9BNtf+j2OX KNwRTPrqgJKzJx4ZnAqZfArmB+FKhe67QlfPKVs4WBNTX1a63rUf5Vj+8zLCT/buShl8 dWOHR31QZJlG0KU0MQO1f0MTcWktxu194+e28PZ4g37DIQ84Ghy2Z6fvWORlBMcSVynA G8iQ== X-Gm-Message-State: APjAAAUvatnU8vOt3vZcNdD5SSMJBXNZa8kq3aNBSCobIQtksOCRHTMD ed2HOetg/xj5Dg+7/yCBJu/bXAcYHoiCkByA1C+Taw== X-Google-Smtp-Source: APXvYqw9xb/ImsF0cVwQGkZUajewB8lw6vDDNH4NVRa6mrSa9h96xzlVt5czA99/SWnshKTNazHp1D2T8zG7lgMQErw= X-Received: by 2002:a67:2ec8:: with SMTP id u191mr65389050vsu.39.1564211840239; Sat, 27 Jul 2019 00:17:20 -0700 (PDT) MIME-Version: 1.0 References: <1564149110-22837-1-git-send-email-david.marchand@redhat.com> <1564149980-10470-1-git-send-email-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Sat, 27 Jul 2019 09:17:09 +0200 Message-ID: To: Michael Santana Cc: dev , Thomas Monjalon , Bruce Richardson Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2] 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" On Fri, Jul 26, 2019 at 6:06 PM Michael Santana Francisco wrote: > > On 7/26/19 10:06 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 > --- > Changelog since v1: > - rte_service symbols who got promoted to stable got reintroduced in > experimental when rebasing this patch on master > > Just going off Stephen's original proposal; it should be sorted by release and then by alphabetical order. Some blocks weren't sorted by alphabetical order when I ran sort after I applied your patch Ah yes, I had moved some blocks as is without checking them. Fixed in v3. Thanks! -- David Marchand