From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [RFC] ethdev: remove all offload API Date: Mon, 02 Jul 2018 23:34:48 +0200 Message-ID: <2793617.MJzvrxkj7m@xps> References: <20180608224141.42730-1-ferruh.yigit@intel.com> <1571938.317irMz1sZ@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Ferruh Yigit , Shahaf Shuler , Jerin Jacob , Wenzhuo Lu , Jingjing Wu , Bernard Iremonger , John McNamara , Marko Kovacevic , Neil Horman , Remy Horton , Ori Kam , Bruce Richardson , Pablo de Lara , Radu Nicolau , Akhil Goyal , Tomasz Kantecki , Harry van Haaren , Jijiang Liu , Ravi Kumar , Konstantin Ananyev , Andrew Rybchenko , Maxime Coquelin To: dev@dpdk.org Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id D3CB3F72 for ; Mon, 2 Jul 2018 23:34:56 +0200 (CEST) In-Reply-To: <1571938.317irMz1sZ@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 29/06/2018 03:11, Thomas Monjalon: > 09/06/2018 00:41, Ferruh Yigit: > > Cc: Shahaf Shuler > > > > Signed-off-by: Ferruh Yigit > > I start working on it. > This is the list of remaining work on this patch: > - rebase > - add commit message (and fix title) > - check git grep ETH_TXQ_FLAGS_NO > - check git grep txq_flags > - rebase on top of KEEP_CRC flag > - remove jumbo_frame field > - check update of offload bits in apps > - mask with capability + warning auto-disabled offloads (can be separate) I won't work on providing an automatic offload disabling with warning, based on device capabilities, for examples or other apps. I am not sure it is needed. If there is a strong desire, feel to propose, and it can be planned for 18.11. If you look for a summary of the offload rework task (almost finished), this is the roadmap/guidelines sent last year: http://mails.dpdk.org/archives/dev/2017-December/083363.html