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:
47ecf3a
)
scripts: remove zlib dependency to test qede build
author
Thomas Monjalon
<thomas.monjalon@6wind.com>
Sun, 6 Nov 2016 18:36:04 +0000
(19:36 +0100)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Sun, 6 Nov 2016 19:53:19 +0000
(20:53 +0100)
The driver qede does not depend on zlib anymore.
Fixes:
7d178e9ef614
("net/qede: remove zlib dependency and enable PMD")
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Harish Patil <harish.patil@qlogic.com>
scripts/test-build.sh
patch
|
blob
|
history
diff --git
a/scripts/test-build.sh
b/scripts/test-build.sh
index
e0163ed
..
a979309
100755
(executable)
--- a/
scripts/test-build.sh
+++ b/
scripts/test-build.sh
@@
-171,8
+171,6
@@
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