Re: [dpdk-dev] [PATCH] test/compress: add offset tests

2018-07-31 Thread Daly, Lee
Pablo ; > Trahe, Fiona > Subject: Re: [dpdk-dev] [PATCH] test/compress: add offset tests > > 24/07/2018 16:06, Lee Daly: > > From: "Daly, Lee" > > > > Added offset test, which tests compression/decompression with a buffer > > containing an offset spann

Re: [dpdk-dev] [PATCH] test/compress: add offset tests

2018-07-31 Thread Thomas Monjalon
24/07/2018 16:06, Lee Daly: > From: "Daly, Lee" > > Added offset test, which tests compression/decompression with a buffer > containing an offset spanning across multiple segments. > > Signed-off-by: Lee Daly There is a compilation error (with GCC 8). > + if ((capab->comp_feature_flags &

[dpdk-dev] [PATCH] test/compress: add offset tests

2018-07-24 Thread Lee Daly
From: "Daly, Lee" Added offset test, which tests compression/decompression with a buffer containing an offset spanning across multiple segments. Signed-off-by: Lee Daly --- test/test/test_compressdev.c | 233 +++ 1 file changed, 189 insertions(+), 44 del