Re: [dpdk-dev] [PATCH v3] doc: update flow non-cached mode notes

2020-04-21 Thread Thomas Monjalon
Hi, Please prefer splitting lines after punctuation signs. 21/04/2020 08:08, Bing Zhao: > --- a/doc/guides/nics/mlx5.rst > +++ b/doc/guides/nics/mlx5.rst > > +Notes for rte_flow A blank line is missing below: > +-- > +Implementation of flows organization is in non-cached mode.

Re: [dpdk-dev] [PATCH v3] doc: update flow non-cached mode notes

2020-04-20 Thread Ori Kam
> -Original Message- > From: Bing Zhao > Sent: Tuesday, April 21, 2020 9:08 AM > To: john.mcnam...@intel.com; marko.kovace...@intel.com; Slava Ovsiienko > ; Ori Kam ; Matan Azrad > > Cc: Shahaf Shuler ; Raslan Darawsheh > ; dev@dpdk.org; Thomas Monjalon > > Subject: [PATCH v3] doc: up

[dpdk-dev] [PATCH v3] doc: update flow non-cached mode notes

2020-04-20 Thread Bing Zhao
This patch updates the MLX5 PMD and release notes documentations. Adding the notes of the behavior change that rte flows organization is switched into non-cached mode for applications. Signed-off-by: Bing Zhao --- v2: update the description in release notes. v3: update the notes of rte_flow for a