From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/4] fix examples build Date: Tue, 16 Feb 2016 07:56:20 +0100 Message-ID: <37346496.Kf7HtU9a6b@xps13> References: <1455605170-16137-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 799E4ADA7 for ; Tue, 16 Feb 2016 07:57:53 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id b205so95634793wmb.1 for ; Mon, 15 Feb 2016 22:57:53 -0800 (PST) Received: from xps13.localnet (165.20.90.92.rev.sfr.net. [92.90.20.165]) by smtp.gmail.com with ESMTPSA id d9sm28641497wjf.43.2016.02.15.22.57.52 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 15 Feb 2016 22:57:52 -0800 (PST) In-Reply-To: <1455605170-16137-1-git-send-email-thomas.monjalon@6wind.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" 2016-02-16 07:46, Thomas Monjalon: > I've sent some patchsets previously to fixes examples: > - "fix build for default machine" > - "fix compilation of examples for ARM" > > Gather the non-rejected patches of these series here. > > Thomas Monjalon (4): > examples/l3fwd: fix build without SSE4.1 > examples/ip_pipeline: fix build for x86_64 without SSE4.2 > examples/ethtool: fix build > examples: fix build dependencies Applied