From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id C80B51B342 for ; Wed, 14 Feb 2018 00:09:10 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7586E20CE2; Tue, 13 Feb 2018 18:09:10 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 13 Feb 2018 18:09:10 -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=ViOYBeydXfUYywLfwe37fQC58f n1n354vWFZ3Pc5krc=; b=cA/UOf33eMlc3ESBABv+5OInBrZlt+ojbsEIOkXVCk K2xMKB7pt1Ub8yefFTAwnwc1KQZfQgYLFIczRs/+icPpVh22KRyfk1VKZZPw3F6T HqwPqOb0tYYEWI4AshY58H/Zxh+nGKhR5GQiPisYFy5u12can017rpdo8EUFxG+R s= 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=ViOYBe ydXfUYywLfwe37fQC58fn1n354vWFZ3Pc5krc=; b=Pc/y2pfyR1Ujf5jmjUHgA7 +JAbTF5KEliUoJtPgpH/uinuSoPZwnaCONxNPVXIlVAVDymoZpNWDl9ty1iBGQRU xNN2LoV/flRgHa5riIwq3hOkFKz3dSg6+uw6gm53RAcGQP+AI0ng3vqUwQsemaIC QG/HKjEi/qsA+gBTB7I0t0r67iGHes70C3zLtF0oktKw0z763Uc9/m+SRp7y3WU3 blAoujDyFoSxJmH3wIZjuZPMJ9nF0BzqrmKdwzmUylQ30qO+8ga/O7lREJIFe1BG tvZZG51vFMMHJ/csgyaz3CXJA5ho2TIMGQe9zI/XNAt5YKTLUKud7Hh+uwF16ZIg == 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 2399B7E4B2; Tue, 13 Feb 2018 18:09:10 -0500 (EST) From: Thomas Monjalon To: "Hu, Jiayu" Cc: dev@dpdk.org, "Mcnamara, John" , xiao.w.wang@intel.com Date: Wed, 14 Feb 2018 00:09:00 +0100 Message-ID: <1801943.agml57fLt9@xps> In-Reply-To: <4847510.VVOhfhZ6z7@xps> References: <1518154117-81882-1-git-send-email-jiayu.hu@intel.com> <4847510.VVOhfhZ6z7@xps> 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: Tue, 13 Feb 2018 23:09:11 -0000 09/02/2018 11:02, Thomas Monjalon: > 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. Applied, thanks