From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2018 09:47:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,436,1515484800"; d="scan'208";a="180725059" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.62]) ([10.237.221.62]) by orsmga004.jf.intel.com with ESMTP; 07 Mar 2018 09:47:55 -0800 From: Ferruh Yigit To: Kirill Rybalchenko , dev@dpdk.org Cc: andrey.chilikin@intel.com, thomas@monjalon.net References: <1519727393-138815-1-git-send-email-kirill.rybalchenko@intel.com> <1519741107-84500-1-git-send-email-kirill.rybalchenko@intel.com> Message-ID: <93ee5d2e-ea53-ed02-86ee-3aa228fae5d2@intel.com> Date: Wed, 7 Mar 2018 17:47:54 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] ethdev: remove versioning of ethdev filter control function 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: , X-List-Received-Date: Wed, 07 Mar 2018 17:47:58 -0000 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.