From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 5E6D12C6B; Fri, 13 Jan 2017 16:18:41 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 13 Jan 2017 07:18:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,222,1477983600"; d="scan'208";a="922166771" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga003.jf.intel.com with ESMTP; 13 Jan 2017 07:18:39 -0800 To: dev@dpdk.org References: <20170113151625.18656-1-ferruh.yigit@intel.com> Cc: stable@dpdk.org, Alejandro Lucero , Olivier Matz From: Ferruh Yigit Message-ID: <7f18d639-3aad-fbe9-c03e-031de783ad25@intel.com> Date: Fri, 13 Jan 2017 15:18:38 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <20170113151625.18656-1-ferruh.yigit@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/nfp: fix VLAN offload flags check X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2017 15:18:41 -0000 On 1/13/2017 3:16 PM, Ferruh Yigit wrote: > From: Olivier Matz > > Fix typo when checking that no VLAN offload flags are passed at port > initialization. > > By the way, also fix a typo in the log. > > Fixes: d4a27a3b092a ("nfp: add basic features") > > Signed-off-by: Olivier Matz > Acked-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks. (I forget about stable tree, that is why need to re-send latest patch)