From patchwork Wed Jan 30 11:20:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 50090 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 654931B20D; Wed, 30 Jan 2019 12:20:37 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 095D61B20C for ; Wed, 30 Jan 2019 12:20:36 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8A23D21D63; Wed, 30 Jan 2019 06:20:35 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 30 Jan 2019 06:20:35 -0500 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=NjJaqfqtPKLR3EGYg3ToE3q LWwuk3LS5qoI/yRwl29g=; b=B2SYYLjxuKMqOWVrHNg+BPahqmdXZ+FV+iTSTa5 /tKrZI62OyGPCr7r0NGVs+9myABV/lj3seb5bnFM9uYqI1HDXM44MVydEqZ+gY/7 RRFPUsqdqo1iM72TEIT2atk0zd/2dvIv2+9p+fnwSDz1lTbMaTTaQM45MEK8YNFU VlPo= 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=fm1; bh=NjJaqfqtPKLR3EGYg 3ToE3qLWwuk3LS5qoI/yRwl29g=; b=jvXbH89NNWq1BKBEqCYAoc+tSttyXgzn/ /YZ0SdVMTkKp4NPQ864L7BR7UmLP5O6PGebWJCHydLmMS71ZJaRqJWKNkRAVTrtM AF35BvtjCPWg419pyYP5ZpTDVL8sHA6zR2yV3/S231YQ7AlB7tqVJUP8JRLMFPtu jswq4jSp8rNuhmsFxXHzjclp02VJHuVxp10M4N1ra9Fy+m3kGI/853oVL0qJZ/y7 mipc2gftlFB7w3GfwVfPzKNFAY8AhZoTzew9yHoa9bY9uQb7kmWNHQHloqO5HY9U LLCvtqWHkWqOVycusdVWwGnPPZzsNFraUzUYYl1yNtNsP7qgEgEiQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrjeeggddviecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucenucfjughrpefhvffufffkofgggfestdekredtredttdenucfhrhhomhepvfhhoh hmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeen ucfkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpe hthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 10137E4068; Wed, 30 Jan 2019 06:20:33 -0500 (EST) From: Thomas Monjalon To: john.mcnamara@intel.com, marko.kovacevic@intel.com, shahafs@mellanox.com, yskoh@mellanox.com Cc: dev@dpdk.org Date: Wed, 30 Jan 2019 12:20:17 +0100 Message-Id: <20190130112020.871-1-thomas@monjalon.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 0/3] more doc about isolated mode and bifurcated model 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 flow isolated mode lacks some advertisement in the docs, especially in association with flow bifurcation. There was also a miss in flow bifurcation howto for Mellanox case. Thomas Monjalon (3): doc: remove useless anchor for flow API guide doc: add references to flow isolated mode in NICs guide doc: improve Mellanox bifurcated model description doc/guides/howto/flow_bifurcation.rst | 26 ++++++++++++++++++++++++++ doc/guides/howto/rte_flow.rst | 2 +- doc/guides/linux_gsg/linux_drivers.rst | 7 ++++++- doc/guides/nics/mlx4.rst | 2 ++ doc/guides/nics/mlx5.rst | 2 +- doc/guides/nics/mvpp2.rst | 5 ++++- doc/guides/nics/sfc_efx.rst | 2 ++ doc/guides/prog_guide/rte_flow.rst | 8 ++++---- doc/guides/rel_notes/release_17_02.rst | 3 +-- 9 files changed, 47 insertions(+), 10 deletions(-)