From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 43A4321A46; Sun, 15 Apr 2018 09:14:19 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 15 Apr 2018 09:14:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=ZNMcd/BfApnw3LoHBtROrpJVcU wem30Y29fTndO83R4=; b=j7AUed6jDDT506uXwPkfr9+orhMCqQoXFHi4kwQa11 NXSm4sdUjURxwEUfmvrRTluiNMR5oSRyuIZV/b+xriC5lhK2W8DZJRblv+OrcnWK KEFWyvpw+QUuv5z9rQEvJSjLTPSUNeepwg3uwpPOn4WJoUn9fVeunAtH7T3TXrAP 0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=ZNMcd/ BfApnw3LoHBtROrpJVcUwem30Y29fTndO83R4=; b=A8jLJdlywDK9zasUGuACo5 vuidQ3DKxmr1e73gbdEMQ0NCvj1alH9ygZ9/fW1X9m70BSn2KJKwjVkM+/rphjLX e4G38Mll4nW2dEPUVUZjowDOmevkOTS3Kk2Vaqv8Qeo+cC/B2B+E80HVQDT5rGb7 SHKS/AmbOSWetclbskSZx/kCANat2ZH2KdfgoQqo62myfLPkale2ZIkO9hGtIauw x2MmNGtPoU6B8EPZbgBObjRXQlAvfIzjqgKTiz+51jpCAIwDvw0zh9+9m5B0vMdS bPk6VYMgzuVQa5J3HEGLofuze/epetVF/ugfjJJxF27Y2okvcmj8OPRU/X2qSvvA == X-ME-Sender: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 255EE10252; Sun, 15 Apr 2018 09:14:18 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, Shahaf Shuler , Neil Horman , John McNamara , Marko Kovacevic Date: Sun, 15 Apr 2018 15:14:16 +0200 Message-ID: <8282259.aId8a7Na6Y@xps> In-Reply-To: References: <20180316153141.124657-1-ferruh.yigit@intel.com> <20180413212059.137738-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] doc: reduce initial offload API scope to drivers 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: Sun, 15 Apr 2018 13:14:19 -0000 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