From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 1E5B62E81; Mon, 27 Feb 2017 17:31:31 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP; 27 Feb 2017 08:31:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,215,1484035200"; d="scan'208";a="230235353" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.5.206]) ([10.252.5.206]) by fmsmga004.fm.intel.com with ESMTP; 27 Feb 2017 08:31:29 -0800 To: "Mcnamara, John" , "Rosen, Rami" , "dev@dpdk.org" , dpdk stable References: <20170227045359.20479-1-rami.rosen@intel.com> From: Ferruh Yigit Message-ID: <9e1d25c2-d8be-e581-30e2-44703fc1ec2c@intel.com> Date: Mon, 27 Feb 2017 16:31:28 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/i40e: Fix a typo in i40e_flow.c. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 16:31:32 -0000 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 Applied to dpdk-next-net/master, thanks.