From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 0/5] remove old ethdev offload API Date: Wed, 4 Jul 2018 19:56:17 +0100 Message-ID: <09c431f1-c7f3-800d-3df5-e33dd7a762c3@intel.com> References: <1571938.317irMz1sZ@xps> <20180702212750.16758-1-thomas@monjalon.net> <573f755d-9003-2ef4-00a0-432a9a1476d5@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, ravi1.kumar@amd.com, rasesh.mody@cavium.com, maxime.coquelin@redhat.com To: Thomas Monjalon , arybchenko@solarflare.com, shahafs@mellanox.com Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id D1DA11BE5C for ; Wed, 4 Jul 2018 20:56:21 +0200 (CEST) In-Reply-To: <573f755d-9003-2ef4-00a0-432a9a1476d5@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 7/3/2018 7:37 PM, Ferruh Yigit wrote: > On 7/2/2018 10:27 PM, Thomas Monjalon wrote: >> A new offload API has been introduced in DPDK 17.11. >> >> This patchset resumes the work started by Ferruh (RFC) >> to definitely drop the old offload API. >> >> There are: >> - 3 patches to remove some useless code where the old API was found. >> - 1 patch to remove usage of old API >> - 1 (big) patch to remove the old API itself >> >> Please review the big patch #5 written by Ferruh and me. >> We would like to apply it shortly for 18.08-rc1. >> >> >> Ferruh Yigit (1): >> ethdev: remove old offload API >> >> Thomas Monjalon (4): >> doc: remove code from KNI example guide >> test: remove unused configuration for bonding >> ethdev: convert remaining apps to new offload API >> net/fm10k: remove unused constant > > For Series, > Acked-by: Ferruh Yigit Series applied to dpdk-next-net/master, thanks.