From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 813592BA8; Thu, 8 Dec 2016 18:19:17 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP; 08 Dec 2016 09:19:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,320,1477983600"; d="scan'208";a="40521072" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by fmsmga006.fm.intel.com with ESMTP; 08 Dec 2016 09:19:15 -0800 To: "Lu, Wenzhuo" , "dev@dpdk.org" References: <20161207171948.19488-1-ferruh.yigit@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093936147D@shsmsx102.ccr.corp.intel.com> Cc: "Zhang, Helin" , "Ananyev, Konstantin" , "stable@dpdk.org" From: Ferruh Yigit Message-ID: <1fb8e1fa-d8bb-1a9a-afc1-e555c5ddf8c0@intel.com> Date: Thu, 8 Dec 2016 17:19:14 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093936147D@shsmsx102.ccr.corp.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/ixgbe: fix typo in comment 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: Thu, 08 Dec 2016 17:19:18 -0000 On 12/8/2016 12:49 AM, Lu, Wenzhuo wrote: > Hi, > > >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ferruh Yigit >> Sent: Thursday, December 8, 2016 1:20 AM >> To: dev@dpdk.org >> Cc: Zhang, Helin; Ananyev, Konstantin; stable@dpdk.org >> Subject: [dpdk-dev] [PATCH] net/ixgbe: fix typo in comment >> >> Fixes: c03fcee9abbd ("ixgbe: remove CRC size from byte counters") >> >> Signed-off-by: Ferruh Yigit > Acked-by: Wenzhuo Lu > Applied to dpdk-next-net/master, thanks.