From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 0/3] more doc about isolated mode and bifurcated model Date: Wed, 30 Jan 2019 12:20:17 +0100 Message-ID: <20190130112020.871-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org To: john.mcnamara@intel.com, marko.kovacevic@intel.com, shahafs@mellanox.com, yskoh@mellanox.com Return-path: 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) 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(-) -- 2.20.1