DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] app: fix build
@ 2013-11-18 22:30 Thomas Monjalon
  2013-11-18 22:31 ` [dpdk-dev] [PATCH 1/3] app/cmdline_test: fix build without app/test Thomas Monjalon
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Thomas Monjalon @ 2013-11-18 22:30 UTC (permalink / raw)
  To: dev

When disabling librte_cmdline or app/test, build failed.
These 3 patches fix it.

---

Thomas Monjalon (3):
  app/cmdline_test: fix build without app/test
  app/testpmd: fix build without librte_cmdline
  app/test: fix build without librte_cmdline

 app/cmdline_test/Makefile       |    4 ++--
 app/test-pmd/Makefile           |    2 ++
 app/test-pmd/parameters.c       |   29 +++++++++++++++++++++++++++--
 app/test-pmd/testpmd.c          |    5 ++++-
 app/test/Makefile               |   16 ++++++++--------
 app/test/test.c                 |    8 +++++++-
 app/test/test.h                 |    4 ----
 app/test/test_alarm.c           |    2 --
 app/test/test_atomic.c          |    2 --
 app/test/test_byteorder.c       |    2 --
 app/test/test_cmdline.c         |    6 ++++--
 app/test/test_common.c          |    2 --
 app/test/test_cpuflags.c        |    1 -
 app/test/test_cycles.c          |    2 --
 app/test/test_debug.c           |    2 --
 app/test/test_eal_flags.c       |    2 --
 app/test/test_eal_fs.c          |    2 --
 app/test/test_errno.c           |    2 --
 app/test/test_func_reentrancy.c |    2 --
 app/test/test_hash.c            |    1 -
 app/test/test_hash_perf.c       |    1 -
 app/test/test_interrupts.c      |    2 --
 app/test/test_kni.c             |    2 --
 app/test/test_logs.c            |    2 --
 app/test/test_lpm.c             |    1 -
 app/test/test_lpm6.c            |    1 -
 app/test/test_malloc.c          |    2 --
 app/test/test_mbuf.c            |    2 --
 app/test/test_memcpy.c          |    1 -
 app/test/test_memcpy_perf.c     |    1 -
 app/test/test_memory.c          |    2 --
 app/test/test_mempool.c         |    2 --
 app/test/test_mempool_perf.c    |    2 --
 app/test/test_memzone.c         |    2 --
 app/test/test_meter.c           |    2 --
 app/test/test_mp_secondary.c    |    2 --
 app/test/test_pci.c             |    2 --
 app/test/test_per_lcore.c       |    2 --
 app/test/test_pmac_acl.c        |    2 --
 app/test/test_power.c           |    2 --
 app/test/test_prefetch.c        |    2 --
 app/test/test_red.c             |    1 -
 app/test/test_ring.c            |    2 --
 app/test/test_ring_perf.c       |    2 --
 app/test/test_rwlock.c          |    2 --
 app/test/test_sched.c           |    2 --
 app/test/test_spinlock.c        |    2 --
 app/test/test_string_fns.c      |    2 --
 app/test/test_tailq.c           |    2 --
 app/test/test_timer.c           |    2 --
 app/test/test_version.c         |    2 --
 51 files changed, 54 insertions(+), 98 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-11-21 21:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-18 22:30 [dpdk-dev] [PATCH 0/3] app: fix build Thomas Monjalon
2013-11-18 22:31 ` [dpdk-dev] [PATCH 1/3] app/cmdline_test: fix build without app/test Thomas Monjalon
2013-11-18 22:31 ` [dpdk-dev] [PATCH 2/3] app/testpmd: fix build without librte_cmdline Thomas Monjalon
2013-11-18 22:31 ` [dpdk-dev] [PATCH 3/3] app/test: " Thomas Monjalon
2013-11-21 14:26 ` [dpdk-dev] [PATCH 0/3] app: fix build Olivier MATZ
2013-11-21 21:09   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).