From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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; bh=9Jk+LAJZ7kiWoSS4l8OKEtlN1kzZLNu+8WpuMZXhriA=; b=FilLhphZH/wG5pmlaEP4GFFh/RqhSSLKb8VpP25eaEMzkqyVPrKNOyvULIjiibMJpp TKT98tJ7A9bVitdWTSdL/NyI8tMFCq2rrkATDPleaUpsnRyDIsYEYQ7tQI9bJqhP5IZ4 xoUnUciBp/z6jaFPXo0O//CpYjTwBSeJuh5AmRBz1T40xBWVLuc/YdjBKSYvxFtKhv3P voLUWfMtHMD1sot7gg74F/nTGRlpApVO7AVbQnRaK0tWiJGA+cRC3XJ24J+ocBadr0jp mtMunf7PVgTRm3Gk1MU0GLhdTIKuoMPKj+9XOgMjmHNWtKImzbMu/FAllB6pZdfxyal8 2P5g== X-Gm-Message-State: ALoCoQk6UDTXGImv/3B4cFBpVjIOUY8jR0pE2vBhijJPHKsk3saLUvwGuf4VN3BOge0glL9vYUp1 X-Received: by 10.181.29.100 with SMTP id jv4mr2448090wid.4.1431937090312; Mon, 18 May 2015 01:18:10 -0700 (PDT) Received: from glumotte.dev.6wind.com (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id ck16sm7664735wjb.37.2015.05.18.01.18.09 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 18 May 2015 01:18:09 -0700 (PDT) From: Olivier Matz To: dev@dpdk.org Date: Mon, 18 May 2015 10:17:57 +0200 Message-Id: <1431937081-20083-1-git-send-email-olivier.matz@6wind.com> X-Mailer: git-send-email 2.1.4 Subject: [dpdk-dev] [PATCH 0/4] misc compilation fixes 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: Mon, 18 May 2015 08:18:10 -0000 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