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=-17.4 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 AB827C433EF for ; Fri, 10 Sep 2021 15:52:23 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id D8CAE60F6C for ; Fri, 10 Sep 2021 15:52:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D8CAE60F6C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ashroe.eu Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E095641130; Fri, 10 Sep 2021 17:52:21 +0200 (CEST) Received: from mail-108-mta28.mxroute.com (mail-108-mta28.mxroute.com [136.175.108.28]) by mails.dpdk.org (Postfix) with ESMTP id 8750F4068C for ; Fri, 10 Sep 2021 17:52:20 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta28.mxroute.com (ZoneMTA) with ESMTPSA id 17bd068e12700074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Fri, 10 Sep 2021 15:52:19 +0000 X-Zone-Loop: 8a83076136e2b26b677a0239a7ac782ee10e897954ef X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:To:Subject:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=K1snKvWOiDf3Fa09Hl0s8nRT1zoKI0v0uoik6RoWYVU=; b=beWlF4zVutzloWYvBnq6JZlSXf mOAxYRLWCHxmH0y+vwW6t5cgB3gMZw1BKD9vVpS8IEKzWXL6G5EVUD3ykMtNF+iwMD3n8gkxC7/1y uTzuL0Boj7E5hPSyXdX+Il8aE6K08aIxZXPOplG5yV5qVufVfSoVHocijOFSFe7RbKsKFsyJXQiae v4JOYANwjA8K1RWkGByxdF/vvaDhOQ5Gpxg34oIQG94r6zeUSKLoqz4lYIRl/xaTTJvOBL8vt7Hay CXtyomTdsgB6TJVvahTCzo1CDUKNCp1EKz+wTOALCVQWEM8dHqi1FC6LzvrrfWPYpkvcaHYEe5PkO 82wenEBQ==; To: Anatoly Burakov , dev@dpdk.org References: <029012e59f555be16bed829229e8b48016157371.1631277001.git.anatoly.burakov@intel.com> <73806a6104c7b0a65fd48652566201676a5faf42.1631277001.git.anatoly.burakov@intel.com> From: "Kinsella, Ray" Message-ID: Date: Fri, 10 Sep 2021 16:52:15 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <73806a6104c7b0a65fd48652566201676a5faf42.1631277001.git.anatoly.burakov@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu Subject: Re: [dpdk-dev] [PATCH v1 2/7] fbarray: promote 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 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 > --- > lib/eal/include/rte_fbarray.h | 26 ------------------ > lib/eal/version.map | 52 +++++++++++++++++------------------ > 2 files changed, 26 insertions(+), 52 deletions(-) > Acked-by: Ray Kinsella