From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] ethdev: remove new to old offloads API helpers Date: Tue, 17 Apr 2018 13:53:18 +0200 Message-ID: <4948689.rntZ53teJN@xps> References: <20180416060203.57358-1-shahafs@mellanox.com> <20180417083324.13167-1-shahafs@mellanox.com> <3eac693e-247f-f127-a3fe-143220ad3945@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Shahaf Shuler Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 0B8C4AA97 for ; Tue, 17 Apr 2018 13:53:21 +0200 (CEST) In-Reply-To: <3eac693e-247f-f127-a3fe-143220ad3945@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 17/04/2018 13:23, Ferruh Yigit: > On 4/17/2018 9:33 AM, Shahaf Shuler wrote: > > According to > > > > commit 315ee8374e0e ("doc: reduce initial offload API rework scope > > to drivers") > > > > All PMDs should have moved to the new offloads API. Therefore it is safe > > to remove the new->old convert helps. > > > > The old->new helpers will remain to support application which still use > > the old API. > > > > Signed-off-by: Shahaf Shuler > > Reviewed-by: Ferruh Yigit Acked-by: Thomas Monjalon