mbox series

[0/3] more doc about isolated mode and bifurcated model

Message ID 20190130112020.871-1-thomas@monjalon.net (mailing list archive)
Headers
Series more doc about isolated mode and bifurcated model |

Message

Thomas Monjalon Jan. 30, 2019, 11:20 a.m. UTC
  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(-)
  

Comments

Shahaf Shuler Jan. 31, 2019, 6:58 a.m. UTC | #1
Wednesday, January 30, 2019 1:20 PM, Thomas Monjalon:
> Subject: [dpdk-dev] [PATCH 0/3] more doc about isolated mode and
> bifurcated model
> 
> 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

For the series - Acked-by: Shahaf Shuler <shahafs@mellanox.com>

> 
>  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
  
Thomas Monjalon Jan. 31, 2019, 5:36 p.m. UTC | #2
31/01/2019 07:58, Shahaf Shuler:
> Wednesday, January 30, 2019 1:20 PM, Thomas Monjalon:
> > Subject: [dpdk-dev] [PATCH 0/3] more doc about isolated mode and
> > bifurcated model
> > 
> > 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
> 
> For the series - Acked-by: Shahaf Shuler <shahafs@mellanox.com>

Applied