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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no 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 B16EAC433DF for ; Fri, 26 Jun 2020 23:14:24 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 693BE208C7 for ; Fri, 26 Jun 2020 23:14:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 693BE208C7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.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 0D9391BE9C; Sat, 27 Jun 2020 01:14:23 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id DC2BC1BDFD for ; Sat, 27 Jun 2020 01:14:21 +0200 (CEST) IronPort-SDR: iiSE8beqgdvvMnGcIWjKeVxZ0wj6qVjYLteB1S3uGRZUR2sAJSIpbXhc5Un1bU8eN7w2h6q/et ehtGSxjpxrKQ== X-IronPort-AV: E=McAfee;i="6000,8403,9664"; a="163546588" X-IronPort-AV: E=Sophos;i="5.75,285,1589266800"; d="scan'208";a="163546588" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jun 2020 16:14:20 -0700 IronPort-SDR: /TCF2/0lM+c9/+FlaCPmT+KFB/X2CWkaKOmPJR8PbemTKccvPb98Ro+immpjWYxCCdoz6FB4bE sHljc4vOqkpA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,285,1589266800"; d="scan'208";a="294329626" Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210]) by orsmga002.jf.intel.com with ESMTP; 26 Jun 2020 16:14:20 -0700 From: Nicolas Chautru To: dev@dpdk.org, thomas@monjalon.net, akhil.goyal@nxp.com Cc: Nicolas Chautru Date: Fri, 26 Jun 2020 16:14:01 -0700 Message-Id: <1593213242-157394-1-git-send-email-nicolas.chautru@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [20.11, PATCH] bbdev: remove experimental tag from API 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" Planning to move bbdev API to stable from 20.11 (ABI version 21) and remove experimental tag. Sending now to advertise and get any feedback. Some manual rebase will be required later on notably as the actual release note which is not there yet. Nicolas Chautru (1): bbdev: remove experimental tag from API doc/guides/rel_notes/release_20_08.rst | 2 ++ lib/librte_bbdev/rte_bbdev.h | 31 ------------------------------- lib/librte_bbdev/rte_bbdev_op.h | 9 --------- lib/librte_bbdev/rte_bbdev_pmd.h | 7 ------- lib/librte_bbdev/rte_bbdev_version.map | 2 +- 5 files changed, 3 insertions(+), 48 deletions(-) -- 1.8.3.1