From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 1FD68A0353;
	Thu,  6 Aug 2020 19:06:04 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id AC6A72C28;
	Thu,  6 Aug 2020 19:06:03 +0200 (CEST)
Received: from mga06.intel.com (mga06.intel.com [134.134.136.31])
 by dpdk.org (Postfix) with ESMTP id 004BA2BF1
 for <dev@dpdk.org>; Thu,  6 Aug 2020 19:06:01 +0200 (CEST)
IronPort-SDR: f0r+D6ALt+v4Etl7qLusjtOc+kGVuWrEOwjmIsQtG1tJd+Ili8zSmJ+CnhRDRUDnsXocCTErSm
 HhHzndpVr6KA==
X-IronPort-AV: E=McAfee;i="6000,8403,9705"; a="214390767"
X-IronPort-AV: E=Sophos;i="5.75,441,1589266800"; d="scan'208";a="214390767"
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga005.jf.intel.com ([10.7.209.41])
 by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 06 Aug 2020 10:05:44 -0700
IronPort-SDR: l2KO8JV+sxc3VePBVANM7Q0Y4fnaw0bUXVSNKnlD0cc9tzK1i9v+86BbK7gfT3vEkIF6KCfkNO
 I4YtJkz8JnHw==
X-IronPort-AV: E=Sophos;i="5.75,441,1589266800"; d="scan'208";a="467919978"
Received: from bricha3-mobl.ger.corp.intel.com ([10.252.63.7])
 by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA;
 06 Aug 2020 10:05:41 -0700
Date: Thu, 6 Aug 2020 18:05:38 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: Konstantin Ananyev <konstantin.ananyev@intel.com>, dev@dpdk.org,
 Ferruh Yigit <ferruh.yigit@intel.com>, stephen@networkplumber.org,
 honnappa.nagarahalli@arm.com, david.marchand@redhat.com,
 ktraynor@redhat.com
Message-ID: <20200806170538.GA299@bricha3-MOBL.ger.corp.intel.com>
References: <20200806122337.1562-1-konstantin.ananyev@intel.com>
 <07e6b902-35d9-c94f-d855-518dd7aae86a@intel.com>
 <20011881.iH0yUADRH4@thomas>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20011881.iH0yUADRH4@thomas>
Subject: Re: [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 <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
Sender: "dev" <dev-bounces@dpdk.org>

On Thu, Aug 06, 2020 at 06:37:20PM +0200, Thomas Monjalon wrote:
> 06/08/2020 14:57, Ferruh Yigit:
> > On 8/6/2020 1:23 PM, Konstantin Ananyev wrote:
> > > Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM).
> > > 
> > > Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> > > ---
> > > +* 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.
> > 
> > Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
> 
> Acked-by: Thomas Monjalon <thomas@monjalon.net>
> 
Acked-by: Bruce Richardson <bruce.richardson@intel.com>