From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 0/7] build fixes Date: Wed, 2 Jul 2014 17:02:48 +0200 Message-ID: <1404313375-2205-1-git-send-email-thomas.monjalon@6wind.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" When enabling pcap PMD or debug options, there are many compiler errors. There is also another error on BSD. These errors are due to many recent developments (link bonding, rate limitation, ixgbe upgrade, vmxnet3, FILE argument for debug). So my comments are: - I don't test every build configuration when accepting patches - Many developers don't test debug configurations We should try to improve this process in the future. Please give quick feedbacks on this serie. It requires a new release candidate. Thanks for reading Thomas Monjalon (7): eal: fix build for bsd ethdev: fix build of Tx rate limitation debug ethdev: fix build of named allocation debug pcap: fix build virtio: fix build of debug dump vmxnet3: fix build with debug ixgbe/base: fix build with debug lib/librte_eal/bsdapp/eal/eal.c | 1 + lib/librte_ether/rte_ethdev.c | 6 +++--- lib/librte_pmd_ixgbe/ixgbe/ixgbe_osdep.h | 4 ++-- lib/librte_pmd_pcap/rte_eth_pcap.c | 2 +- lib/librte_pmd_virtio/virtio_rxtx.c | 2 +- lib/librte_pmd_vmxnet3/vmxnet3_rxtx.c | 4 ++-- 6 files changed, 10 insertions(+), 9 deletions(-) -- 2.0.0