From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C5874A00E6 for ; Mon, 5 Aug 2019 17:32:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A743C1BD52; Mon, 5 Aug 2019 17:32:35 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 9ED621BA5E for ; Mon, 5 Aug 2019 17:32:34 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2ACDB21B82; Mon, 5 Aug 2019 11:32:34 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 05 Aug 2019 11:32:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=mesmtp; bh=OYdCa4KQGhjQSiwos+tTIb2 x8ejD5tndf/nftC0Fxqw=; b=f0njpknLg5CmobK9aDwrTcSg9xZpuMcQ1ZTsB6Z OxPeWN9wTowApfY7/oUYjeZuoegKIWOl+HN9F3Cj+Ssq8611ZcyBCYL2lkdpQwcf YT2ko0tJ6nNDxo50u9ulkW/WCTb/fXMcPQknF5uaU5vr34qRj6c967ZWL/DBfuNX BVag= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=OYdCa4KQGhjQSiwos +tTIb2x8ejD5tndf/nftC0Fxqw=; b=cro6WNSD5ZtiQcAOZWK6H5iDiuA56Pt9Z SEFMwcOmt7z7CnyDHF01WQMujSDyQfn5ljVVLVN8XyRr8BU0y2tH0eMX5DIsQJ2a 1iukLaL2pOXNme5nSZbYOH0yLw+/cEb2XbvLwWF7ZgtUn1h1OdMYdZbp+lyvK4R8 hBPt/CQqNDZJPO4PC1NQp9q8GuEXR8JKewrKKmGKd9dxHbu5IM2a8bIR7q7n9SJl +tVPv704vl676ahG3hISUrdqrZyBt4nXXEjJ1/l4+POrMoXsPJzDXMTJG2FMkifa 7fIVpBdx0pxTjGalE3ksWx/z2TXXJVPVI/8CtZKWDkiYfGImxaFZQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddruddtjedgkeelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenuchmihhsshhinhhgucfvqfcufhhivghlugculdeftd dmnecujfgurhephffvufffkffoggfgsedtkeertdertddtnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 699828006C for ; Mon, 5 Aug 2019 11:32:33 -0400 (EDT) From: Thomas Monjalon To: Cc: dev@dpdk.org Date: Mon, 5 Aug 2019 17:32:17 +0200 Message-Id: <20190805153222.29593-1-thomas@monjalon.net> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 0/5] improve mlx5 guide 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The mlx5 guide is a bit complex. It needs some clean-up in some areas, some details are missing, etc. This series is a first step of improvement for 19.08. More in-depth improvements are expected for 19.11. Thomas Monjalon (5): doc: improve firmware configuration in mlx5 guide doc: fix wording and formatting of mlx5 guide doc: remove useless console syntax in mlx guides doc: add mlx5 design details doc: add more details about mlx5 offloads doc/guides/nics/mlx4.rst | 92 ++++--------- doc/guides/nics/mlx5.rst | 289 ++++++++++++++++++--------------------- 2 files changed, 155 insertions(+), 226 deletions(-) -- 2.21.0