From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/dpaa2: change vlan strip value to offload flag Date: Mon, 14 May 2018 13:25:19 +0100 Message-ID: <2ddd9e23-fcc2-dbf5-4e75-c2cd8e677345@intel.com> References: <20180514105826.10964-1-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, thomas@monjalon.net, sunil.kori@nxp.com To: Shreyansh Jain Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 821141C7F3 for ; Mon, 14 May 2018 14:25:22 +0200 (CEST) In-Reply-To: <20180514105826.10964-1-shreyansh.jain@nxp.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 5/14/2018 11:58 AM, Shreyansh Jain wrote: > Fixes: 0ebce6129bc6 ("net/dpaa2: support new ethdev offload APIs") > Cc: sunil.kori@nxp.com > > Signed-off-by: Shreyansh Jain Applied to dpdk-next-net/master, thanks. > --- > Note: Though checkpatch produces a warning for 80 char, this is more readable > than splitting it across multiple lines. Agreed.