Re: [dpdk-dev] [PATCH] AVX check

2018-04-26 Thread Bruce Richardson
On Thu, Apr 26, 2018 at 06:06:47PM +0200, Riccardo Ravaioli wrote: > Hi all, > > I need to install DPDK on 64-bit Linux machines whose processors might or > might not support AVX instructions. In my current configuration file, > defconfig_x86-64-native-linuxapp-gcc, the parameter CONFIG_RTE_MACHIN

[dpdk-dev] [PATCH] AVX check

2018-04-26 Thread Riccardo Ravaioli
Hi all, I need to install DPDK on 64-bit Linux machines whose processors might or might not support AVX instructions. In my current configuration file, defconfig_x86-64-native-linuxapp-gcc, the parameter CONFIG_RTE_MACHINE is set to native. If I compile DPDK on a machine that supports AVX and then