From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8BF7FA0C4C; Tue, 5 Oct 2021 17:07:16 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 79822413C6; Tue, 5 Oct 2021 17:07:16 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 51400413C1 for ; Tue, 5 Oct 2021 17:07:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1633446434; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=bUCGshUIsCxZWTQEfFvl0xwJ5P5UsFJvSe/mIIXS3HQ=; b=hXlZbgJ8ec14ww6mlDiKRGu6BOiUHnx4s4a5+RSL406tAxYfSZOtjEXL+7WvLoeOOPeT5N ivWSHyLfwS/UJPFb7EfdGe7zHevUH+VNOshDp9RZJbhnHi2LQZ7y1qn3+wqaaV8kJ5Iqdw 0xejTgpkVXayhDaILT+ipGiz79hVBbY= Received: from mail-lf1-f70.google.com (mail-lf1-f70.google.com [209.85.167.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-388-vLNU47CsO961-lcYC1-PAQ-1; Tue, 05 Oct 2021 11:07:11 -0400 X-MC-Unique: vLNU47CsO961-lcYC1-PAQ-1 Received: by mail-lf1-f70.google.com with SMTP id d16-20020a056512369000b003fca9e038ddso17120082lfs.3 for ; Tue, 05 Oct 2021 08:07:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bUCGshUIsCxZWTQEfFvl0xwJ5P5UsFJvSe/mIIXS3HQ=; b=rZRMFQ/os/ZIoc9YTvS3lYYWjsKw4jvDdbbH9+TCjZYSbwr/IpkU+vVSS/HMDrLjqc ZU7MAVKiwk1s/iZ1cYL6HkUJCj6reqIx5H9HUSI4eYj1Zd0OPtFt+QPkd6bQnAvUbyRh cmOyIEEaUNszVPvd6NmKflVOzrtfqVJ+F/09WiDuouru12riyK40ubGYVKYdpy3mhqR7 dTaJQVQ3hgvHtdbGMPa7yZfjMTeiJntP0XXEG3+KQ635DboMfw0DenQedigGQUVQCFh3 8LnTvjjfqapOqnNfAdE7Mt1LBZDqG58y3WyaLQU0Do6opQ7yYjaRs4lcCiaLQRl3TCXb UTLg== X-Gm-Message-State: AOAM533q8JXb5rndOLG6CJzhxbM/dt+KIA5DRvjnZBpyXiBsMy2JUFdJ UeFr3kQzbS5U2a560qChPCDCQlwlWJvvZCekge3Kiw+jKyo2xz0XOrIj0cz4wW0OZ6MMGqKBQTx 5dqb/NdI97GUcm3Csu0A= X-Received: by 2002:a2e:2243:: with SMTP id i64mr22609286lji.333.1633446429930; Tue, 05 Oct 2021 08:07:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzqFLt/om4awRLNEDGQ7l9w6/X+W2R+EvnPEgpkqgMaJf/Eo8B/5jXHu58DxRmqalrUT307DCDnjb9niJpMA2E= X-Received: by 2002:a2e:2243:: with SMTP id i64mr22609210lji.333.1633446429198; Tue, 05 Oct 2021 08:07:09 -0700 (PDT) MIME-Version: 1.0 References: <20211005091626.31885-1-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Tue, 5 Oct 2021 17:06:57 +0200 Message-ID: To: David Marchand Cc: dev , "Kinsella, Ray" , Thomas Monjalon , "Yigit, Ferruh" , Jasvinder Singh , Cristian Dumitrescu , Vladimir Medvedkin , Conor Walsh , Stephen Hemminger Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] sort symbols map X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 Tue, Oct 5, 2021 at 4:17 PM Kinsella, Ray wrote: > On 05/10/2021 10:16, David Marchand wrote: > > Fixed with ./devtools/update-abi.sh $(cat ABI_VERSION) > > > > Fixes: e73a7ab22422 ("net/softnic: promote manage API") > > Fixes: 8f532a34c4f2 ("fib: promote API to stable") > > Fixes: 4aeb92396b85 ("rib: promote API to stable") > > > > Signed-off-by: David Marchand > Acked-by: Ray Kinsella Applied, thanks. -- David Marchand