From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 05B741B4E2 for ; Fri, 29 Jun 2018 03:11:36 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6041821B42; Thu, 28 Jun 2018 21:11:36 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 28 Jun 2018 21:11:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=9nC7lGXtloJ05bITIVghvtLsLO NkSPrmiUpTWa60MaA=; b=FWlkXjjhV8FacP6Mpn9j72O9ergYbPIv/abFnBc9oU erwrCUHCAx6VuCA/MbvmM5TLtJazz4SiTheK/UdbzN7qLXLL6C3u7NpuETnzrFoe oSGDcSNzitNHSFoyBFT+aQYHEv1r+h3uOXAvVPRxfCioacfEH8sLeKcBZPoOr2e8 0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=9nC7lG XtloJ05bITIVghvtLsLONkSPrmiUpTWa60MaA=; b=VG6Kb+YowCOvplHplU3Sz2 C/847UIbuQSDqwVDcFPNfRgxfrTTVBcU/TvNQv2nGtF1eA55Y3tjEJkWSnmNo0Ff 0vOVBxH7vnOJJgWu8Fxyt4SZ3sJOwM937XUTeT++U2q3UjX5h8tyo8xTylcKMWvX QEXtOJtUU1DrHDkn59H1M959gikl4bSIc4md00ubA/t/Fayvlf9yDGPHtW6r6Ykp hT4zlc7FrkFRO5y9tp1litsnU8iwxh0k2xfyOVpce47TA/pmlNVFPgENRXz7ladt 2zfMJEgryU7Fp4/nHMegSmjstSBytmnnvd3HKqqrYmN4y6mUNLJT6cULXA0tJ8pg == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AD312E4518; Thu, 28 Jun 2018 21:11:29 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit , Shahaf Shuler Cc: dev@dpdk.org, 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 , Tiwei Bie , Yong Wang , Amr Mokhtar , Declan Doherty , Chas Williams , David Hunt , Cristian Dumitrescu , Anatoly Burakov , Reshma Pattan , Byron Marohn Date: Fri, 29 Jun 2018 03:11:28 +0200 Message-ID: <1571938.317irMz1sZ@xps> In-Reply-To: <20180608224141.42730-1-ferruh.yigit@intel.com> References: <20180608224141.42730-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [RFC] ethdev: remove all offload API X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jun 2018 01:11:37 -0000 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)