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 30DC7199B5 for ; Thu, 18 Jan 2018 08:31:03 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A4D1320D9A; Thu, 18 Jan 2018 02:31:02 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 18 Jan 2018 02:31:02 -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=nhfe2vwr4dEfbdHN5XGq9p2+py Kwf1eGqx6FK/1uITg=; b=UJeq8ewe02qrHGOJfxec8Up2RZ4T/qQjACNjseopPi DyVfCbmZjy2sHgZIZ8+32igxMJyrS8gxLhJP+63DXkoeTFFfxMhuB/MXJ9dYyM9p ZAcEMJwoFKC8eJTyl4EULHjOfoiRj2+cCvdKZmY7nBX0XV6J8KbXQEunc4tsCLhM g= 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=nhfe2v wr4dEfbdHN5XGq9p2+pyKwf1eGqx6FK/1uITg=; b=GoXegzLV4x2+RS8T9Rv/fP 9B1tJNPcuLtBFH4TpHdqAMI8nfEvWFolv6y/vGxxffrt8qZ2iQRdR3uXHioc1vdd JuQbjdyCEgyF/wQo9iA/VOP9csE36R8pCeDoV/4sV1NpBo4O1iVgJy+38wo73Vua zysVcb1o74E2bhtSCoZQrnHwFZCksDiKGbiyCau2A5gySAwgp4uViBMnBKBYQoRA x9JDRrlEyLfg6prvGfXglj2K41oYp1USW+ztnpd++kM+Q0EZg11uNGftwOZEQPM+ 92fhZDzGy4s8c9P3hkRZ6PBkqf6UnFQi7Um0gWPS1Wu2lVLc17wBeZ5O3AJ03zrg == 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 3450E7E2E5; Thu, 18 Jan 2018 02:31:02 -0500 (EST) From: Thomas Monjalon To: "Zhao1, Wei" Cc: "Zhang, Helin" , "dev@dpdk.org" , "Mcnamara, John" , "Yigit, Ferruh" , beilei.xing@intel.com Date: Thu, 18 Jan 2018 08:30:28 +0100 Message-ID: <5680512.hVgF8YlmN2@xps> In-Reply-To: References: <20180103081324.53616-1-wei.zhao1@intel.com> <4055110.uAXHWP0QBb@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: Thu, 18 Jan 2018 07:31:03 -0000 You can probably work with Beilei who is trying to do the same thing for other i40e features: https://dpdk.org/dev/patchwork/patch/33953/ 18/01/2018 03:00, Zhao1, Wei: > Hi, Thomas > I will update it in 17.11 release nots later as your comment. > And it has been CC to John, but not get any feedback. > > Thanks. > > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas@monjalon.net] > > Sent: Wednesday, January 17, 2018 5:53 AM > > To: Zhang, Helin ; Zhao1, Wei > > > > Cc: dev@dpdk.org; Mcnamara, John ; Yigit, > > Ferruh > > Subject: Re: [dpdk-dev] [PATCH v3] doc: add queue region feature info to > > release notes > > > > > > > This patch add inforation about i40e queue region realted to > > > > > release notes, it has been missed before in v17.11 release notes. > > > > > This feature has been implemented in v17.11. > > > > > > > > > > Signed-off-by: Wei Zhao > > > > Acked-by: Helin Zhang > > > Applied to dpdk-next-net-intel, with minor changes. Thanks! > > > > This patch has not been reviewed by John, doc maintainer. > > There are some english errors. > > It documents extensively a testpmd addition, which is usually not > > documented in release notes. > > And it is adding 17.11 features in 18.02 release notes. > > > > It is too much, so it is just removed when pulling next-net. > > > > If you want to explain what is possible with i40e, you should document it in > > i40e.rst. > > The release notes is just a short list of what is added.