DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] scripts: remove zlib dependency to test qede build
@ 2016-11-06 18:41 Thomas Monjalon
  2016-11-06 19:04 ` Harish Patil
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2016-11-06 18:41 UTC (permalink / raw)
  To: dev

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

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

* Re: [dpdk-dev] [PATCH] scripts: remove zlib dependency to test qede build
  2016-11-06 18:41 [dpdk-dev] [PATCH] scripts: remove zlib dependency to test qede build Thomas Monjalon
@ 2016-11-06 19:04 ` Harish Patil
  2016-11-06 19:53   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Harish Patil @ 2016-11-06 19:04 UTC (permalink / raw)
  To: Thomas Monjalon, dev

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


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

* Re: [dpdk-dev] [PATCH] scripts: remove zlib dependency to test qede build
  2016-11-06 19:04 ` Harish Patil
@ 2016-11-06 19:53   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2016-11-06 19:53 UTC (permalink / raw)
  To: Harish Patil; +Cc: dev

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

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

end of thread, other threads:[~2016-11-06 19:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-06 18:41 [dpdk-dev] [PATCH] scripts: remove zlib dependency to test qede build Thomas Monjalon
2016-11-06 19:04 ` Harish Patil
2016-11-06 19:53   ` 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).