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 12:23:46 +0100 Message-ID: <3eac693e-247f-f127-a3fe-143220ad3945@intel.com> References: <20180416060203.57358-1-shahafs@mellanox.com> <20180417083324.13167-1-shahafs@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Shahaf Shuler , thomas@monjalon.net Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 5D958A492 for ; Tue, 17 Apr 2018 13:23:49 +0200 (CEST) In-Reply-To: <20180417083324.13167-1-shahafs@mellanox.com> 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 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