All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] DMA map anonymous memory to eth devices
@ 2019-04-01 10:34 Shahaf Shuler
  2019-04-01 10:34 ` [PATCH 1/3] app/testpmd: fix mempool free on exit Shahaf Shuler
                   ` (3 more replies)
  0 siblings, 4 replies; 29+ messages in thread
From: Shahaf Shuler @ 2019-04-01 10:34 UTC (permalink / raw)
  To: wenzhuo.lu, jingjing.wu, bernard.iremonger
  Cc: dev, rasland, thomas, ferruh.yigit

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

^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2019-04-11 14:07 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-01 10:34 [PATCH 0/3] DMA map anonymous memory to eth devices Shahaf Shuler
2019-04-01 10:34 ` [PATCH 1/3] app/testpmd: fix mempool free on exit Shahaf Shuler
2019-04-01 10:34 ` [PATCH 2/3] app/testpmd: support creation of no IOVA contig mempools Shahaf Shuler
2019-04-01 13:50   ` Burakov, Anatoly
2019-04-02  7:02     ` Shahaf Shuler
2019-04-02 15:15       ` Burakov, Anatoly
2019-04-03  5:47         ` Shahaf Shuler
2019-04-01 10:34 ` [PATCH 3/3] app/testpmd: map anonymous memory for eth devices Shahaf Shuler
2019-04-01 13:28   ` Burakov, Anatoly
2019-04-02  7:04     ` Shahaf Shuler
2019-04-04  5:14 ` [PATCH v2 0/3] DMA map anonymous memory to " Shahaf Shuler
2019-04-04  5:14   ` [PATCH v2 1/3] app/testpmd: fix mempool free on exit Shahaf Shuler
2019-04-08 13:39     ` [dpdk-dev] " Iremonger, Bernard
2019-04-04  5:14   ` [PATCH v2 2/3] app/testpmd: support creation of no IOVA contig mempools Shahaf Shuler
2019-04-04  9:36     ` Burakov, Anatoly
2019-04-04  5:14   ` [PATCH v2 3/3] app/testpmd: map anonymous memory for eth devices Shahaf Shuler
2019-04-04  9:38     ` Burakov, Anatoly
2019-04-04 19:34   ` [PATCH v3 0/3] DMA map anonymous memory to " Shahaf Shuler
2019-04-04 19:34     ` [PATCH v3 1/3] app/testpmd: fix mempool free on exit Shahaf Shuler
2019-04-05 14:41       ` [dpdk-dev] " Ferruh Yigit
2019-04-04 19:34     ` [PATCH v3 2/3] app/testpmd: support creation of no IOVA contig mempools Shahaf Shuler
2019-04-04 19:35     ` [PATCH v3 3/3] app/testpmd: map anonymous memory for eth devices Shahaf Shuler
2019-04-05  0:17     ` [dpdk-dev] [PATCH v3 0/3] DMA map anonymous memory to " Ferruh Yigit
2019-04-07  5:02     ` [dpdk-dev] [PATCH v4 " Shahaf Shuler
2019-04-07  5:02       ` [dpdk-dev] [PATCH v4 1/3] app/testpmd: fix mempool free on exit Shahaf Shuler
2019-04-08 14:14         ` Iremonger, Bernard
2019-04-07  5:02       ` [dpdk-dev] [PATCH v4 2/3] app/testpmd: support creation of no IOVA contig mempools Shahaf Shuler
2019-04-07  5:02       ` [dpdk-dev] [PATCH v4 3/3] app/testpmd: map anonymous memory for eth devices Shahaf Shuler
2019-04-11 14:07       ` [dpdk-dev] [PATCH v4 0/3] DMA map anonymous memory to " Ferruh Yigit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.