From: Yongseok Koh <yskoh@mellanox.com>
To: shahafs@mellanox.com
Cc: dev@dpdk.org
Subject: [dpdk-dev] [PATCH v2 0/6] net/mlx: enable secondary process to register DMA memory
Date: Mon, 25 Mar 2019 12:22:32 -0700 [thread overview]
Message-ID: <20190325192238.20940-1-yskoh@mellanox.com> (raw)
Message-ID: <20190325192232.kKan0Z63YIOXGVHs33iDAxVMiI5jGE-h9CbJvGwxVRk@z> (raw)
In-Reply-To: <20190307074151.18815-1-yskoh@mellanox.com>
RFC:
https://mails.dpdk.org/archives/dev/2019-March/125517.html
v2:
* add more sanity check for eth_dev and return value from IPC request.
* complement commit messages
* add MLX5_MP_REQ_TIMEOUT_SEC
* keep acked-by: Shahaf Shuler
Yongseok Koh (6):
net/mlx: remove debug messages on datapath
net/mlx5: fix external memory registration
net/mlx5: add control of excessive memory pinning by kernel
net/mlx5: enable secondary process to register DMA memory
net/mlx4: add control of excessive memory pinning by kernel
net/mlx4: enable secondary process to register DMA memory
doc/guides/nics/mlx4.rst | 12 +++-
doc/guides/nics/mlx5.rst | 17 +++++-
drivers/net/mlx4/mlx4.c | 11 +++-
drivers/net/mlx4/mlx4.h | 11 ++++
drivers/net/mlx4/mlx4_mp.c | 50 +++++++++++++++++
drivers/net/mlx4/mlx4_mr.c | 119 +++++++++++++++++++++++++++++++++-------
drivers/net/mlx4/mlx4_mr.h | 2 +
drivers/net/mlx5/mlx5.c | 7 +++
drivers/net/mlx5/mlx5.h | 8 +++
drivers/net/mlx5/mlx5_mp.c | 50 +++++++++++++++++
drivers/net/mlx5/mlx5_mr.c | 133 +++++++++++++++++++++++++++++++++++++--------
drivers/net/mlx5/mlx5_mr.h | 2 +
12 files changed, 375 insertions(+), 47 deletions(-)
--
2.11.0
next prev parent reply other threads:[~2019-03-25 19:22 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-07 7:41 [dpdk-dev] [PATCH " Yongseok Koh
2019-03-07 7:41 ` [dpdk-dev] [PATCH 1/6] net/mlx: remove debug messages on datapath Yongseok Koh
2019-03-07 7:41 ` [dpdk-dev] [PATCH 2/6] net/mlx5: fix external memory registration Yongseok Koh
2019-03-07 7:41 ` [dpdk-dev] [PATCH 3/6] net/mlx5: add control of excessive memory pinning by kernel Yongseok Koh
2019-03-07 7:41 ` [dpdk-dev] [PATCH 4/6] net/mlx5: enable secondary process to register DMA memory Yongseok Koh
2019-03-07 7:41 ` [dpdk-dev] [PATCH 5/6] net/mlx4: add control of excessive memory pinning by kernel Yongseok Koh
2019-03-07 7:41 ` [dpdk-dev] [PATCH 6/6] net/mlx4: enable secondary process to register DMA memory Yongseok Koh
2019-03-07 7:55 ` [dpdk-dev] [PATCH 0/6] net/mlx: " Yongseok Koh
2019-03-14 12:45 ` Shahaf Shuler
2019-03-14 12:45 ` Shahaf Shuler
2019-03-25 19:22 ` Yongseok Koh [this message]
2019-03-25 19:22 ` [dpdk-dev] [PATCH v2 " Yongseok Koh
2019-03-25 19:22 ` [dpdk-dev] [PATCH v2 1/6] net/mlx: remove debug messages on datapath Yongseok Koh
2019-03-25 19:22 ` Yongseok Koh
2019-03-25 19:22 ` [dpdk-dev] [PATCH v2 2/6] net/mlx5: fix external memory registration Yongseok Koh
2019-03-25 19:22 ` Yongseok Koh
2019-03-25 19:22 ` [dpdk-dev] [PATCH v2 3/6] net/mlx5: add control of excessive memory pinning by kernel Yongseok Koh
2019-03-25 19:22 ` Yongseok Koh
2019-03-25 19:22 ` [dpdk-dev] [PATCH v2 4/6] net/mlx5: enable secondary process to register DMA memory Yongseok Koh
2019-03-25 19:22 ` Yongseok Koh
2019-03-25 19:22 ` [dpdk-dev] [PATCH v2 5/6] net/mlx4: add control of excessive memory pinning by kernel Yongseok Koh
2019-03-25 19:22 ` Yongseok Koh
2019-03-25 19:22 ` [dpdk-dev] [PATCH v2 6/6] net/mlx4: enable secondary process to register DMA memory Yongseok Koh
2019-03-25 19:22 ` Yongseok Koh
2019-04-01 21:17 ` [dpdk-dev] [PATCH v3 0/6] net/mlx: " Yongseok Koh
2019-04-01 21:17 ` Yongseok Koh
2019-04-01 21:17 ` [dpdk-dev] [PATCH v3 1/6] net/mlx: remove debug messages on datapath Yongseok Koh
2019-04-01 21:17 ` Yongseok Koh
2019-04-01 21:17 ` [dpdk-dev] [PATCH v3 2/6] net/mlx5: fix external memory registration Yongseok Koh
2019-04-01 21:17 ` Yongseok Koh
2019-04-01 21:17 ` [dpdk-dev] [PATCH v3 3/6] net/mlx5: add control of excessive memory pinning by kernel Yongseok Koh
2019-04-01 21:17 ` Yongseok Koh
2019-04-01 21:17 ` [dpdk-dev] [PATCH v3 4/6] net/mlx5: enable secondary process to register DMA memory Yongseok Koh
2019-04-01 21:17 ` Yongseok Koh
2019-04-01 21:17 ` [dpdk-dev] [PATCH v3 5/6] net/mlx4: add control of excessive memory pinning by kernel Yongseok Koh
2019-04-01 21:17 ` Yongseok Koh
2019-05-14 4:52 ` Stephen Hemminger
2019-05-14 4:52 ` Stephen Hemminger
2019-05-14 4:54 ` Stephen Hemminger
2019-05-14 4:54 ` Stephen Hemminger
2019-04-01 21:17 ` [dpdk-dev] [PATCH v3 6/6] net/mlx4: enable secondary process to register DMA memory Yongseok Koh
2019-04-01 21:17 ` Yongseok Koh
2019-04-02 7:13 ` [dpdk-dev] [PATCH v3 0/6] net/mlx: " Shahaf Shuler
2019-04-02 7:13 ` Shahaf Shuler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190325192238.20940-1-yskoh@mellanox.com \
--to=yskoh@mellanox.com \
--cc=dev@dpdk.org \
--cc=shahafs@mellanox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).