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: Tue, 3 Jul 2018 19:37:55 +0100 Message-ID: <573f755d-9003-2ef4-00a0-432a9a1476d5@intel.com> References: <1571938.317irMz1sZ@xps> <20180702212750.16758-1-thomas@monjalon.net> 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 mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 309B01BEFC for ; Tue, 3 Jul 2018 20:37:58 +0200 (CEST) In-Reply-To: <20180702212750.16758-1-thomas@monjalon.net> 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/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