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 7EA87A0547; Wed, 29 Sep 2021 07:49:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 038F4410D7; Wed, 29 Sep 2021 07:49:02 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 1A53B4068F for ; Wed, 29 Sep 2021 07:49:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1632894540; 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=9zdjvortjp8D4iyxzdGBqJVJi/NQZJGAwgxwmq9ZrlI=; b=FoljTYQc9QrYkiJ+w3iWMKsv/eKGIztAGfF0+hPQLOUYHVFHJ8wHpjDZR5+5X6hJNtzE/x 2fMOOh26ksqzRNgyN4FgEzvRJAia3tXU1bUAxdt6vUA3xFg4NoktZgVZiABUSsLsugch+X fSRDcHAImwMFXiGlirSVbeJIk/YIxEY= Received: from mail-lf1-f72.google.com (mail-lf1-f72.google.com [209.85.167.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-183-KGhaw5J1NP6m4IioVKFOqw-1; Wed, 29 Sep 2021 01:48:57 -0400 X-MC-Unique: KGhaw5J1NP6m4IioVKFOqw-1 Received: by mail-lf1-f72.google.com with SMTP id x4-20020a056512078400b003fc8e963f1dso1381994lfr.5 for ; Tue, 28 Sep 2021 22:48:56 -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=9zdjvortjp8D4iyxzdGBqJVJi/NQZJGAwgxwmq9ZrlI=; b=TZuNkxmZB8Lkfp7BhjrJktpK4sHfvShmophrC+eWEkGZGXgJqF77vukOgCw47ZCeMZ c5a0V6FFQMQ4XQWOaPe/OcHdxYOJ2Bn+P0tdIUIo+6D8ydAI2QWSBV5borzrn3wlEJEN w3aWnnluSRzQ+jtz6FuMDFrsAIj1I2FMONsv/8XQ1Lx+6s3VR7Iy6PaigMqGkAblxmGg PrbKqcF35PS+dtlJwIqfPhJQr8e9S3UX5+0JD3P2yP0DamFjUDXmpCxqE642scxX6p2s uML+yTZeChyZpaQ8M/JWGwl2xufavDSfpgLLBumBGPLp6PijR//skZdCDsifOxkJmNIC wHTA== X-Gm-Message-State: AOAM532Kf1BQTSZazMvh93tt8rtUvFFGhFMWF0Y4y1YnfUMSfJSBYczC vSHdyJ76eGT0JoamhfIr7F4j0xjdLqvPUjaTkxD6HA9TQNxNct01DXrQ9Fx7wxAQPdgfFCTSlT2 Mi5tksxiRUDT+e8HVT4k= X-Received: by 2002:a05:6512:31c3:: with SMTP id j3mr9645593lfe.217.1632894535613; Tue, 28 Sep 2021 22:48:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzKcivecqeyonMVOO6Owbv5GPjdLxNlg+R421pRJFH7ZTlWQiwTgf37iksodhDh5Lf/trClSGgUOKketrb8QbQ= X-Received: by 2002:a05:6512:31c3:: with SMTP id j3mr9645584lfe.217.1632894535426; Tue, 28 Sep 2021 22:48:55 -0700 (PDT) MIME-Version: 1.0 References: <029012e59f555be16bed829229e8b48016157371.1631277001.git.anatoly.burakov@intel.com> <2386a293-b82c-16c2-d798-7b4e71a90452@ashroe.eu> In-Reply-To: <2386a293-b82c-16c2-d798-7b4e71a90452@ashroe.eu> From: David Marchand Date: Wed, 29 Sep 2021 07:48:44 +0200 Message-ID: To: "Kinsella, Ray" , Anatoly Burakov Cc: dev , Thomas Monjalon , "Yigit, Ferruh" 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 v1 1/7] eal: promote IPC API's to stable 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 Fri, Sep 10, 2021 at 5:51 PM Kinsella, Ray wrote: > On 10/09/2021 13:30, Anatoly Burakov wrote: > > As per ABI policy, move the formerly experimental API's to the stable > > section. > > > > Signed-off-by: Anatoly Burakov > Acked-by: Ray Kinsella Series applied. For the record, I sorted the version.map file (issue on patch 2) with: $ git rebase -i -x './devtools/update-abi.sh 22.0 ABI_VERSION lib/eal/' origin/main -- David Marchand