From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahaf Shuler Subject: [PATCH 0/3] DMA map anonymous memory to eth devices Date: Mon, 1 Apr 2019 13:34:03 +0300 Message-ID: Cc: dev@dpdk.org, rasland@mellanox.com, thomas@monjalon.net, ferruh.yigit@intel.com To: wenzhuo.lu@intel.com, jingjing.wu@intel.com, bernard.iremonger@intel.com Return-path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id DD13234F3 for ; Mon, 1 Apr 2019 12:34:27 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-) -- 2.12.0