From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 619398E78 for ; Wed, 13 Jan 2016 03:52:18 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 12 Jan 2016 18:52:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,286,1449561600"; d="scan'208";a="859368703" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga001.jf.intel.com with ESMTP; 12 Jan 2016 18:52:17 -0800 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 12 Jan 2016 18:52:16 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 12 Jan 2016 18:52:16 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.220]) by shsmsx102.ccr.corp.intel.com ([169.254.2.133]) with mapi id 14.03.0248.002; Wed, 13 Jan 2016 10:52:14 +0800 From: "Lu, Wenzhuo" To: "Mcnamara, John" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 4/4] doc: update release note for VxLAN & NVGRE checksum off-load support Thread-Index: AQHRTT9mM8lwSbnsvkSFC2hJkfhJn574wCIw Date: Wed, 13 Jan 2016 02:52:13 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC090902A7DC9C@SHSMSX103.ccr.corp.intel.com> References: <1452496044-17524-1-git-send-email-wenzhuo.lu@intel.com> <1452496044-17524-5-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjI2YTliMTQtZDhjNC00M2ZmLWE1NTAtYWMzZTZiMjM1Y2JhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNS40LjEwLjE5IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImxabnhDYTYzK3hXRHZPUU45ZnhWeVQrdmg3UEJOWUlUQlNxeExKVEFNUlE9In0= x-ctpclassification: CTP_PUBLIC 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 4/4] doc: update release note for VxLAN & NVGRE checksum off-load support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2016 02:52:18 -0000 Hi John, > -----Original Message----- > From: Mcnamara, John > Sent: Tuesday, January 12, 2016 9:45 PM > To: Lu, Wenzhuo ; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH 4/4] doc: update release note for VxLAN & > NVGRE checksum off-load support >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wenzhuo Lu > > Sent: Monday, January 11, 2016 7:07 AM > > To: dev@dpdk.org > > Subject: [dpdk-dev] [PATCH 4/4] doc: update release note for VxLAN & > > NVGRE checksum off-load support >=20 >=20 > > +* **Support VxLAN & NVGRE checksum off-load on X550** > > + > > + * VxLAN & NVGRE RX/TX checksum off-load is supported on X550. > > + Provide RX/TX checksum off-load on both inner and outer IP > > + header and TCP header. > > + * Support VxLAN port configuration. Although the default VxLAN > > + port number is 4789, it can be changed. We should make it > > + configable to meet the change. >=20 > Hi Wenzhou, >=20 > The release note text should be in the past tense. Something like this wo= uld > be better: >=20 > * **Added support for VxLAN and NVGRE checksum off-load on X550.** >=20 > * Added support for VxLAN and NVGRE RX/TX checksum off-load on > X550. RX/TX checksum off-load is provided on both inner and > outer IP header and TCP header. >=20 > * Added functions to support for VxLAN port configuration. The > default VxLAN port number is 4789 but this can be updated > programmatically. Thanks for the comments. Let me send a V2.