Re: [dpdk-dev] [PATCH] compress/isal: add appropriate flag on overflow

2019-03-29 Thread Akhil Goyal
On 3/27/2019 11:14 PM, Cel, TomaszX wrote: > Hi Lee, > >> This patch will change the operation status when ISA-L returns because of a >> recoverable out of space error, rather than a just generic fail. >> >> Signed-off-by: Lee Daly >> --- >> drivers/compress/isal/isal_compress_pmd.c | 20 +

[dpdk-dev] [PATCH] compress/isal: add appropriate flag on overflow

2019-03-27 Thread Cel, TomaszX
Hi Lee, > This patch will change the operation status when ISA-L returns because of a > recoverable out of space error, rather than a just generic fail. > > Signed-off-by: Lee Daly > --- > drivers/compress/isal/isal_compress_pmd.c | 20 ++-- > 1 file changed, 14 insertions(+), 6

[dpdk-dev] [PATCH] compress/isal: add appropriate flag on overflow

2019-01-24 Thread Lee Daly
This patch will change the operation status when ISA-L returns because of a recoverable out of space error, rather than a just generic fail. Signed-off-by: Lee Daly --- drivers/compress/isal/isal_compress_pmd.c | 20 ++-- 1 file changed, 14 insertions(+), 6 deletions(-) diff --g