[dpdk-dev] scripts: remove zlib dependency to test qede build

Message ID 1478457715-9215-1-git-send-email-thomas.monjalon@6wind.com (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
tmonjalo/checkpatch success coding style OK

Commit Message

Thomas Monjalon Nov. 6, 2016, 6:41 p.m. UTC
  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>
---
 scripts/test-build.sh | 2 --
 1 file changed, 2 deletions(-)
  

Comments

Harish Patil Nov. 6, 2016, 7:04 p.m. UTC | #1
>

>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>

>---

> scripts/test-build.sh | 2 --

> 1 file changed, 2 deletions(-)

>

>diff --git a/scripts/test-build.sh b/scripts/test-build.sh

>index e0163ed..a979309 100755

>--- 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

>-- 

>2.7.0

>

>


Acked-by: Harish Patil <harish.patil@qlogic.com>
  
Thomas Monjalon Nov. 6, 2016, 7:53 p.m. UTC | #2
> >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>

Applied
  

Patch

diff --git a/scripts/test-build.sh b/scripts/test-build.sh
index e0163ed..a979309 100755
--- 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