mbox series

[for-next,0/7] Misc update for RTRS

Message ID 20210922125333.351454-1-haris.iqbal@ionos.com (mailing list archive)
Headers show
Series Misc update for RTRS | expand

Message

Haris Iqbal Sept. 22, 2021, 12:53 p.m. UTC
Hi Jason, hi Doug,

Please consider to include following changes to the next merge window.

The patchset is orgnized as:
- patch1 sysfs_emit conversion.
- patch2 remove len parameter.
- patch3 Fix warning with poll mode.
- patch4 Replace duplicate check.
- patch5 Introduce helper function
- patch6 Disallow special characters.
- patch7 One entry one value for sysfs

Jack Wang (2):
  RDMA/rtrs: Fix warning when use poll mode on client side.
  RDMA/rtrs: Replace duplicate check with is_pollqueue helper

Md Haris Iqbal (5):
  RDMA/rtrs: Use sysfs_emit instead of s*printf function for sysfs show
  RDMA/rtrs: Remove len parameter from helper print functions of sysfs
  RDMA/rtrs: Introduce destroy_cq helper
  RDMA/rtrs: Do not allow sessname to contain special symbols / and .
  RDMA/rtrs-clt: Follow "one entry one value" rule for IO migration
    stats

 drivers/infiniband/ulp/rtrs/rtrs-clt-stats.c | 49 +++++++++++---------
 drivers/infiniband/ulp/rtrs/rtrs-clt-sysfs.c | 11 +++--
 drivers/infiniband/ulp/rtrs/rtrs-clt.c       |  6 +++
 drivers/infiniband/ulp/rtrs/rtrs-clt.h       | 13 +++---
 drivers/infiniband/ulp/rtrs/rtrs-pri.h       |  2 +-
 drivers/infiniband/ulp/rtrs/rtrs-srv-stats.c |  3 +-
 drivers/infiniband/ulp/rtrs/rtrs-srv-sysfs.c |  2 +-
 drivers/infiniband/ulp/rtrs/rtrs-srv.c       |  6 +++
 drivers/infiniband/ulp/rtrs/rtrs-srv.h       |  3 +-
 drivers/infiniband/ulp/rtrs/rtrs.c           | 31 ++++++++++---
 10 files changed, 80 insertions(+), 46 deletions(-)

Comments

Jason Gunthorpe Oct. 4, 2021, 7:49 p.m. UTC | #1
On Wed, Sep 22, 2021 at 02:53:26PM +0200, Md Haris Iqbal wrote:
> Hi Jason, hi Doug,
> 
> Please consider to include following changes to the next merge window.
> 
> The patchset is orgnized as:
> - patch1 sysfs_emit conversion.
> - patch2 remove len parameter.
> - patch3 Fix warning with poll mode.
> - patch4 Replace duplicate check.
> - patch5 Introduce helper function
> - patch6 Disallow special characters.
> - patch7 One entry one value for sysfs
> 
> Jack Wang (2):
>   RDMA/rtrs: Fix warning when use poll mode on client side.
>   RDMA/rtrs: Replace duplicate check with is_pollqueue helper
> 
> Md Haris Iqbal (5):
>   RDMA/rtrs: Use sysfs_emit instead of s*printf function for sysfs show
>   RDMA/rtrs: Remove len parameter from helper print functions of sysfs
>   RDMA/rtrs: Introduce destroy_cq helper
>   RDMA/rtrs: Do not allow sessname to contain special symbols / and .
>   RDMA/rtrs-clt: Follow "one entry one value" rule for IO migration
>     stats

Applied to for-next, thanks

Jason