From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 7E8F53F9 for ; Thu, 18 Dec 2014 00:44:39 +0100 (CET) Received: by mail-wi0-f177.google.com with SMTP id l15so569598wiw.4 for ; Wed, 17 Dec 2014 15:44:39 -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=N+W60k2OR9lH7xMMhfpv/BJJQcMcAMCFRNHdm2uu1gU=; b=Ne+vfT294KkCF1PmbV9w246c+kXGAAv2XJNuz2alDJl0MpQPoPD5u9El68Zao89gFs hnW0oGdqSWTBStF6iAlhIRIJD/mRbGiUlHlVm5VQuNIh6CGygajfsKvEe2XdlTiJa9RG KYgvHOztjJYVxgaLIxFM8e7vArF0DAyvsl1ZV8jAan7qIIjUdj6OzrUZtfpZWBvCLNCV JI0Ip0o9BhXJiaM43GwgrjMGkwbUquT9GGTwg6GyTuv3LmCWQ+Z6N00ujdp9EbOF/5Xq tS3qokwuHjh04yyYW/bTVwOCRa8joavRhirYdxaIkFXUX9cHJ2gPr0b1syfDz4e3mOe5 R8BA== X-Gm-Message-State: ALoCoQn+gZ5Dk899tH96Y/427TTAhnFuRbFHkGnnD92TOeICn16XIHF1FBKaq9yVaEPm65Jb+AZs X-Received: by 10.180.7.201 with SMTP id l9mr18550066wia.80.1418859879387; Wed, 17 Dec 2014 15:44:39 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id s4sm22713203wiy.13.2014.12.17.15.44.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Dec 2014 15:44:38 -0800 (PST) From: Thomas Monjalon To: Olivier Matz Date: Thu, 18 Dec 2014 00:44:12 +0100 Message-ID: <1523257.4vS2pvNA5F@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1418820925-20318-1-git-send-email-olivier.matz@6wind.com> References: <1418820925-20318-1-git-send-email-olivier.matz@6wind.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/5] fix compilation issues seen with clang-3.5 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: Wed, 17 Dec 2014 23:44:39 -0000 > This series are compilation fixes seen with clang-3.5 on linux. > > Olivier Matz (5): > test-devargs: fix misplaced braces in strncmp call > examples/l3fwd: fix compilation with clang 3.5 > examples/netmap: fix overflow in ioctl operation > examples/vm_power_manager: move -lvirt in LDLIBS > examples/vm_power_manager: fix initialization of cmdline token Applied Thanks -- Thomas