From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: [PATCH 0/4] misc compilation fixes Date: Mon, 18 May 2015 10:17:57 +0200 Message-ID: <1431937081-20083-1-git-send-email-olivier.matz@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 9F70F9A9E for ; Mon, 18 May 2015 10:18:10 +0200 (CEST) Received: by wguv19 with SMTP id v19so117472405wgu.1 for ; Mon, 18 May 2015 01:18:10 -0700 (PDT) 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" This series contains compilation fixes. Olivier Matz (4): examples/bond: fix compilation with clang examples/netmap: fix compilation for x86_x32-native-linuxapp-gcc pmds: fix 32 bits compilation with debug enabled examples/mk: add dependencies for timer and vm_power_manager examples/Makefile | 4 +- examples/bond/main.c | 2 +- examples/netmap_compat/lib/compat_netmap.c | 2 +- lib/librte_pmd_fm10k/fm10k_rxtx.c | 5 +- lib/librte_pmd_i40e/i40e_ethdev.c | 124 ++++++++++++++--------------- lib/librte_pmd_i40e/i40e_rxtx.c | 2 +- lib/librte_pmd_virtio/virtio_ethdev.c | 2 +- 7 files changed, 72 insertions(+), 69 deletions(-) -- 2.1.4