All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] fix build with debug enabled
@ 2015-03-03 15:23 Thomas Monjalon
       [not found] ` <1425396230-13379-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 15+ messages in thread
From: Thomas Monjalon @ 2015-03-03 15:23 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-03-04 10:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03 15:23 [PATCH 0/7] fix build with debug enabled Thomas Monjalon
     [not found] ` <1425396230-13379-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-03-03 15:23   ` [PATCH 1/7] mempool: " Thomas Monjalon
     [not found]     ` <1425396230-13379-2-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-03-04  9:59       ` Olivier MATZ
2015-03-03 15:23   ` [PATCH 2/7] fm10k: " Thomas Monjalon
2015-03-03 15:23   ` [PATCH 3/7] virtio: fix build with mempool " Thomas Monjalon
     [not found]     ` <1425396230-13379-4-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-03-04  1:15       ` Ouyang, Changchun
2015-03-03 15:23   ` [PATCH 4/7] virtio: fix build with " Thomas Monjalon
     [not found]     ` <1425396230-13379-5-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-03-04  1:17       ` Ouyang, Changchun
2015-03-03 15:23   ` [PATCH 5/7] mlx4: fix build with mempool " Thomas Monjalon
     [not found]     ` <1425396230-13379-6-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-03-03 16:02       ` Adrien Mazarguil
2015-03-03 15:23   ` [PATCH 6/7] mlx4: mute auto config in quiet mode Thomas Monjalon
     [not found]     ` <1425396230-13379-7-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-03-03 16:03       ` Adrien Mazarguil
2015-03-03 15:23   ` [PATCH 7/7] bond: remove debug function to fix link with shared lib Thomas Monjalon
     [not found]     ` <1425396230-13379-8-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-03-04  9:49       ` Declan Doherty
2015-03-04 10:21   ` [PATCH 0/7] fix build with debug enabled Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.