From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 37E9F1B836 for ; Fri, 9 Feb 2018 11:03:08 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A818820D79; Fri, 9 Feb 2018 05:03:05 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 09 Feb 2018 05:03:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=kNajncFam/tGiBD5mQ3FBdILuk 925szIRAfFH0f7kSY=; b=QCfEQsma2lmomt/Mw8EI+9nqUvoiBEqk3BDHZgz9Zq HLnX3m0GSNUW4V0+GBU5mnu472MfOZbpJnpE79gq+Ukxj0jT9//lykog4J5GxFKM v05ziXytNjhOBdOIMMCMv6sa7KVoscrbILpCHDeaS8NVEk885MxNvkIssb18ZPs2 8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=kNajnc Fam/tGiBD5mQ3FBdILuk925szIRAfFH0f7kSY=; b=GJ67DTgydcCiXbhhBBn28g lCTnoBo6MCXNoVzQkmvqWJE2DYtPekHIFcCYaeRZlxTA+J+aT5pbgdsamuCgRAFY jLvnbIFheOpVda063kB3by8oTbhiDHdwnPDQhAp8nwbf8q0U8k0/pHCo+nJGPTJv vDQ9Rzfmm6WnNfcJ481wz11kAQQxd3q4uAYRK4oA3ALBVgyVY325qmXtVmwmJ2zC lMPMCXJ0VZ/GEbNf4+G9wEsFD7ik779m7sdB9wDR6/9QOVhe6gkUtTi9AIh6VzV4 FF++BIFnnv9cwRXfoov2PBKCBbDA/lrWr+9c7lwtyPKkxm8mwacry21W6QVb7k+A == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 53DC224608; Fri, 9 Feb 2018 05:03:05 -0500 (EST) From: Thomas Monjalon To: "Mcnamara, John" Cc: "Hu, Jiayu" , "dev@dpdk.org" , xiao.w.wang@intel.com Date: Fri, 09 Feb 2018 11:02:58 +0100 Message-ID: <4847510.VVOhfhZ6z7@xps> In-Reply-To: References: <1518154117-81882-1-git-send-email-jiayu.hu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: add VxLAN GRO to release notes 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: Fri, 09 Feb 2018 10:03:08 -0000 09/02/2018 10:56, Mcnamara, John: > The text has been added between the previous section and a note belonging > to the previous section. > > However, we can fix this in the final revision of the release notes, so: I can fix it. I also take care of keeping a logical order in release notes features. For example, drivers are grouped together by class, and libraries are after. General comment about release notes: Please try to update release notes while updating the code. It is better for 3 reasons: - less chance of forgetting - release notes is up-to-date in RC1 - it is better linked in the git history