From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51])
 by dpdk.org (Postfix) with ESMTP id 1F6818055
 for <dev@dpdk.org>; Mon,  1 Dec 2014 12:27:56 +0100 (CET)
Received: by mail-wg0-f51.google.com with SMTP id k14so13635902wgh.24
 for <dev@dpdk.org>; Mon, 01 Dec 2014 03:27:56 -0800 (PST)
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=K6CURGv06F97BVBah0Rs0SlWQM8fW7lYaH7N32C17RM=;
 b=LVt1P3XtOx6tGncva32OWvhgSVGt+B/7YwKBFhz8JABT27tmxrjTU1QPp80Kx/kaQ+
 P2v5zUcDRz6VVW6DbZC4iDmP0eJP6+OlHc/myu0KthslKHgF2/M7q+EedrTwvL3WDTeC
 mqX2+e64/EUXiuKu6z9c1ryqTAI4dZ27tphxdKRibiMccB5L28+lOfXq+zeJPIXBo1+K
 liKJlnJPB3Xw7+749qoGk50hmTLzq1bHotk7147DguLAYtuAuXqkhhsNR7H5Oeq2d26H
 8TUzpc1drd39A+zXYL+K9aFbkWNCOTCVlHfvMjuW5ezu0tWbjs7iRdmXkP1Iz3/EV04I
 CWRA==
X-Gm-Message-State: ALoCoQkXyUhuKclceoBvECpMbRSy5b0C8HfqKXye/VOeg9GR7mRK+3j8R3HDOhbRmo/SxnTmXzqz
X-Received: by 10.180.89.133 with SMTP id bo5mr30574845wib.78.1417433275984;
 Mon, 01 Dec 2014 03:27:55 -0800 (PST)
Received: from xps13.localnet (177.17.90.92.rev.sfr.net. [92.90.17.177])
 by mx.google.com with ESMTPSA id bc1sm41672000wib.16.2014.12.01.03.27.39
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 01 Dec 2014 03:27:55 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Sujith Sankar <ssujith@cisco.com>
Date: Mon, 01 Dec 2014 12:25:20 +0100
Message-ID: <6632290.p6c3dNAhWv@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; )
In-Reply-To: <20141201105756.GB4856@bricha3-MOBL3>
References: <1417245457-19609-1-git-send-email-ssujith@cisco.com>
 <20141201105756.GB4856@bricha3-MOBL3>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] enicpd: Warnings and one error when built
	using clang compiler
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 01 Dec 2014 11:27:56 -0000

> > This patch fixes the warnings and error reported by clang compiler on Linux.
> > 
> > Reported-by: Bruce Richardson <bruce.richardson@intel.com>
> > Signed-off-by: Sujith Sankar <ssujith@cisco.com>
> 
> This PMD now compiles up with clang on FreeBSD. The patch seems rather large though,
> are all these changes necessary for clang compilation?
> 
> On the basis that this fixes the issue though:
> 
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied

Thanks
-- 
Thomas