From: Leon Romanovsky <leon@kernel.org>
To: Doug Ledford <dledford@redhat.com>, Jason Gunthorpe <jgg@mellanox.com>
Cc: Leon Romanovsky <leonro@mellanox.com>,
RDMA mailing list <linux-rdma@vger.kernel.org>,
Max Gurtovoy <maxg@mellanox.com>,
Saeed Mahameed <saeedm@mellanox.com>,
Sagi Grimberg <sagi@grimberg.me>,
Yamin Friedman <yaminf@mellanox.com>
Subject: [PATCH rdma-next v5 0/4] Use RDMA adaptive moderation library
Date: Mon, 8 Jul 2019 13:59:01 +0300 [thread overview]
Message-ID: <20190708105905.27468-1-leon@kernel.org> (raw)
From: Leon Romanovsky <leonro@mellanox.com>
Hi,
This is RDMA part of previously sent DIM library improvements series
[1], which was pulled by Dave. It needs to be pulled to RDMA too as
a pre-requirements.
Changes since v4:
* Separated mlx5 change from IB/core changes.
Changes since v3:
* Renamed dim_owner to be priv
* Added Sagi's ROBs
* Removed casting of void pointer.
Changes since v2:
- renamed user-space knob from dim to adaptive-moderation (Sagi)
- some minor code clean ups (Sagi)
- Reordered patches to ensure that netlink expose is last in the series.
- Slightly cleaned commit messages
- Changed "bool use_cq_dim" flag to be bitwise to save space.
Changes since v1:
- added per ib device configuration knob for rdma-dim (Sagi)
- add NL directives for user-space / rdma tool to configure rdma dim
(Sagi/Leon)
- use one header file for DIM implementations (Leon)
- various point changes in the rdma dim related code in the IB core
(Leon)
- removed the RDMA specific patches form this pull request\
Thanks
[1] https://www.spinics.net/lists/netdev/msg581046.html
Leon Romanovsky (1):
RDMA/mlx5: Set RDMA DIM to be enabled by default
Yamin Friedman (3):
linux/dim: Implement RDMA adaptive moderation (DIM)
RDMA/core: Provide RDMA DIM support for ULPs
RDMA/nldev: Added configuration of RDMA dynamic interrupt moderation
to netlink
drivers/infiniband/Kconfig | 1 +
drivers/infiniband/core/core_priv.h | 1 +
drivers/infiniband/core/cq.c | 45 ++++++++++++
drivers/infiniband/core/device.c | 9 +++
drivers/infiniband/core/nldev.c | 14 ++++
drivers/infiniband/hw/mlx5/main.c | 2 +
include/linux/dim.h | 36 ++++++++++
include/rdma/ib_verbs.h | 4 ++
include/uapi/rdma/rdma_netlink.h | 5 ++
lib/dim/Makefile | 6 +-
lib/dim/rdma_dim.c | 108 ++++++++++++++++++++++++++++
11 files changed, 227 insertions(+), 4 deletions(-)
create mode 100644 lib/dim/rdma_dim.c
--
2.20.1
next reply other threads:[~2019-07-08 10:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-08 10:59 Leon Romanovsky [this message]
2019-07-08 10:59 ` [PATCH rdma-next v5 1/4] linux/dim: Implement RDMA adaptive moderation (DIM) Leon Romanovsky
2019-07-08 10:59 ` [PATCH rdma-next v5 2/4] RDMA/core: Provide RDMA DIM support for ULPs Leon Romanovsky
2019-07-08 10:59 ` [PATCH rdma-next v5 3/4] RDMA/nldev: Added configuration of RDMA dynamic interrupt moderation to netlink Leon Romanovsky
2019-07-08 10:59 ` [PATCH rdma-next v5 4/4] RDMA/mlx5: Set RDMA DIM to be enabled by default Leon Romanovsky
2019-07-08 19:02 ` [PATCH rdma-next v5 0/4] Use RDMA adaptive moderation library Jason Gunthorpe
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=20190708105905.27468-1-leon@kernel.org \
--to=leon@kernel.org \
--cc=dledford@redhat.com \
--cc=jgg@mellanox.com \
--cc=leonro@mellanox.com \
--cc=linux-rdma@vger.kernel.org \
--cc=maxg@mellanox.com \
--cc=saeedm@mellanox.com \
--cc=sagi@grimberg.me \
--cc=yaminf@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