Hi Tomasz, On 3/29/2019 8:10 PM, Akhil Goyal wrote: > > On 3/28/2019 8:07 PM, Trahe, Fiona wrote: >>> -----Original Message----- >>> From: Jozwiak, TomaszX >>> Sent: Tuesday, March 26, 2019 1:51 PM >>> To: dev@dpdk.org; Trahe, Fiona <fiona.tr...@intel.com>; Jozwiak, TomaszX >>> <tomaszx.jozw...@intel.com> >>> Subject: [PATCH v5 1/1] compress/qat: add dynamic sgl allocation >>> >>> This patch adds dynamic SGL allocation instead of static one. >>> The number of element in SGL can be adjusted in each operation >>> depend of the request. >>> >>> Signed-off-by: Tomasz Jozwiak <tomaszx.jozw...@intel.com> >> Acked-by: Fiona Trahe <fiona.tr...@intel.com> > Applied to dpdk-next-crypto > > Thanks.
two errors on icc: drivers/compress/qat/qat_comp.c(110): error #191: type qualifier is meaningless on cast type (const uint16_t)cookie->src_nb_elems); ^ drivers/compress/qat/qat_comp.c(145): error #191: type qualifier is meaningless on cast type (const uint16_t)cookie->dst_nb_elems); ^ These were resolved while applying on the tree. I removed the type cast. -Akhil