* [dpdk-dev] [PATCH] scripts: enable qede in build test
@ 2016-06-29 9:30 Thomas Monjalon
2016-06-29 11:28 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Monjalon @ 2016-06-29 9:30 UTC (permalink / raw)
To: harish.patil, rasesh.mody, sony.chacko; +Cc: dev
The driver qede can be automatically enabled if libz is available.
Fixes: ec94dbc57362 ("qede: add base driver")
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
scripts/test-build.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/test-build.sh b/scripts/test-build.sh
index 7a9f623..24c0202 100755
--- a/scripts/test-build.sh
+++ b/scripts/test-build.sh
@@ -162,6 +162,8 @@ config () # <directory> <target> <options>
sed -ri 's,(PMD_SZEDATA2=)n,\1y,' $1/.config
test "$DPDK_DEP_ZLIB" != y || \
sed -ri 's,(BNX2X_PMD=)n,\1y,' $1/.config
+ test "$DPDK_DEP_ZLIB" != y || \
+ sed -ri 's,(QEDE_PMD=)n,\1y,' $1/.config
sed -ri 's,(NFP_PMD=)n,\1y,' $1/.config
test "$DPDK_DEP_PCAP" != y || \
sed -ri 's,(PCAP=)n,\1y,' $1/.config
--
2.7.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] scripts: enable qede in build test
2016-06-29 9:30 [dpdk-dev] [PATCH] scripts: enable qede in build test Thomas Monjalon
@ 2016-06-29 11:28 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2016-06-29 11:28 UTC (permalink / raw)
To: harish.patil, rasesh.mody, sony.chacko; +Cc: dev
2016-06-29 11:30, Thomas Monjalon:
> The driver qede can be automatically enabled if libz is available.
>
> Fixes: ec94dbc57362 ("qede: add base driver")
>
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-29 11:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-29 9:30 [dpdk-dev] [PATCH] scripts: enable qede in build test Thomas Monjalon
2016-06-29 11:28 ` 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).