From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] mk: add silvermont to replace atom as a target Date: Mon, 2 Oct 2017 22:37:54 +0100 Message-ID: References: <1504841332-120361-1-git-send-email-xiaoyun.li@intel.com> <20170908090713.GF35580@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, helin.zhang@intel.com To: Bruce Richardson , Xiaoyun Li Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DBE6D1B293 for ; Mon, 2 Oct 2017 23:37:56 +0200 (CEST) In-Reply-To: <20170908090713.GF35580@bricha3-MOBL3.ger.corp.intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 atom as a target for DPDK builds and >> adds a silvermont replacement instead. >> >> Signed-off-by: Xiaoyun Li <...> > Acked-by: Bruce Richardson Applied to dpdk-next-net/master, thanks.