Re: [dpdk-dev] [PATCH v6 02/18] doc: add detail on using max SIMD bitwidth

2020-10-15 Thread Kevin Laatz
On 15/10/2020 11:37, Ciara Power 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-off-by: Ciara Power --- v6: Updated enum value. v4: Upda

[dpdk-dev] [PATCH v6 02/18] doc: add detail on using max SIMD bitwidth

2020-10-15 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 --- v6: Updated enum value. v4: Updated docs to reflect renamed enum. v3: -