[dpdk-dev] [PATCH 0/7] fix build with debug enabled

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Mar 3 16:23:43 CET 2015


There are some compilation errors when debug options are enabled.
We should start thinking to test every patch with an all-yes configuration.
Unfortunately, we cannot force this kind of configuration because
some libraries depend on the availability of some libraries.

Thomas Monjalon (7):
  mempool: fix build with debug enabled
  fm10k: fix build with debug enabled
  virtio: fix build with mempool debug enabled
  virtio: fix build with debug enabled
  mlx4: fix build with mempool debug enabled
  mlx4: mute auto config in quiet mode
  bond: remove debug function to fix link with shared lib

 examples/bond/main.c                    |  5 -----
 lib/librte_eal/common/include/rte_pci.h |  2 +-
 lib/librte_mempool/rte_mempool.h        |  8 ++++----
 lib/librte_pmd_bond/rte_eth_bond_pmd.c  | 13 -------------
 lib/librte_pmd_fm10k/fm10k_logs.h       |  2 ++
 lib/librte_pmd_mlx4/Makefile            | 10 +++++++---
 lib/librte_pmd_mlx4/mlx4.c              | 22 ++++++++++------------
 lib/librte_pmd_virtio/Makefile          |  2 --
 lib/librte_pmd_virtio/virtio_ethdev.c   | 10 +++-------
 9 files changed, 27 insertions(+), 47 deletions(-)

-- 
2.2.2



More information about the dev mailing list