From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] PPC64: turn off fm10k driver compilation on IBM POWER Date: Wed, 04 Nov 2015 18:45:53 +0100 Message-ID: <2231261.oSWvchzO3j@xps13> References: <1446617726-31558-1-git-send-email-chaozhu@linux.vnet.ibm.com> <533710CFB86FA344BFBF2D6802E6028621B65AF1@SHSMSX101.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Chao Zhu Return-path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 2C0355A56 for ; Wed, 4 Nov 2015 18:47:06 +0100 (CET) Received: by wicfv8 with SMTP id fv8so37258408wic.0 for ; Wed, 04 Nov 2015 09:47:06 -0800 (PST) In-Reply-To: <533710CFB86FA344BFBF2D6802E6028621B65AF1@SHSMSX101.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-11-04 08:14, Qiu, Michael: > On 2015/11/4 14:14, Chao Zhu wrote: > > The fm10k vector driver is specific for x86 platform which can't compile > > on IBM POWER for lacking of tmmintrin.h header file. This patch turns > > off fm10k driver compilation on IBM POWER to prevent compile issue. > > > > Signed-off-by: Chao Zhu > > Acked-by: Michael Qiu Applied, thanks