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 D17608DB2 for ; Tue, 12 Jan 2016 14:44:46 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 12 Jan 2016 05:44:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,557,1444719600"; d="scan'208";a="725398640" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga003.jf.intel.com with ESMTP; 12 Jan 2016 05:44:44 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.143]) by IRSMSX109.ger.corp.intel.com ([163.33.3.23]) with mapi id 14.03.0248.002; Tue, 12 Jan 2016 13:44:43 +0000 From: "Mcnamara, John" To: "Lu, Wenzhuo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 4/4] doc: update release note for VxLAN & NVGRE checksum off-load support Thread-Index: AQHRTD7ohn12a/rf/kCpxpduK29YNp7349LA Date: Tue, 12 Jan 2016 13:44:43 +0000 Message-ID: References: <1452496044-17524-1-git-send-email-wenzhuo.lu@intel.com> <1452496044-17524-5-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: <1452496044-17524-5-git-send-email-wenzhuo.lu@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] 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: Tue, 12 Jan 2016 13:44:47 -0000 > -----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 & NVGR= E > checksum off-load support > +* **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. Hi Wenzhou, The release note text should be in the past tense. Something like this woul= d be better: * **Added support for VxLAN and NVGRE checksum off-load on X550.** * 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. * Added functions to support for VxLAN port configuration. The default VxLAN port number is 4789 but this can be updated programmatically.