From patchwork Thu Aug 5 11:26:24 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Medvedkin X-Patchwork-Id: 96679 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A6E2AA0C40; Thu, 5 Aug 2021 13:26:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4F56D4126C; Thu, 5 Aug 2021 13:26:39 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 9B12840040 for ; Thu, 5 Aug 2021 13:26:37 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10066"; a="193724536" X-IronPort-AV: E=Sophos;i="5.84,296,1620716400"; d="scan'208";a="193724536" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Aug 2021 04:26:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,296,1620716400"; d="scan'208";a="586181050" Received: from silpixa00400072.ir.intel.com ([10.237.222.213]) by fmsmga001.fm.intel.com with ESMTP; 05 Aug 2021 04:26:28 -0700 From: Vladimir Medvedkin To: dev@dpdk.org Cc: ray.kinsella@intel.com Date: Thu, 5 Aug 2021 12:26:24 +0100 Message-Id: <1628162784-117829-2-git-send-email-vladimir.medvedkin@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1628162784-117829-1-git-send-email-vladimir.medvedkin@intel.com> References: <1628162784-117829-1-git-send-email-vladimir.medvedkin@intel.com> Subject: [dpdk-dev] [PATCH 2/2] fib: announce experimental tag removal of the fib 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" This patch announces the experimental tag removal of all fib APIs, which have been experimental for 2 years. API will be promoted to stable in DPDK 21.11 Signed-off-by: Vladimir Medvedkin Acked-by: Conor Walsh Acked-by: Jerin Jacob --- doc/guides/rel_notes/deprecation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index afb599a..58826a8 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -195,3 +195,5 @@ Deprecation Notices communicate events such as soft expiry with IPsec in lookaside mode. * rib: The ``rib`` library will be promoted from experimental to stable. + +* fib: The ``fib`` library will be promoted from experimental to stable.