mbox series

[v2,for-next,0/6] Misc update for RTRS

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

Message

Haris Iqbal Aug. 6, 2021, 11:21 a.m. UTC
Hi Jason, hi Doug,

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

The patchset is orgnized as:
- patch1 bugfix for corner case.
- patch2 remove unused functions.
- patch3 Fix warning with poll mode.
- patch4 remove likely/unlikely.
- patch5 Fix inflight io accounting when switch mp_policy.
- patch6 remove void cast.

Thanks

Gioh Kim (3):
  RDMA/rtrs: Remove all likely and unlikely
  RDMA/rtrs-clt: Fix counting inflight IO
  RDMA/rtrs: remove (void) casting for functions

Jack Wang (2):
  RDMA/rtrs: Remove unused functions
  RDMA/rtrs: Fix warning when use poll mode

Md Haris Iqbal (1):
  RDMA/rtrs-clt: During add_path change for_new_clt according to
    path_num

 drivers/infiniband/ulp/rtrs/rtrs-clt-stats.c |   4 +-
 drivers/infiniband/ulp/rtrs/rtrs-clt.c       | 145 ++++++++++---------
 drivers/infiniband/ulp/rtrs/rtrs-clt.h       |   6 +-
 drivers/infiniband/ulp/rtrs/rtrs-srv.c       |  79 +++++-----
 drivers/infiniband/ulp/rtrs/rtrs-srv.h       |   4 -
 drivers/infiniband/ulp/rtrs/rtrs.c           |  17 ++-
 6 files changed, 135 insertions(+), 120 deletions(-)

Comments

Jason Gunthorpe Aug. 20, 2021, 6 p.m. UTC | #1
On Fri, Aug 06, 2021 at 01:21:06PM +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 bugfix for corner case.
> - patch2 remove unused functions.
> - patch3 Fix warning with poll mode.
> - patch4 remove likely/unlikely.
> - patch5 Fix inflight io accounting when switch mp_policy.
> - patch6 remove void cast.
> 
> Thanks
> 
> Gioh Kim (3):
>   RDMA/rtrs: Remove all likely and unlikely
>   RDMA/rtrs-clt: Fix counting inflight IO
>   RDMA/rtrs: remove (void) casting for functions
> 
> Jack Wang (2):
>   RDMA/rtrs: Remove unused functions
> 
> Md Haris Iqbal (1):
>   RDMA/rtrs-clt: During add_path change for_new_clt according to
>     path_num

These applied to for-next, thanks

>   RDMA/rtrs: Fix warning when use poll mode

Dropped as requested

Jason