Re: [dpdk-dev] [PATCH] mk: add silvermont to replace atom as a target

2017-10-02 Thread Ferruh Yigit
On 9/8/2017 10:07 AM, Bruce Richardson wrote: > On Fri, Sep 08, 2017 at 11:28:52AM +0800, Xiaoyun Li wrote: >> The -march=atom flag is for older atom CPUs and don't support SSE4 which >> is the minimum reqiurement for DPDK. And in fact, the current atom CPUs >> support SSE4. So this patch removes a

Re: [dpdk-dev] [PATCH] mk: add silvermont to replace atom as a target

2017-09-10 Thread Li, Xiaoyun
Sorry about that, but can link it manually. The discussion can be seen on: https://www.mail-archive.com/dev@dpdk.org/msg74600.html -Original Message- From: Richardson, Bruce Sent: Friday, September 8, 2017 17:07 To: Li, Xiaoyun Cc: dev@dpdk.org; Zhang, Helin Subject: Re: [PATCH] mk: ad

Re: [dpdk-dev] [PATCH] mk: add silvermont to replace atom as a target

2017-09-08 Thread Bruce Richardson
On Fri, Sep 08, 2017 at 11:28:52AM +0800, Xiaoyun Li wrote: > The -march=atom flag is for older atom CPUs and don't support SSE4 which > is the minimum reqiurement for DPDK. And in fact, the current atom CPUs > support SSE4. So this patch removes atom as a target for DPDK builds and > adds a silver

[dpdk-dev] [PATCH] mk: add silvermont to replace atom as a target

2017-09-07 Thread Xiaoyun Li
The -march=atom flag is for older atom CPUs and don't support SSE4 which is the minimum reqiurement for DPDK. And in fact, the current atom CPUs support SSE4. So this patch removes atom as a target for DPDK builds and adds a silvermont replacement instead. Signed-off-by: Xiaoyun Li --- mk/machin