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:47:54 +0000 Message-ID: <93ee5d2e-ea53-ed02-86ee-3aa228fae5d2@intel.com> 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 mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 7B3005B12 for ; Wed, 7 Mar 2018 18:47:58 +0100 (CET) In-Reply-To: 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 3/7/2018 5:17 PM, Ferruh Yigit wrote: > 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 Applied to dpdk-next-net/master, thanks.