From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Oct 2017 14:37:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,471,1500966000"; d="scan'208";a="906013457" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.131]) ([10.241.225.131]) by FMSMGA003.fm.intel.com with ESMTP; 02 Oct 2017 14:37:54 -0700 To: Bruce Richardson , Xiaoyun Li Cc: dev@dpdk.org, helin.zhang@intel.com References: <1504841332-120361-1-git-send-email-xiaoyun.li@intel.com> <20170908090713.GF35580@bricha3-MOBL3.ger.corp.intel.com> From: Ferruh Yigit Message-ID: Date: Mon, 2 Oct 2017 22:37:54 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170908090713.GF35580@bricha3-MOBL3.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] mk: add silvermont to replace atom as a target X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2017 21:37:57 -0000 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.