All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] improve build coverage
@ 2017-03-29 14:04 Bruce Richardson
  2017-03-29 14:04 ` [PATCH 1/4] examples: enable performance-thread in examples build Bruce Richardson
                   ` (4 more replies)
  0 siblings, 5 replies; 25+ messages in thread
From: Bruce Richardson @ 2017-03-29 14:04 UTC (permalink / raw)
  To: thomas.monjalon; +Cc: pablo.de.lara.guarch, dev, Bruce Richardson

This patch aims to increase the amount of code coverage we get when
doing a basic build of DPDK using the build tools and scripts. It does this
by enabling in our makefiles and default build configuration extra drivers
and examples which don't have extra external requirements. It then adjusts
the testbuild script to ensure it covers the test binary which was recently
removed from the default build.

Bruce Richardson (4):
  examples: enable performance-thread in examples build
  config: enable crypto scheduler PMD by default
  devtools: remove special case build for perf thread example
  devtools: add autotest app to build script

 config/common_base     | 2 +-
 devtools/test-build.sh | 5 +----
 examples/Makefile      | 3 +++
 3 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-04-06 19:45 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-29 14:04 [PATCH 0/4] improve build coverage Bruce Richardson
2017-03-29 14:04 ` [PATCH 1/4] examples: enable performance-thread in examples build Bruce Richardson
2017-03-29 14:04 ` [PATCH 2/4] config: enable crypto scheduler PMD by default Bruce Richardson
2017-03-30 14:48   ` Zhang, Roy Fan
2017-03-29 14:04 ` [PATCH 3/4] devtools: remove special case build for perf thread example Bruce Richardson
2017-03-29 14:04 ` [PATCH 4/4] devtools: add autotest app to build script Bruce Richardson
2017-03-29 16:38 ` [PATCH v2 0/4] improve build coverage Bruce Richardson
2017-03-29 16:38   ` [PATCH v2 1/4] examples: enable performance-thread in examples build Bruce Richardson
2017-03-30  7:45     ` Declan Doherty
2017-03-29 16:38   ` [PATCH v2 2/4] config: enable crypto scheduler PMD by default Bruce Richardson
2017-03-30  7:45     ` Declan Doherty
2017-03-29 16:38   ` [PATCH v2 3/4] devtools: remove special case build for perf thread example Bruce Richardson
2017-03-30  7:46     ` Declan Doherty
2017-03-30 14:31     ` Thomas Monjalon
2017-03-30 15:30       ` Bruce Richardson
2017-03-30 20:38         ` Thomas Monjalon
2017-03-31  9:15           ` Bruce Richardson
2017-03-31  9:56             ` Thomas Monjalon
2017-03-29 16:38   ` [PATCH v2 4/4] devtools: add autotest app to build script Bruce Richardson
2017-03-30  7:47     ` Declan Doherty
2017-03-30 14:36     ` Thomas Monjalon
2017-03-30 15:33       ` Bruce Richardson
2017-03-30 20:42         ` Thomas Monjalon
2017-04-04 13:03           ` Ferruh Yigit
2017-04-06 19:45   ` [PATCH v2 0/4] improve build coverage 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.