mbox

[0/3] DMA map anonymous memory to eth devices

Message ID cover.1554114165.git.shahafs@mellanox.com (mailing list archive)
Headers

Message

Shahaf Shuler April 1, 2019, 10:34 a.m. UTC
  Small series to use the APIs introduced by commit c33a675b6276 ("bus: introduce device level DMA memory mapping")

Shahaf Shuler (3):
  app/testpmd: fix mempool free on exit
  app/testpmd: support creation of no IOVA contig mempools
  app/testpmd: map anonymous memory for eth devices

 app/test-pmd/parameters.c             |  5 ++
 app/test-pmd/testpmd.c                | 87 +++++++++++++++++++++++++++---
 app/test-pmd/testpmd.h                |  4 ++
 doc/guides/testpmd_app_ug/run_app.rst |  5 ++
 4 files changed, 94 insertions(+), 7 deletions(-)