Re: [dpdk-dev] [PATCH v2 03/17] doc: add detail on using max SIMD bitwidth

2020-09-07 Thread Ananyev, Konstantin
> On Sun, Sep 06, 2020 at 10:20:30PM +, Ananyev, Konstantin wrote: > > > This patch adds documentation on the usage of the max SIMD bitwidth EAL > > > setting, and how to use it to enable AVX-512 at runtime. > > > > > > Cc: Anatoly Burakov > > > Cc: John McNamara > > > Cc: Marko Kovacevic

Re: [dpdk-dev] [PATCH v2 03/17] doc: add detail on using max SIMD bitwidth

2020-09-07 Thread Bruce Richardson
On Sun, Sep 06, 2020 at 10:20:30PM +, Ananyev, Konstantin wrote: > > This patch adds documentation on the usage of the max SIMD bitwidth EAL > > setting, and how to use it to enable AVX-512 at runtime. > > > > Cc: Anatoly Burakov > > Cc: John McNamara > > Cc: Marko Kovacevic > > > > Signed

Re: [dpdk-dev] [PATCH v2 03/17] doc: add detail on using max SIMD bitwidth

2020-09-06 Thread Ananyev, Konstantin
> This patch adds documentation on the usage of the max SIMD bitwidth EAL > setting, and how to use it to enable AVX-512 at runtime. > > Cc: Anatoly Burakov > Cc: John McNamara > Cc: Marko Kovacevic > > Signed-off-by: Ciara Power > --- > doc/guides/howto/avx512.rst | 36 +++

[dpdk-dev] [PATCH v2 03/17] doc: add detail on using max SIMD bitwidth

2020-08-27 Thread Ciara Power
This patch adds documentation on the usage of the max SIMD bitwidth EAL setting, and how to use it to enable AVX-512 at runtime. Cc: Anatoly Burakov Cc: John McNamara Cc: Marko Kovacevic Signed-off-by: Ciara Power --- doc/guides/howto/avx512.rst | 36 +++ do