From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C5AA32BAC; Thu, 8 Dec 2016 01:49:54 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 07 Dec 2016 16:49:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,316,1477983600"; d="scan'208";a="15161529" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga002.jf.intel.com with ESMTP; 07 Dec 2016 16:49:53 -0800 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 7 Dec 2016 16:49:53 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 7 Dec 2016 16:49:52 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.37]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.63]) with mapi id 14.03.0248.002; Thu, 8 Dec 2016 08:49:51 +0800 From: "Lu, Wenzhuo" To: "Yigit, Ferruh" , "dev@dpdk.org" CC: "Zhang, Helin" , "Ananyev, Konstantin" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] net/ixgbe: fix typo in comment Thread-Index: AQHSUK4vDopKQPN9GEqIYJGwMGN0xKD9N55A Date: Thu, 8 Dec 2016 00:49:50 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093936147D@shsmsx102.ccr.corp.intel.com> References: <20161207171948.19488-1-ferruh.yigit@intel.com> In-Reply-To: <20161207171948.19488-1-ferruh.yigit@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 00:49:55 -0000 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 >=20 > Fixes: c03fcee9abbd ("ixgbe: remove CRC size from byte counters") >=20 > Signed-off-by: Ferruh Yigit Acked-by: Wenzhuo Lu