From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 3A3F91B2DA for ; Fri, 19 Jan 2018 10:14:08 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8C5F020BFA; Fri, 19 Jan 2018 04:14:07 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 19 Jan 2018 04:14:07 -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=GcaVWzKukGo6H4QwrMow8WWbcD CZntV07Qczj4IQIJI=; b=g05J9jXrKwRuhgvkBd+GbzlacArUavUmnoxpVqdJ/f ZJTO7XdwUIv0gfoSiCGteMZU1KiSYA0MITXotkaz+fBWl9GMa3CzIlDW8leuYmMH m1Nt61ptD3CdeFJ/WcFvAFV+fGEal9einu/XZ/5bBvNHD+cZwqBBEG2wFaja80Fb k= 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=fm1; bh=GcaVWz KukGo6H4QwrMow8WWbcDCZntV07Qczj4IQIJI=; b=nFLzr0PxHHM80lIvvNKlJx PWslgY1BKvRvStVtNSafzMThKjAO5zUGuTQtssQWWCSg9Pdp66uMZI7QPwjI0MQk KRXqCOznLdtJc1Q/BlDRWjF7cp4LZdDot4h3ZtnHu85WAQvIv8FM3Mi6YtOrdNRy 4nG3OL756Zk+QqXASC2Wv0I6Blzb/acliGcl8fNxnFL+Jc/S1SSuHebDGfJ8jBLx AZkE0QwnreK/cmPcMcE9gcco+SC2iTdB7A9C6l1oLAIxv3+1En4JMFpNWOUKKcB1 /jN20c+L7x3z0o2P8y++foE0GzYQtMv6/j13rWHmPv0OG0Ql9qj1cZiu2EDm9t+g == 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 260CD240F8; Fri, 19 Jan 2018 04:14:07 -0500 (EST) From: Thomas Monjalon To: "Zhao1, Wei" Cc: "Zhang, Helin" , "dev@dpdk.org" , "Mcnamara, John" , "Yigit, Ferruh" , "Xing, Beilei" Date: Fri, 19 Jan 2018 10:13:30 +0100 Message-ID: <2270743.EjNZeh6uIr@xps> In-Reply-To: References: <20180103081324.53616-1-wei.zhao1@intel.com> <5680512.hVgF8YlmN2@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] doc: add queue region feature info 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, 19 Jan 2018 09:14:08 -0000 19/01/2018 04:15, Zhao1, Wei: > Hi, Thomas > Thank you! After discussion with Beilei, I have commit a new patch v4. > https://dpdk.org/dev/patchwork/patch/33956/ > Beilei also commit another new patch, we are waiting for review by Mcnamara, John. > Do you think this is ok? Yes it is fine to wait for John's approval. Note: in release notes, you should group all i40e features in the same place. In v4, you just added it at the end. I think v5 is needed.