Re: [dpdk-dev] [PATCH v2 1/2] common/qat: add sgl header

2018-07-23 Thread De Lara Guarch, Pablo
> -Original Message- > From: Trahe, Fiona > Sent: Monday, July 23, 2018 2:06 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Trahe, Fiona > ; Jozwiak, TomaszX > Subject: [PATCH v2 1/2] common/qat: add sgl header > > This patch refactors the sgl struct so it includes a flexible arra

[dpdk-dev] [PATCH v2 1/2] common/qat: add sgl header

2018-07-23 Thread Fiona Trahe
This patch refactors the sgl struct so it includes a flexible array of flat buffers as sym and compress PMDs can have different size sgls. Signed-off-by: Tomasz Jozwiak Signed-off-by: Fiona Trahe --- v2 changes: - changed max_segs from int32_t to uint16_t to match max allowed by mbuf - declare