From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2018 09:17:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,436,1515484800"; d="scan'208";a="180716833" 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:17: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> <1519741107-84500-1-git-send-email-kirill.rybalchenko@intel.com> From: Ferruh Yigit Message-ID: Date: Wed, 7 Mar 2018 17:17: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: <1519741107-84500-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 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:17:12 -0000 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