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

Thomas Monjalon thomas at monjalon.net
Mon Jan 14 17:28:56 CET 2019


14/01/2019 16:49, 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://gcc.gnu.org/bugzilla/show_bug.cgi?id=88096
> 
> Fixes: 8d07c82b239f ("mk: disable gcc AVX512F support")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
> ---
> Cc: Tom Barbette <barbette at kth.se>
> Cc: Thomas Monjalon <thomas at monjalon.net>
> Cc: Yongseok Koh <yskoh at mellanox.com>
> Cc: Konstantin Ananyev <konstantin.ananyev at intel.com>
> Cc: Bruce Richardson <bruce.richardson at intel.com>
> 
> v2:
> * Added warning message (print only once for eal)
> * Moved decision details to compat file, kept execution in cpuflags
> 
> v3:
> * replace 'ld' with '$(LD)' for cross build
> * added meson support
> 
> v4:
> * Document this limitation in release notes
> Cc: Vipin Varghese <vipin.varghese at intel.com>
> 
> v5:
> * Grammar fix
> * remove $(lastword.. ) from makefile
> * add 'OR' between possible workarounds

Acked-by: Thomas Monjalon <thomas at monjalon.net>

Applied, thanks





More information about the stable mailing list