From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id CE8276CC7 for ; Thu, 13 Sep 2018 14:48:56 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Sep 2018 05:48:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,369,1531810800"; d="scan'208";a="72667813" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga007.jf.intel.com with ESMTP; 13 Sep 2018 05:48:51 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 13 Sep 2018 05:48:51 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.240]) by shsmsx102.ccr.corp.intel.com ([169.254.2.226]) with mapi id 14.03.0319.002; Thu, 13 Sep 2018 20:48:49 +0800 From: "Zhang, Qi Z" To: "Yigit, Ferruh" , "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH] net/i40e: remove invalid comment Thread-Index: AQHUS0uVGGoMxBN/vkOFEZUzATRJE6TuKXWw Date: Thu, 13 Sep 2018 12:48:48 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153284CFB@SHSMSX103.ccr.corp.intel.com> References: <20180913112101.50271-1-ferruh.yigit@intel.com> In-Reply-To: <20180913112101.50271-1-ferruh.yigit@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGM2MDM0ZTItMDQ1Mi00OTcxLTg0ZTAtYzhkOTZiYjU4NjQzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidE5BbW9yUW15VTZkUnFydmd6XC9UWUlNdThHeTBHeHpmZ2dOTnBHSTBvcklaeU5OcGN1NFMzbVZTVkhEOVRhWWgifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action 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-dev] [PATCH] net/i40e: remove invalid comment 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: Thu, 13 Sep 2018 12:48:57 -0000 > -----Original Message----- > From: Yigit, Ferruh > Sent: Thursday, September 13, 2018 7:21 PM > To: Xing, Beilei ; Zhang, Qi Z > Cc: dev@dpdk.org; Yigit, Ferruh > Subject: [PATCH] net/i40e: remove invalid comment >=20 > Comments says "no csum error report support" but there is no check relate= d > csum offloads. Removing the comment. >=20 > Signed-off-by: Ferruh Yigit Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi