DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/5] net/mlx: add new Memory Region support
@ 2018-05-02 23:16 Yongseok Koh
  2018-05-02 23:16 ` [dpdk-dev] [PATCH 1/5] net/mlx5: trim debug messages for reference counters Yongseok Koh
                   ` (5 more replies)
  0 siblings, 6 replies; 23+ messages in thread
From: Yongseok Koh @ 2018-05-02 23:16 UTC (permalink / raw)
  To: adrien.mazarguil, nelio.laranjeiro; +Cc: dev, Yongseok Koh

This is the new design of Memory Region (MR) for mlx PMD, in order to:
- Accommodate the new memory hotplug model.
- Support non-contiguous Mempool.

This patchset should be applied after:
  net/mlx5: change device reference for secondary process

Yongseok Koh (5):
  net/mlx5: trim debug messages for reference counters
  net/mlx5: remove Memory Region support
  net/mlx5: add new Memory Region support
  net/mlx4: remove Memory Region support
  net/mlx4: add new Memory Region support

 config/common_base               |    2 -
 doc/guides/nics/mlx4.rst         |    8 -
 doc/guides/nics/mlx5.rst         |    8 -
 drivers/net/mlx4/Makefile        |    4 -
 drivers/net/mlx4/mlx4.c          |   26 +
 drivers/net/mlx4/mlx4.h          |   45 +-
 drivers/net/mlx4/mlx4_mr.c       | 1261 +++++++++++++++++++++++++++++++-----
 drivers/net/mlx4/mlx4_mr.h       |  126 ++++
 drivers/net/mlx4/mlx4_rxq.c      |   19 +-
 drivers/net/mlx4/mlx4_rxtx.c     |   35 +-
 drivers/net/mlx4/mlx4_rxtx.h     |   85 ++-
 drivers/net/mlx4/mlx4_txq.c      |   74 +--
 drivers/net/mlx5/Makefile        |    4 -
 drivers/net/mlx5/mlx5.c          |   49 +-
 drivers/net/mlx5/mlx5.h          |   32 +-
 drivers/net/mlx5/mlx5_defs.h     |   15 +-
 drivers/net/mlx5/mlx5_ethdev.c   |   16 +
 drivers/net/mlx5/mlx5_mr.c       | 1326 +++++++++++++++++++++++++++++++-------
 drivers/net/mlx5/mlx5_mr.h       |  121 ++++
 drivers/net/mlx5/mlx5_rxq.c      |   66 +-
 drivers/net/mlx5/mlx5_rxtx.c     |    3 +
 drivers/net/mlx5/mlx5_rxtx.h     |  123 ++--
 drivers/net/mlx5/mlx5_rxtx_vec.h |    6 +-
 drivers/net/mlx5/mlx5_trigger.c  |   25 +-
 drivers/net/mlx5/mlx5_txq.c      |   49 +-
 25 files changed, 2760 insertions(+), 768 deletions(-)
 create mode 100644 drivers/net/mlx4/mlx4_mr.h
 create mode 100644 drivers/net/mlx5/mlx5_mr.h

-- 
2.11.0

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

end of thread, other threads:[~2018-05-15  9:00 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-02 23:16 [dpdk-dev] [PATCH 0/5] net/mlx: add new Memory Region support Yongseok Koh
2018-05-02 23:16 ` [dpdk-dev] [PATCH 1/5] net/mlx5: trim debug messages for reference counters Yongseok Koh
2018-05-06  6:37   ` Shahaf Shuler
2018-05-07 21:37     ` Yongseok Koh
2018-05-02 23:16 ` [dpdk-dev] [PATCH 2/5] net/mlx5: remove Memory Region support Yongseok Koh
2018-05-06  6:41   ` Shahaf Shuler
2018-05-02 23:16 ` [dpdk-dev] [PATCH 3/5] net/mlx5: add new " Yongseok Koh
2018-05-03  8:21   ` Burakov, Anatoly
2018-05-06 12:53   ` Shahaf Shuler
2018-05-08  1:52     ` Yongseok Koh
2018-05-02 23:16 ` [dpdk-dev] [PATCH 4/5] net/mlx4: remove " Yongseok Koh
2018-05-02 23:16 ` [dpdk-dev] [PATCH 5/5] net/mlx4: add new " Yongseok Koh
2018-05-09 11:09 ` [dpdk-dev] [PATCH v2 0/4] net/mlx: " Yongseok Koh
2018-05-09 11:09   ` [dpdk-dev] [PATCH v2 1/4] net/mlx5: remove " Yongseok Koh
2018-05-09 12:03     ` Shahaf Shuler
2018-05-09 11:09   ` [dpdk-dev] [PATCH v2 2/4] net/mlx5: add new " Yongseok Koh
2018-05-09 11:09   ` [dpdk-dev] [PATCH v2 3/4] net/mlx4: remove " Yongseok Koh
2018-05-09 11:09   ` [dpdk-dev] [PATCH v2 4/4] net/mlx4: add new " Yongseok Koh
2018-05-09 23:12     ` Ferruh Yigit
2018-05-10  3:00       ` Yongseok Koh
2018-05-10  6:01         ` Yongseok Koh
2018-05-10 19:29           ` Ferruh Yigit
2018-05-15  9:00             ` Nélio Laranjeiro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).