From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 95EC4A0351; Thu, 6 Aug 2020 14:23:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3E2EB2BF2; Thu, 6 Aug 2020 14:23:44 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id DB97529D2 for ; Thu, 6 Aug 2020 14:23:42 +0200 (CEST) IronPort-SDR: 6ySrq7f4qDLBmKL3t1K8qFZLEa3iSZhQjXbDW0HYnNGsc5EHfJWz3Utb4hwlZdp1dGfyBRRpy3 kHk9VBXzOYFQ== X-IronPort-AV: E=McAfee;i="6000,8403,9704"; a="140386709" X-IronPort-AV: E=Sophos;i="5.75,441,1589266800"; d="scan'208";a="140386709" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Aug 2020 05:23:41 -0700 IronPort-SDR: WQAVTp4HP2A2lPL6N7e5NulfOimtHIbKSb/dvqy9rc0ZelaU9350maSh+XjZI9mxbIWBg+52NL H0EHilcbOB5g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,441,1589266800"; d="scan'208";a="289254166" Received: from sivswdev08.ir.intel.com ([10.237.217.47]) by orsmga003.jf.intel.com with ESMTP; 06 Aug 2020 05:23:40 -0700 From: Konstantin Ananyev To: dev@dpdk.org Cc: Konstantin Ananyev Date: Thu, 6 Aug 2020 13:23:37 +0100 Message-Id: <20200806122337.1562-1-konstantin.ananyev@intel.com> X-Mailer: git-send-email 2.18.0 Subject: [dpdk-dev] [PATCH] doc: announce remove of unused enum in ACL library 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" Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM). Signed-off-by: Konstantin Ananyev --- doc/guides/rel_notes/deprecation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 1a07f8817..fd0168b23 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -232,3 +232,7 @@ Deprecation Notices Python 2 support will be completely removed in 20.11. In 20.08, explicit deprecation warnings will be displayed when running scripts with Python 2. + +* acl: ``RTE_ACL_CLASSIFY_NUM`` enum value will be removed. This enum + value is not used inside DPDK, while it prevents to add new classify + algorithms without causing an ABI breakage. -- 2.17.1