mbox series

[0/2] rds: MR(Memory Region) related patches

Message ID 1603144088-8769-1-git-send-email-manjunath.b.patil@oracle.com
Headers show
Series rds: MR(Memory Region) related patches | expand

Message

Manjunath Patil Oct. 19, 2020, 9:48 p.m. UTC
This patchset intends to add functionality to track MR usages by RDS
applications.

Manjunath Patil (2):
  rds: track memory region (MR) usage in kernel
  rds: add functionality to print MR related information

 include/uapi/linux/rds.h | 13 ++++++++++++-
 net/rds/af_rds.c         | 42 ++++++++++++++++++++++++++++++++++++++++
 net/rds/ib.c             |  1 +
 net/rds/rdma.c           | 29 ++++++++++++++++++++-------
 net/rds/rds.h            | 10 +++++++++-
 5 files changed, 86 insertions(+), 9 deletions(-)

Comments

Manjunath Patil Oct. 27, 2020, 2:18 p.m. UTC | #1
ping!

On 10/19/2020 2:48 PM, Manjunath Patil wrote:
> This patchset intends to add functionality to track MR usages by RDS
> applications.
>
> Manjunath Patil (2):
>    rds: track memory region (MR) usage in kernel
>    rds: add functionality to print MR related information
>
>   include/uapi/linux/rds.h | 13 ++++++++++++-
>   net/rds/af_rds.c         | 42 ++++++++++++++++++++++++++++++++++++++++
>   net/rds/ib.c             |  1 +
>   net/rds/rdma.c           | 29 ++++++++++++++++++++-------
>   net/rds/rds.h            | 10 +++++++++-
>   5 files changed, 86 insertions(+), 9 deletions(-)
>