git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c24780
)
scripts: enable qede in build test
author
Thomas Monjalon
<thomas.monjalon@6wind.com>
Wed, 29 Jun 2016 08:56:19 +0000
(10:56 +0200)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Wed, 29 Jun 2016 11:33:01 +0000
(13:33 +0200)
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
patch
|
blob
|
history
diff --git
a/scripts/test-build.sh
b/scripts/test-build.sh
index
7a9f623
..
24c0202
100755
(executable)
--- 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