From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id DA807592F for ; Sat, 19 Jul 2014 01:57:54 +0200 (CEST) Received: by mail-wg0-f44.google.com with SMTP id m15so4093428wgh.3 for ; Fri, 18 Jul 2014 16:58:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=FWeZOPnXgGhbUdutpssqInydvaFl80OnqUwAKn5LtXA=; b=idQq0YZdso+ViKoA9UhO4BxT/vny1H4BfCNczjH8sjcziC4XUZwa93m16dQMVqRWfZ RpnE+cfG2PaB7KObvIHa/lM5+BYUWir3ZbZLIi9iHdG3j4nrMSLBwGtjFnT0M7j5h59D LHnTM776PktdsZ4mb+s/HEluJPpv5M2rVrvQ8Pij9luiSgebUwDk5XZTbATde1sXF4t1 BJZeGdMkfngHFrLLEYXnrEA3A+NkTC9AQd6cXUNcxkHUDtr//tBNerWiLS69irwuKojG Po8jnQhAo83yUrpPSB/V2ukw4ekf9Ah0VAMuSrnLQPEWlrmCFG6i/7/yNV0Ny7siI3Y1 mu6A== X-Gm-Message-State: ALoCoQk8DtyrcSUWKq/QOtHzwL4cT6SZeyjgEx9r+A35BPnwGekVKO9Kl08zwcHzgCPGsO0gZqG1 X-Received: by 10.180.182.131 with SMTP id ee3mr36199640wic.37.1405727937517; Fri, 18 Jul 2014 16:58:57 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id cz8sm17799620wjc.11.2014.07.18.16.58.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Jul 2014 16:58:56 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Date: Sat, 19 Jul 2014 01:58:49 +0200 Message-ID: <3642331.J2RvO4LKsC@xps13> Organization: 6WIND User-Agent: KMail/4.13.2 (Linux/3.15.5-2-ARCH; KDE/4.13.2; x86_64; ; ) In-Reply-To: <1404776219-6130-1-git-send-email-bruce.richardson@intel.com> References: <1404776219-6130-1-git-send-email-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/6] Clang compilation support on FreeBSD and Linux X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 23:57:55 -0000 2014-07-08 00:36, Bruce Richardson: > This patch set enables clang compilation on FreeBSD and Linux. It includes > patches to fix a number of compilation errors thrown up by clang, and then > adds in the appropriate toolchain makefiles and compile-time configurations. > > This set has been tested with clang v3.3 on FreeBSD 10 and clang v3.4 on > Fedora linux 20. The example apps folder has not been tested at this time, this > patch set only focuses on the core libraries and apps. > > Bruce Richardson (6): > pmd_bond: add missing variable initialization > Makefiles: add clang to compiler if/else block > mk: Ensure correct detection of SSE4.2 on FreeBSD > acl: add nmmintrin.h header to allow clang compilation > mk: add toolchain for clang and linuxapp target > config: add compile target for clang on BSD Tested-by: Zhaochen Zhan Acked-by: Thomas Monjalon Applied with some cleanups for version 1.7.1 Thanks -- Thomas