From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] doc: update new ethdev offload API description Date: Tue, 8 May 2018 13:33:21 +0100 Message-ID: <5df760db-a3da-a886-6a99-7a653b4eb1b1@intel.com> References: <44e451f86e4582815767cf75b4e0f01f5cc60b5f.1507104596.git.shahafs@mellanox.com> <20180316155138.125423-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, Thomas Monjalon , shahafs@mellanox.com, Harish Patil To: John McNamara , Marko Kovacevic Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id DDCDF8DAB for ; Tue, 8 May 2018 14:33:24 +0200 (CEST) In-Reply-To: <20180316155138.125423-1-ferruh.yigit@intel.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 3/16/2018 3:51 PM, Ferruh Yigit wrote: > Don't mandate API to pass port offload configuration during queue setup, > this is unnecessary for devices that support only port level offloads. > > Fixes: 81ac560dc1b4 ("doc: add details on ethdev offloads API") > Cc: shahafs@mellanox.com > > Signed-off-by: Ferruh Yigit Superseded by [1] which has both doc update and implementation. [1] https://dpdk.org/dev/patchwork/patch/39457/