From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,URIBL_SBL,URIBL_SBL_A autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 872CAC7618B for ; Fri, 26 Jul 2019 13:54:43 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 204DC229F9 for ; Fri, 26 Jul 2019 13:54:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 204DC229F9 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 686571C482; Fri, 26 Jul 2019 15:54:42 +0200 (CEST) Received: from mail-ua1-f67.google.com (mail-ua1-f67.google.com [209.85.222.67]) by dpdk.org (Postfix) with ESMTP id EA4501C45E for ; Fri, 26 Jul 2019 15:54:40 +0200 (CEST) Received: by mail-ua1-f67.google.com with SMTP id g11so21303321uak.0 for ; Fri, 26 Jul 2019 06:54:40 -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=1UeWWNm57ULiGAv0ycA0ak8ojnt5wZw3FCJ/st+Sii8=; b=UrHCIlh79lyYxbSinRhn/HDH0dqHX7jYdJGUsnaHs6PCugNPVYRRzp6Agofa76Xpd4 gyvKyBsI+oX6nl0kmiix8EzLtLDI67cSRaiVmsnOBvR2j22BQLj7hlGKEeutIjOVmIkL oZdaaAbkEH1fmPpY0E7ibCVhR+etKkJ6b96JPfuu+1QFwpWxpkvxASz2PDcBNnpIHtbP OCHspgJ7TRpdrLODzixKRncvYdZ4siivVn//dBvjo5CkWtfmXjhFtjuUBXPcl2skcufW kxWA4nldU4zIy0NNQCnbwzMP38rLlhx7vgYjl0vEq5Qkk/pF+1ISWEos+yyEnUg7bhK+ znXw== X-Gm-Message-State: APjAAAXSXNQgYGBVBb8O0+INFGiL7xjpwrGLW0qrZXDWeKb8ainfyUWt l44FwsxfRxtte3cGXKhdKW2ly7vFujOgJEFCX14Evw== X-Google-Smtp-Source: APXvYqx58wAyshFjPKoJnI5wZY2m2nuX+4Nua6vsKJSQOJ6mKJb6r8aNCOn9TKIKxeXxawsRdPyPWXjt0sFU/41Gfzo= X-Received: by 2002:ab0:3003:: with SMTP id f3mr703437ual.86.1564149280310; Fri, 26 Jul 2019 06:54:40 -0700 (PDT) MIME-Version: 1.0 References: <20190405203036.27109-1-stephen@networkplumber.org> <2320193.YWZSPdnyqu@xps> <2b56b6e8-b43b-2cdc-46b3-1cab222efcba@intel.com> In-Reply-To: From: David Marchand Date: Fri, 26 Jul 2019 15:54:29 +0200 Message-ID: To: Ferruh Yigit , Thomas Monjalon Cc: Stephen Hemminger , dev Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] eal: resort symbols in EXPERIMENTAL section 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 Thu, Jun 20, 2019 at 7:23 PM David Marchand wrote: > > > > On Fri, Jun 14, 2019 at 5:32 PM Ferruh Yigit wrote: >> >> On 6/14/2019 8:44 AM, David Marchand wrote: >> > On Fri, Jun 14, 2019 at 9:39 AM Thomas Monjalon wrote: >> > >> >> 06/04/2019 05:30, Stephen Hemminger: >> >>> The symbols in the EXPERIMENTAL were close to alphabetic >> >>> order but running sort showed several mistakes. >> >>> >> >>> This has no impact on code, API, ABI or otherwise. >> >>> Purely for humans. >> >>> >> >>> Signed-off-by: Stephen Hemminger >> >> >> >> I don't think it's worth adding a layer of git history for this sort. >> >> I would prefer to leave it as is. >> >> >> >> >> > If this is about preferrence, I would prefer we have those symbols sorted >> > per versions that introduced them ;-). >> > Much easier to check and see if they are candidates for entering stable ABI. >> > >> >> Not bad idea, +1 from my side J > > > Here is what it looks like: > https://github.com/david-marchand/dpdk/commit/cab0d75ea6bdc7782566d7aad6718b9f5fa784f7 Sent the patch rebased on master. https://patchwork.dpdk.org/patch/57172/ -- David Marchand