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 3C5182E83 for ; Thu, 29 Oct 2015 09:43:57 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 29 Oct 2015 01:43:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,213,1444719600"; d="scan'208";a="837800808" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 29 Oct 2015 01:43:51 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 29 Oct 2015 01:43:37 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 29 Oct 2015 01:43:37 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.194]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.96]) with mapi id 14.03.0248.002; Thu, 29 Oct 2015 16:43:21 +0800 From: "Zhang, Helin" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v3 3/3] doc: update release notes and testpmd guide Thread-Index: AQHREh5vrxR5aLqSskK+GH9kml4Cx56CJ18Q Date: Thu, 29 Oct 2015 08:43:20 +0000 Message-ID: References: <1445321912-1484-1-git-send-email-helin.zhang@intel.com> <1446099519-7903-1-git-send-email-helin.zhang@intel.com> <1446099519-7903-4-git-send-email-helin.zhang@intel.com> <76122109.yY0xVI52NY@xps13> In-Reply-To: <76122109.yY0xVI52NY@xps13> 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 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v3 3/3] doc: update release notes and testpmd guide 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: Thu, 29 Oct 2015 08:43:57 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, October 29, 2015 3:48 PM > To: Zhang, Helin > Cc: dev@dpdk.org; Pei, Yulong > Subject: Re: [dpdk-dev] [PATCH v3 3/3] doc: update release notes and test= pmd > guide >=20 > Hi Helin, >=20 > Please avoid making a commit for doc only. > These changes are related to some code changes and must be atomic. > For next time, please update the release notes in the patch adding the fe= ature > (i40e here) and the testpmd doc in the testpmd patch. Good to learn that! Thank you for the guidance! Helin >=20 > Thanks for explaining the logic to others >=20 > 2015-10-29 14:18, Helin Zhang: > > Update release notes with the newly added feature of selecting > > different GRE key length for input set, and testpmd guide with newly > > added commands for that. > > > > Signed-off-by: Helin Zhang