From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 15A7A21AC0; Tue, 8 May 2018 10:49:03 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 08 May 2018 10:49:03 -0400 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=jYnrvQTOw59K1B9vzA+VpjaGUy 2p21xmXjrIPU8Gla0=; b=bKDMc+vj/31qaF8H/V2Bnfvz57Ts+6lR69xZ/SN2sH 0ViiUAop+lLeU1hA9zXUSMqmWcR/iGYmU3xvvERvsoUcnUsIqwD1cd5z5L9KVzfr lX7nN82g5A+C9X3mNOh2mf0oy/Vm3uMSkfB0KWim3NNAgA2On83UNqOqxSO+wRIi 4= 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=jYnrvQ TOw59K1B9vzA+VpjaGUy2p21xmXjrIPU8Gla0=; b=UzSboMRgEC7GH01Kshfndn OvKsGR6Fxgs8CFWBfZy/z3RYMdpM8+fuqL9RWcCprN/bFX8YiZ0SNn7vQJbArQwd qtp+oNaYnD4Lze/YIfhjUk+5T8BzZvcnQ3iH7GdI6tlq/sEBDw/e8SQgG5qS8sbU LwFXu4BTWlAJ10e+eEAD16QwfG1oNS/ZOhoDNH67ope91NEroKo7xCMdWfysJ05s 5xeILn15/KONooFXQvhV6gBeTVYyjngkE7R1pvjYm2TaI7XdsnzebvY7IiXMAw5Z 5wkUH4TYYgz2t9avwfTMVHKSRvUX/HAWYLXrRJRY3kQAoi1UxqS/BtDI4C7R8zYA == 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 CE545E4812; Tue, 8 May 2018 10:49:01 -0400 (EDT) From: Thomas Monjalon To: "Xu, Rosen" 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 Date: Tue, 08 May 2018 16:49:00 +0200 Message-ID: <3633145.HZTiOSpJIu@xps> In-Reply-To: <1525789143-138168-5-git-send-email-rosen.xu@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v9 4/4] iFPGA: add document for iFPGA driver 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, 08 May 2018 14:49:03 -0000 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.