From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: remove new to old offloads API helpers Date: Mon, 16 Apr 2018 09:28:18 +0200 Message-ID: <12699612.p0Ag6v6Uy8@xps> References: <20180416060203.57358-1-shahafs@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: ferruh.yigit@intel.com, dev@dpdk.org 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 B9D3A1B1CE for ; Mon, 16 Apr 2018 09:28:21 +0200 (CEST) In-Reply-To: <20180416060203.57358-1-shahafs@mellanox.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" 16/04/2018 08:02, Shahaf Shuler: > 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 > --- > lib/librte_ether/rte_ethdev.c | 100 +----------------------------------------- > 1 file changed, 2 insertions(+), 98 deletions(-) I think you missed removing the deprecation notice part.