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

2016-11-06 Thread Thomas Monjalon
> >The driver qede does not depend on zlib anymore. > > > >Fixes: 7d178e9ef614 ("net/qede: remove zlib dependency and enable PMD") > > > >Signed-off-by: Thomas Monjalon > > Acked-by: Harish Patil Applied

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

2016-11-06 Thread Thomas Monjalon
The driver qede does not depend on zlib anymore. Fixes: 7d178e9ef614 ("net/qede: remove zlib dependency and enable PMD") Signed-off-by: Thomas Monjalon --- scripts/test-build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/test-build.sh b/scripts/test-build.sh index e0163ed..a97

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

2016-11-06 Thread Harish Patil
> >The driver qede does not depend on zlib anymore. > >Fixes: 7d178e9ef614 ("net/qede: remove zlib dependency and enable PMD") > >Signed-off-by: Thomas Monjalon >--- > scripts/test-build.sh | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/scripts/test-build.sh b/scripts/test-build.sh >index