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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT 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 A06EFC432BE for ; Tue, 31 Aug 2021 16:29:31 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 2285B61059 for ; Tue, 31 Aug 2021 16:29:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2285B61059 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com 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 7E3974067E; Tue, 31 Aug 2021 18:29:30 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 05B6540141 for ; Tue, 31 Aug 2021 18:29:28 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10093"; a="304089790" X-IronPort-AV: E=Sophos;i="5.84,366,1620716400"; d="scan'208";a="304089790" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2021 09:25:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,366,1620716400"; d="scan'208";a="541076709" Received: from unknown (HELO icx-npg-scs1-cp1.localdomain) ([10.233.180.245]) by fmsmga002.fm.intel.com with ESMTP; 31 Aug 2021 09:25:38 -0700 From: Nicolas Chautru To: dev@dpdk.org, gakhil@marvell.com Cc: thomas@monjalon.net, trix@redhat.com, hemant.agrawal@nxp.com, mingshan.zhang@intel.com, arun.joshi@intel.com, david.marchand@redhat.com, mdr@ashroe.eu, Nicolas Chautru Date: Tue, 31 Aug 2021 09:25:29 -0700 Message-Id: <1630427130-63903-1-git-send-email-nicolas.chautru@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH v1] bbdev: remove experimental tag from API 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" Sending again this change to move bbdev to stable API. This was previously suggested last year https://patches.dpdk.org/project/dpdk/patch/1593213242-157394-2-git-send-email-nicolas.chautru@intel.com/ but there was request from community to wait another year to confirm formally this api is mature. There has been no change for the last few years and we are receiving emails from bots as these experimental tags are expiring now. Nicolas Chautru (1): bbdev: remove experimental tag from API doc/guides/rel_notes/release_21_11.rst | 2 ++ lib/bbdev/rte_bbdev.h | 32 -------------------------------- lib/bbdev/rte_bbdev_op.h | 9 --------- lib/bbdev/rte_bbdev_pmd.h | 7 ------- lib/bbdev/version.map | 2 +- 5 files changed, 3 insertions(+), 49 deletions(-) -- 1.8.3.1