From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v9 4/4] iFPGA: add document for iFPGA driver Date: Tue, 08 May 2018 16:49:00 +0200 Message-ID: <3633145.HZTiOSpJIu@xps> References: <1521553556-62982-1-git-send-email-rosen.xu@intel.com> <1525789143-138168-1-git-send-email-rosen.xu@intel.com> <1525789143-138168-5-git-send-email-rosen.xu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, declan.doherty@intel.com, bruce.richardson@intel.com, shreyansh.jain@nxp.com, ferruh.yigit@intel.com, konstantin.ananyev@intel.com, tianfei.zhang@intel.com, song.liu@intel.com, hao.wu@intel.com, gaetan.rivet@6wind.com To: "Xu, Rosen" Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 8AFFAAABF for ; Tue, 8 May 2018 16:49:03 +0200 (CEST) In-Reply-To: <1525789143-138168-5-git-send-email-rosen.xu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 08/05/2018 16:19, Xu, Rosen: > From: Rosen Xu > > add some introduction, motivation and usage for iFPGA driver. > > Signed-off-by: Rosen Xu > Signed-off-by: Figo Zhang > --- > doc/guides/rawdevs/ifpga_rawdev.rst | 112 +++++++++++++++++++++++++++++++++ > doc/guides/rawdevs/index.rst | 1 + Given the document size is small, it is better to squash it in the patch with the code itself. > doc/guides/rel_notes/release_18_05.rst | 13 ++++ Better to squash the release notes parts in relevant patches (1 and 3). You need also to update the MAINTAINERS file in patches 1, 2 and 3.