From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 3/3] doc: update release notes and testpmd guide Date: Thu, 29 Oct 2015 08:48:18 +0100 Message-ID: <76122109.yY0xVI52NY@xps13> 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Helin Zhang Return-path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id D1A6D378E for ; Thu, 29 Oct 2015 08:49:28 +0100 (CET) Received: by wicfx6 with SMTP id fx6so219659197wic.1 for ; Thu, 29 Oct 2015 00:49:28 -0700 (PDT) In-Reply-To: <1446099519-7903-4-git-send-email-helin.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Helin, 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 feature (i40e here) and the testpmd doc in the testpmd patch. Thanks for explaining the logic to others 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