From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id E79351E20 for ; Tue, 27 Feb 2018 12:01:05 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Feb 2018 03:01:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,400,1515484800"; d="scan'208";a="37789925" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.126]) ([10.237.221.126]) by orsmga002.jf.intel.com with ESMTP; 27 Feb 2018 03:01:03 -0800 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> From: Ferruh Yigit Message-ID: Date: Tue, 27 Feb 2018 11:01:02 +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: <1519727393-138815-1-git-send-email-kirill.rybalchenko@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] 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: Tue, 27 Feb 2018 11:01:06 -0000 On 2/27/2018 10:29 AM, 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. > > Signed-off-by: Kirill Rybalchenko > --- > lib/librte_ether/rte_ethdev.c | 155 +----------------------------------------- Hi Kirill, You need to update .map file and removed deprecation notice in this patch. Thanks, ferruh