Re: [dpdk-dev] [PATCH v4] mk: fix scope of disabling AVX512F support

2019-01-14 Thread Thomas Monjalon
Hi, Few details reviewed below, 07/01/2019 17:49, Ferruh Yigit: > --- a/doc/guides/rel_notes/known_issues.rst > +++ b/doc/guides/rel_notes/known_issues.rst > +AVX-512 support disabled > + > + > +**Description**: > + ``AVX-512`` support has been disabled on some conditions

Re: [dpdk-dev] [PATCH v4] mk: fix scope of disabling AVX512F support

2019-01-07 Thread Varghese, Vipin
diff --git a/doc/guides/rel_notes/known_issues.rst b/doc/guides/rel_notes/known_issues.rst index a1face9c1..b0057a2bc 100644 --- a/doc/guides/rel_notes/known_issues.rst +++ b/doc/guides/rel_notes/known_issues.rst @@ -826,3 +826,35 @@ Kernel crash when hot-unplug igb_uio device while DPDK applic

[dpdk-dev] [PATCH v4] mk: fix scope of disabling AVX512F support

2019-01-07 Thread Ferruh Yigit
AVX512 was disabled for GCC because of Bugzilla issue 97 [1], the GCC defect submitted for the issue [2] highlighted that this is a known binutils version 2.30 issue. Narrowed the scope of no-avx512 to the this specific binutils version. [1] https://bugs.dpdk.org/show_bug.cgi?id=97 [2] https://g