mbox

[v5,0/1] add dynamic sgl allocation

Message ID 1553608284-17204-1-git-send-email-tomaszx.jozwiak@intel.com (mailing list archive)
Headers

Message

Tomasz Jozwiak March 26, 2019, 1:51 p.m. UTC
  This patch adds dynamic sgl allocation in QAT PMD and
depends on 'malloc: add rte_realloc_socket function patch'
(https://patches.dpdk.org/patch/50711/)
which should be applied first.

Changes

  -v2: added rte_realloc_socket instead of rte_realloc

  -v3: fixed subject in patches series to see cover letter

  -v4: fixed wrong arguments number in rte_realloc_socket call

  -v5: assigned correct NUMA node

Tomasz Jozwiak (1):
  compress/qat: add dynamic sgl allocation

 config/common_base                   |  1 -
 doc/guides/compressdevs/qat_comp.rst |  1 -
 doc/guides/cryptodevs/qat.rst        |  5 ----
 drivers/compress/qat/qat_comp.c      | 58 ++++++++++++++++++++++++++++++++----
 drivers/compress/qat/qat_comp.h      | 14 ++++-----
 drivers/compress/qat/qat_comp_pmd.c  | 51 ++++++++++++++++++++++++++-----
 6 files changed, 104 insertions(+), 26 deletions(-)