From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] ethdev: remove versioning of ethdev filter control function Date: Wed, 7 Mar 2018 17:17:02 +0000 Message-ID: References: <1519727393-138815-1-git-send-email-kirill.rybalchenko@intel.com> <1519741107-84500-1-git-send-email-kirill.rybalchenko@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: andrey.chilikin@intel.com, thomas@monjalon.net To: Kirill Rybalchenko , dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3D5494C75 for ; Wed, 7 Mar 2018 18:17:12 +0100 (CET) In-Reply-To: <1519741107-84500-1-git-send-email-kirill.rybalchenko@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2/27/2018 2:18 PM, Kirill Rybalchenko wrote: > In 18.02 release the ABI of ethdev component was changed. > To keep compatibility with previous versions of the library > the versioning of rte_eth_dev_filter_ctrl function was implemented. > As soon as deprecation note was issued in 18.02 release, there is > no need to keep compatibility with previous versions. > Remove the versioning of rte_eth_dev_filter_ctrl function. > > v2: > Modify map file, increment library version, > remove deprecation notice > > Signed-off-by: Kirill Rybalchenko Reviewed-by: Ferruh Yigit