Re: [dpdk-dev] [PATCH] test/compress: clarify out-of-space error messages

2019-07-18 Thread Akhil Goyal
> > > > Use ERR rather than INFO to warn that it's a negative test else the > > errors are seen but the warning to expect them isn't. > > Also add comment to make it easier to follow code. > > > > Signed-off-by: Fiona Trahe > > --- > > Acked-by: Adam Dybkowski Applied to dpdk-next-crypto Th

Re: [dpdk-dev] [PATCH] test/compress: clarify out-of-space error messages

2019-07-18 Thread Dybkowski, AdamX
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Fiona Trahe > Sent: Friday, 5 July, 2019 19:19 > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Trahe, Fiona > Subject: [dpdk-dev] [PATCH] test/compress: clarify out-of-space error > messages > > Use ERR rather than

[dpdk-dev] [PATCH] test/compress: clarify out-of-space error messages

2019-07-05 Thread Fiona Trahe
Use ERR rather than INFO to warn that it's a negative test else the errors are seen but the warning to expect them isn't. Also add comment to make it easier to follow code. Signed-off-by: Fiona Trahe --- app/test/test_compressdev.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) d