From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5396539EA; Tue, 28 Feb 2017 03:34:06 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Feb 2017 18:34:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,217,1484035200"; d="scan'208";a="938797570" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga003.jf.intel.com with ESMTP; 27 Feb 2017 18:34:03 -0800 Date: Tue, 28 Feb 2017 10:32:58 +0800 From: Yuanhan Liu To: Ferruh Yigit Cc: "Mcnamara, John" , "Rosen, Rami" , "dev@dpdk.org" , dpdk stable , Thomas Monjalon Message-ID: <20170228023258.GF18844@yliu-dev.sh.intel.com> References: <20170227045359.20479-1-rami.rosen@intel.com> <9e1d25c2-d8be-e581-30e2-44703fc1ec2c@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9e1d25c2-d8be-e581-30e2-44703fc1ec2c@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/i40e: Fix a typo in i40e_flow.c. 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: Tue, 28 Feb 2017 02:34:08 -0000 On Mon, Feb 27, 2017 at 04:31:28PM +0000, Ferruh Yigit wrote: > On 2/27/2017 3:50 PM, Mcnamara, John wrote: > > > > > >> -----Original Message----- > >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Rami Rosen > >> Sent: Monday, February 27, 2017 4:54 AM > >> To: dev@dpdk.org > >> Cc: Rosen, Rami > >> Subject: [dpdk-dev] [PATCH] net/i40e: Fix a typo in i40e_flow.c. > >> > >> This patch fixes a trivial typo in i40e_flow.c. > >> > >> Signed-off-by: Rami Rosen > > > > Acked-by: John McNamara > > net/i40e: fix a typo in flow > > Fixes: 47c6782344b7 ("net/i40e: fix tunnel filter") > Fixes: d416530e6358 ("net/i40e: parse tunnel filter") > Cc: stable@dpdk.org I think we don't have to put a (comment) typo fix patch into a stable release, though it does no harm. --yliu