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 0740E1DB3 for ; Mon, 23 Apr 2018 02:03:36 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8BFFF21771; Sun, 22 Apr 2018 20:03:36 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 22 Apr 2018 20:03:36 -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=t+7GKbNCjtrjgpOVrHcfEuPCP2 E89ErH+j1ZWmF5FUs=; b=XveJAeLXMxGoCMzE4ZhZ++Mu9d90jFY2nlM3kfVOCN hmM//+7iPDtqf9w2nMbtv+LcO1i3zmW58nFRq5XNHvEdEyJ5WHcE+qybzDBteopz FZAylLFiI1NKfiLyKP/b3bFvNkiQCoCFTCkdgkyxPLJ9DndYIW6dcq7GtBFI+NHa E= 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=t+7GKb NCjtrjgpOVrHcfEuPCP2E89ErH+j1ZWmF5FUs=; b=ITHKpkSUx9RDCd+UObnaiP tIezvd9QW56SZQIKoSKLGpZrb0m+nC6OKMIpJcs2RJgxPnhf6cpdSAx6+7EUSP4w a3mu13NWpsx40BqjMmaFMv33caWLKGSWaBZx0naKlXqBraccbpTAC+X8oFqUaoXR kd0lhf7zABIOhWj1gSx69VGBDG7Dy3ddr4DlrrsDeolkNhyukdGuDcoeVak2LVeL reItEa0HlKZH3opuVHJEv+ry9DgHPeQnINHUz/bJRQehz1xeOrCYFxAbwufEWc06 0Ig8KsE/Lv5p0XhFopb82uqqNWsV3ytcLJK7jVtdomJuLSxXEZ/bKOXrHB/9REsA == 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 BF44BE4412; Sun, 22 Apr 2018 20:03:35 -0400 (EDT) From: Thomas Monjalon To: Nipun Gupta Cc: dev@dpdk.org, shreyansh.jain@nxp.com, hemant.agrawal@nxp.com Date: Mon, 23 Apr 2018 02:03:34 +0200 Message-ID: <1613910.2nEaCGu4hR@xps> In-Reply-To: <1524220264-17281-10-git-send-email-nipun.gupta@nxp.com> References: <1523114224-9852-1-git-send-email-nipun.gupta@nxp.com> <1524220264-17281-1-git-send-email-nipun.gupta@nxp.com> <1524220264-17281-10-git-send-email-nipun.gupta@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 9/9 v3] doc: add dpaa2 qdma rawdev 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: Mon, 23 Apr 2018 00:03:37 -0000 20/04/2018 12:31, Nipun Gupta: > Signed-off-by: Nipun Gupta > --- > doc/guides/rel_notes/release_18_05.rst | 8 ++++++++ > 1 file changed, 8 insertions(+) Please merge this patch in the previous one. > +* **Added DPAA2 QDMA Driver (in rawdev).** > + > + The DPAA2 QDMA is an implementation of the rawdev API, that provide means > + to initiate a DMA transaction from CPU. The initiated DMA is performed > + without CPU being involved in the actual DMA transaction. > + > + See the :doc:`../rawdevs/dpaa2_qdma.rst` guide for more details. I think you must remove the .rst extension.