Re: [dpdk-dev] [PATCH v6] compress/qat: enable dynamic huffman encoding

2018-10-25 Thread Akhil Goyal
Hi Fiona, On 10/25/2018 7:00 AM, Fiona Trahe wrote: > Enable dynamic huffman encoding in the QAT comp PMD. > > Signed-off-by: Tomasz Jozwiak > Signed-off-by: Fiona Trahe > Acked-by: Arek Kusztal > --- The patch is still failing in i686 and armv7 Testing i686 *

[dpdk-dev] [PATCH v6] compress/qat: enable dynamic huffman encoding

2018-10-24 Thread Fiona Trahe
Enable dynamic huffman encoding in the QAT comp PMD. Signed-off-by: Tomasz Jozwiak Signed-off-by: Fiona Trahe Acked-by: Arek Kusztal --- v6 changes: - replace %lx with PRIx64 to fix compiler issue - reorder entry in release notes so above