From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] ethdev: remove new to old offloads API helpers Date: Tue, 17 Apr 2018 14:45:18 +0100 Message-ID: <8b4f030b-707b-3652-7b30-8f2ea775db45@intel.com> References: <20180416060203.57358-1-shahafs@mellanox.com> <20180417083324.13167-1-shahafs@mellanox.com> <3eac693e-247f-f127-a3fe-143220ad3945@intel.com> <4948689.rntZ53teJN@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon , Shahaf Shuler Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 423838E68 for ; Tue, 17 Apr 2018 15:45:22 +0200 (CEST) In-Reply-To: <4948689.rntZ53teJN@xps> 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 4/17/2018 12:53 PM, Thomas Monjalon wrote: > 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 Applied to dpdk-next-net/master, thanks.