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=-13.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 2E22FC433E0 for ; Thu, 6 Aug 2020 12:23:45 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id EE306204FD for ; Thu, 6 Aug 2020 12:23:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EE306204FD 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 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