Re: [dpdk-dev] [PATCH] compressdev: clarify destination buffer size for corner case

2019-07-26 Thread Akhil Goyal
Hi Shally, > > > > Clarify the corner case with incompressible data whereby the output can > > actually be greater than the uncompressed data. > > > > Signed-off-by: Fiona Trahe > > --- > > Acked-by: Adam Dybkowski Are you Ok with this change at this point in lib? Normally no change is accept

Re: [dpdk-dev] [PATCH] compressdev: clarify destination buffer size for corner case

2019-07-26 Thread Dybkowski, AdamX
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Fiona Trahe > Sent: Thursday, 25 July, 2019 19:04 > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Trahe, Fiona ; > shal...@marvell.com > Subject: [dpdk-dev] [PATCH] compressdev: clarify destin

[dpdk-dev] [PATCH] compressdev: clarify destination buffer size for corner case

2019-07-25 Thread Fiona Trahe
Clarify the corner case with incompressible data whereby the output can actually be greater than the uncompressed data. Signed-off-by: Fiona Trahe --- lib/librte_compressdev/rte_comp.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/lib/librte_compressdev/rte_comp.h