[dpdk-dev] DPDK cpuflag check failure

2014-09-28 Thread Neil Horman
On Sun, Sep 28, 2014 at 07:39:57AM +, Zhang, Jerry wrote: > Hi all, > > Do you know why DPDK(shared library) constructor function > rte_cpu_check_supported() needs to check some unnecessary CPU flags which is > not used by current DPDK such as "AES"? > > On Hehalem platform

[dpdk-dev] DPDK cpuflag check failure

2014-09-28 Thread Zhang, Jerry
Hi all, Do you know why DPDK(shared library) constructor function rte_cpu_check_supported() needs to check some unnecessary CPU flags which is not used by current DPDK such as "AES"? On Hehalem platform with GCC4.8, using shard DPDK library, it will report AES is not supported. Bu