From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 065D4A0568;
	Mon, 21 Nov 2022 20:54:27 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id EC5F042C76;
	Mon, 21 Nov 2022 20:54:26 +0100 (CET)
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by mails.dpdk.org (Postfix) with ESMTP id 27C7740DF6
 for <dev@dpdk.org>; Mon, 21 Nov 2022 20:54:25 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=Intel;
 t=1669060465; x=1700596465;
 h=from:to:cc:subject:date:message-id:mime-version:
 content-transfer-encoding;
 bh=IztiJZYcrhcXwHuRQ9L1OjmQGUpI6HFErdWLn6Xd+hQ=;
 b=InIoMulwz6bsZNDbpxZtK7QMcRwv+fkknzZm5iYnmo7oxH8YpqnT2PdY
 iRHPPfLoLI8xUz+YzUBcsXkmvhwC9zH5ITwYqa2itoc2zfzwuF/wCrL12
 6GoP86YllELTg+hgJfEYYy5nU/dSJrfWFGB16PULNu46XRkbNkTE2OJ5b
 YgXhy/N+mtg35qJuCnDq3cJvK1raArBzdHYIlXJKVbMPdy7prZlScCb9C
 wWgPt9KQdL+VRpvmEBnSuvBc32f/DGDKpSi+sw2HMoeu97jrpNdzC9xFb
 k9yGZfiBiqqobcZYNwZPYqh+oxAqpAtiaI7egU7F4vyeYWZys1hxEBwGg g==;
X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="313679735"
X-IronPort-AV: E=Sophos;i="5.96,182,1665471600"; d="scan'208";a="313679735"
Received: from orsmga007.jf.intel.com ([10.7.209.58])
 by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 21 Nov 2022 11:54:24 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="635290693"
X-IronPort-AV: E=Sophos;i="5.96,182,1665471600"; d="scan'208";a="635290693"
Received: from silpixa00400573.ir.intel.com (HELO
 silpixa00400573.ger.corp.intel.com.) ([10.237.223.157])
 by orsmga007.jf.intel.com with ESMTP; 21 Nov 2022 11:54:22 -0800
From: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
To: dev@dpdk.org
Cc: thomas@monjalon.net,
	david.marchand@redhat.com
Subject: [PATCH] doc: announce the legacy pipeline API deprecation
Date: Mon, 21 Nov 2022 19:54:21 +0000
Message-Id: <20221121195421.3743179-1-cristian.dumitrescu@intel.com>
X-Mailer: git-send-email 2.34.1
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

Announce the deprecation of the legacy pipeline, table and port
library API and gradual stabilization of the new API.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
---
 doc/guides/rel_notes/deprecation.rst | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index e2efa2f8b0..dfc6fa96ba 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -102,3 +102,18 @@ Deprecation Notices
   Its removal has been postponed to let potential users report interest
   in maintaining it.
   In the absence of such interest, this library will be removed in DPDK 23.11.
+
+* pipeline: The pipeline library legacy API (functions rte_pipeline_*) will be
+  deprecated and removed in DPDK 23.11 release. The new pipeline library API
+  (functions rte_swx_pipeline_*) will gradually transition from experimental
+  to stable status starting with DPDK 23.11 release.
+
+* table: The table library legacy API (functions rte_table_*) will be
+  deprecated and removed in DPDK 23.11 release. The new table library API
+  (functions rte_swx_table_*) will gradually transition from experimental
+  to stable status starting with DPDK 23.11 release.
+
+* port: The port library legacy API (functions rte_port_*) will be
+  deprecated and removed in DPDK 23.11 release. The new port library API
+  (functions rte_swx_port_*) will gradually transition from experimental
+  to stable status starting with DPDK 23.11 release.
-- 
2.34.1