[0/2] common/qat: handle offset greater than first sgl segment

Message ID 1533222566-17685-1-git-send-email-tomaszx.jozwiak@intel.com (mailing list archive)
Headers
Series common/qat: handle offset greater than first sgl segment |

Message

Tomasz Jozwiak Aug. 2, 2018, 3:09 p.m. UTC
  This patchset fixes buffer lengths and SGL filling 
to handle offset greater than first SGL segment.

Tomasz Jozwiak (2):
  compress/qat: fix buffer lengths in offset case
  common/qat: fix offset greater than first sgl segment

 drivers/common/qat/qat_common.c | 77 +++++++++++++++++------------------------
 drivers/common/qat/qat_common.h |  2 +-
 drivers/compress/qat/qat_comp.c | 19 +++++-----
 drivers/crypto/qat/qat_sym.c    | 18 +++++-----
 4 files changed, 53 insertions(+), 63 deletions(-)
  

Comments

De Lara Guarch, Pablo Aug. 3, 2018, 10:38 a.m. UTC | #1
> -----Original Message-----
> From: Jozwiak, TomaszX
> Sent: Thursday, August 2, 2018 4:09 PM
> To: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>; dev@dpdk.org;
> Trahe, Fiona <fiona.trahe@intel.com>; Jozwiak, TomaszX
> <tomaszx.jozwiak@intel.com>
> Subject: [PATCH 0/2] common/qat: handle offset greater than first sgl segment
> 
> This patchset fixes buffer lengths and SGL filling to handle offset greater than
> first SGL segment.

Series applied to dpdk-next-crypto.
Thanks,

Pablo