From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/6] ethdev: add a function to look up Rx offload names Date: Wed, 17 Jan 2018 18:06:20 +0100 Message-ID: <1974186.FAYFso14Rz@xps> References: <1515658359-1041-1-git-send-email-arybchenko@solarflare.com> <1515658359-1041-2-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Shahaf Shuler To: Ferruh Yigit , Andrew Rybchenko , Ivan Malov Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id C592E1B023 for ; Wed, 17 Jan 2018 18:06:54 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 17/01/2018 17:55, Ferruh Yigit: > On 1/11/2018 8:12 AM, Andrew Rybchenko wrote: > > From: Ivan Malov > > > > Commonly, drivers converted to the new offload API > > may need to log unsupported offloads as a response > > to wrong settings. From this perspective, it would > > be convenient to have generic functions to look up > > offload names. The patch adds such a helper for Rx. > > > > Signed-off-by: Ivan Malov > > Signed-off-by: Andrew Rybchenko > > > > Cc: Thomas Monjalon > > Cc: Ferruh Yigit > > Cc: Shahaf Shuler > > Hi Thomas, Shahaf, > > Any comment on ethdev patches? Yes, one comment: it should be experimental.