Re: [dpdk-dev] [PATCH] crypto/qat: fix to avoid buffer overwrite in OOP case

2016-12-09 Thread De Lara Guarch, Pablo
Hi Fiona, > -Original Message- > From: Trahe, Fiona > Sent: Thursday, November 24, 2016 11:18 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Trahe, Fiona; Griffin, John; Kusztal, ArkadiuszX > Subject: [PATCH] crypto/qat: fix to avoid buffer overwrite in OOP case > > In out-of-place op

[dpdk-dev] [PATCH] crypto/qat: fix to avoid buffer overwrite in OOP case

2016-11-24 Thread Fiona Trahe
In out-of-place operation, data is DMAed from source mbuf to destination mbuf. To avoid header data in dest mbuf being overwritten, the minimal data-set should be DMAed. Fixes: 39e0bee48e81 ("crypto/qat: rework request builder for performance") Signed-off-by: Fiona Trahe --- This patch depends o