From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH v2 0/4] fix examples build Date: Tue, 16 Feb 2016 07:46:06 +0100 Message-ID: <1455605170-16137-1-git-send-email-thomas.monjalon@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 81F7A9A9E for ; Tue, 16 Feb 2016 07:47:45 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id b205so95377064wmb.1 for ; Mon, 15 Feb 2016 22:47:45 -0800 (PST) Received: from XPS13.localdomain (165.20.90.92.rev.sfr.net. [92.90.20.165]) by smtp.gmail.com with ESMTPSA id c136sm18885928wmd.3.2016.02.15.22.47.43 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 15 Feb 2016 22:47:44 -0800 (PST) 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" 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 examples/Makefile | 12 ++++++++---- examples/ethtool/ethtool-app/main.c | 2 +- examples/ip_pipeline/pipeline/hash_func.h | 2 +- examples/l3fwd/main.c | 3 ++- 4 files changed, 12 insertions(+), 7 deletions(-) -- 2.7.0