From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] doc: reduce initial offload API scope to drivers Date: Sun, 15 Apr 2018 15:14:16 +0200 Message-ID: <8282259.aId8a7Na6Y@xps> References: <20180316153141.124657-1-ferruh.yigit@intel.com> <20180413212059.137738-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Shahaf Shuler , Neil Horman , John McNamara , Marko Kovacevic To: Ferruh Yigit Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id BB07D1B633 for ; Sun, 15 Apr 2018 15:14:19 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 15/04/2018 07:28, Shahaf Shuler: > Saturday, April 14, 2018 12:21 AM, Ferruh Yigit: > > Subject: [PATCH v2] doc: reduce initial offload API scope to drivers > > > > Do ethdev new offloading API switch in two steps. > > > > In v18.05 target is implementing the new ethdev-PMD offload interface, > > which means converting all PMDs to new offloading API. > > > > Next target is removing the old ethdev offload API. > > It will effect applications and will force them to implement new offloading > > API. > > > > Fixes: 3004d3454192 ("doc: update deprecation of ethdev offload API") > > Cc: shahafs@mellanox.com > > > > Signed-off-by: Ferruh Yigit > > --- > > v2: > > * Update commit log and deprecation notice for clarification > > --- > > Acked-by: Shahaf Shuler Applied, thanks