From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) by dpdk.org (Postfix) with ESMTP id 51B292A7 for ; Thu, 19 Jun 2014 01:05:29 +0200 (CEST) Received: by mail-we0-f176.google.com with SMTP id u56so1519084wes.7 for ; Wed, 18 Jun 2014 16:05:46 -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=VZa/s/cbVUQRB78qpYdmEZiuaokS6Ny7hNcGablqMCc=; b=Fk7DktysFUivSFzELc8GsKVCMn9nouUXCXPDRQNoW7ujWopiQ/v5fiWVodPnRx518b rrbAxDCS/DM3WhPcjdhL97pWBoal1Bbeg3Sw0O+WScOpBWjNp3u7lNQNH8WFFJrlQj8y asdMLBTxWNnOsa75bFC8xDpOKI/LKQdD1fKenTcbKfnDljtxIEStVIdGLDoEjwt/qdQz 0Jd2fpo5GmqmLnz1Vv+VVL2DxD5zyGZTXSwDDoz0zkYa3GYryheNVt4gj/zddHN0Hesa hTCxSk7GndogRCCJYYrq954xtrkNft/NmlZlTeDYrmr3XfdScymOVynQMoS/eJ4gDJgv En2A== X-Gm-Message-State: ALoCoQkEriHkP+ePW4y5JXRnAnc0n6xabxZ+YGKN0e2sUnJiIcwXZax6pG00pYtWuDThqFZCvlRs X-Received: by 10.180.73.106 with SMTP id k10mr1239697wiv.11.1403132745968; Wed, 18 Jun 2014 16:05:45 -0700 (PDT) Received: from xps13.localnet (ip-96.net-80-236-123.rev.numericable.fr. [80.236.123.96]) by mx.google.com with ESMTPSA id m20sm4753973wjr.33.2014.06.18.16.05.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Jun 2014 16:05:45 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Date: Thu, 19 Jun 2014 01:05:42 +0200 Message-ID: <1412228.2UsXLG4q80@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <1403123587-27433-1-git-send-email-bruce.richardson@intel.com> References: <1403123587-27433-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/4] minor fixes from BSD and clang testing 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, 18 Jun 2014 23:05:29 -0000 2014-06-18 21:33, Bruce Richardson: > When testing compilation on BSD systems and with the clang compiler a > number of minor issues were encountered. This patchset fixes some of these. Acked-by: Thomas Monjalon Applied for version 1.7.0. Thanks -- Thomas