From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 266941B27C for ; Sun, 12 Nov 2017 07:58:54 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C48D020AF3; Sun, 12 Nov 2017 01:58:53 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 12 Nov 2017 01:58:53 -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=pfazgsuX0A0xvZ3mGx9dHfUo9r 2aqfZoVtsk1MJt0Yo=; b=Ta6h6n9geGsh8oLAGRT/09DEk18m+wKmF9X4RJhEPU E3KOAFhkdmHSPla5nVNWx1lQL8r1MSw/n6pyxc2rJpQw3LQPwqsq5VsaoJMQ4vkB xiEbGr72O8l6jQqBUUoZCOQFkAQZAjeMWMWaNAxiGWuX2DP3vJWVXR3+L7XEeYlR 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=pfazgs uX0A0xvZ3mGx9dHfUo9r2aqfZoVtsk1MJt0Yo=; b=iCWHQSPWaLQXXqGpDd+zlE tkLnVmccWi767i5rEgYK5qlRy36jgLdQtMnfrdP2iAtMyAEAhsqJ2ADKP5PryeJn pqjwiYChoQW86VEXTMaBl7iZz2mlwRonRCWxBIczs8O/rxHi3ukkQWSBPRc2M1Iw +WAhhQ0LYCVyOc3gOoNXVJSv8udto8N1IN8gZWkYfxD0BGiWCjLMrQc1hWVl6Htg wSYvrAUdCQWwd/PUoKJHQajs7y8HxcMIZbEbOx4gCiP5JwDBcrnoftWlJsLZsG0p f72cz6nx8SiaerK0+NjCt6SZ+q4lh2bMhsI/w/8cB/AOkU1ZhrYl4fS9YUh3snjw == X-ME-Sender: Received: from xps.localnet (unknown [12.232.154.2]) by mail.messagingengine.com (Postfix) with ESMTPA id 921A57F35E; Sun, 12 Nov 2017 01:58:53 -0500 (EST) From: Thomas Monjalon To: Moti Haimovsky Cc: dev@dpdk.org, Adrien Mazarguil Date: Sun, 12 Nov 2017 04:46:10 +0100 Message-ID: <1621434.dVqjcbkdUW@xps> In-Reply-To: <20171109173751.GD24849@6wind.com> References: <1510248656-194169-1-git-send-email-motih@mellanox.com> <20171109173751.GD24849@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/3] doc: documentation update for mlx4 PMD 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: Sun, 12 Nov 2017 06:58:54 -0000 09/11/2017 18:37, Adrien Mazarguil: > On Thu, Nov 09, 2017 at 07:30:53PM +0200, Moti Haimovsky wrote: > > The following three commits update the mlx4 documentation to reflect > > the modifications done to the PMD and the new features added to it. > > > > Moti Haimovsky (3): > > doc: fix remove mlx4 Tx inline compilation option > > doc: fix mlx4 drop inline receive support > > doc: update mlx4 documentation > > > > doc/guides/nics/mlx4.rst | 114 ++++++++++++++++----------------- > > doc/guides/rel_notes/release_17_11.rst | 26 ++++++++ > > 2 files changed, 80 insertions(+), 60 deletions(-) > > For the series, > > Acked-by: Adrien Mazarguil Applied, thanks