mbox series

[for-next,v1,0/4] RDMA/rxe: Cleanups and improvements

Message ID 20200705104313.283034-1-kamalheib1@gmail.com (mailing list archive)
Headers show
Series RDMA/rxe: Cleanups and improvements | expand

Message

Kamal Heib July 5, 2020, 10:43 a.m. UTC
These series include few cleanup patches to the rxe driver.

V1:
- patch #4: Fix commit message.

Kamal Heib (4):
  RDMA/rxe: Drop pointless checks in rxe_init_ports
  RDMA/rxe: Return void from rxe_init_port_param()
  RDMA/rxe: Return void from rxe_mem_init_dma()
  RDMA/rxe: Remove rxe_link_layer()

 drivers/infiniband/sw/rxe/rxe.c       |  7 +------
 drivers/infiniband/sw/rxe/rxe_loc.h   |  5 ++---
 drivers/infiniband/sw/rxe/rxe_mr.c    |  6 ++----
 drivers/infiniband/sw/rxe/rxe_net.c   |  5 -----
 drivers/infiniband/sw/rxe/rxe_verbs.c | 24 ++++--------------------
 5 files changed, 9 insertions(+), 38 deletions(-)

Comments

Kamal Heib July 14, 2020, 8:14 a.m. UTC | #1
On Sun, Jul 05, 2020 at 01:43:09PM +0300, Kamal Heib wrote:
> These series include few cleanup patches to the rxe driver.
> 
> V1:
> - patch #4: Fix commit message.
> 
> Kamal Heib (4):
>   RDMA/rxe: Drop pointless checks in rxe_init_ports
>   RDMA/rxe: Return void from rxe_init_port_param()
>   RDMA/rxe: Return void from rxe_mem_init_dma()
>   RDMA/rxe: Remove rxe_link_layer()
> 
>  drivers/infiniband/sw/rxe/rxe.c       |  7 +------
>  drivers/infiniband/sw/rxe/rxe_loc.h   |  5 ++---
>  drivers/infiniband/sw/rxe/rxe_mr.c    |  6 ++----
>  drivers/infiniband/sw/rxe/rxe_net.c   |  5 -----
>  drivers/infiniband/sw/rxe/rxe_verbs.c | 24 ++++--------------------
>  5 files changed, 9 insertions(+), 38 deletions(-)
> 
> -- 
> 2.25.4
>

Hi Jason,

Could you please tell me if there is something blocking this patch set from
getting merged?

Thanks,
Kamal
Jason Gunthorpe July 14, 2020, 7:56 p.m. UTC | #2
On Tue, Jul 14, 2020 at 11:14:33AM +0300, Kamal Heib wrote:
> On Sun, Jul 05, 2020 at 01:43:09PM +0300, Kamal Heib wrote:
> > These series include few cleanup patches to the rxe driver.
> > 
> > V1:
> > - patch #4: Fix commit message.
> > 
> > Kamal Heib (4):
> >   RDMA/rxe: Drop pointless checks in rxe_init_ports
> >   RDMA/rxe: Return void from rxe_init_port_param()
> >   RDMA/rxe: Return void from rxe_mem_init_dma()
> >   RDMA/rxe: Remove rxe_link_layer()
> > 
> >  drivers/infiniband/sw/rxe/rxe.c       |  7 +------
> >  drivers/infiniband/sw/rxe/rxe_loc.h   |  5 ++---
> >  drivers/infiniband/sw/rxe/rxe_mr.c    |  6 ++----
> >  drivers/infiniband/sw/rxe/rxe_net.c   |  5 -----
> >  drivers/infiniband/sw/rxe/rxe_verbs.c | 24 ++++--------------------
> >  5 files changed, 9 insertions(+), 38 deletions(-)
> > 
> >
> 
> Hi Jason,
> 
> Could you please tell me if there is something blocking this patch set from
> getting merged?

Just hasn't reached the bottom of the patchworks yet, follow along
here:

https://patchwork.kernel.org/project/linux-rdma/list/

Mostly stuff goes bottom up except for trivial, rc and resend of
things I already reviewed..

So for instance you could answer Zhu here:

https://patchwork.kernel.org/patch/11585485/#23417655

To clear out that patch..

Jason
Kamal Heib July 15, 2020, 9:48 a.m. UTC | #3
On Tue, Jul 14, 2020 at 04:56:06PM -0300, Jason Gunthorpe wrote:
> On Tue, Jul 14, 2020 at 11:14:33AM +0300, Kamal Heib wrote:
> > On Sun, Jul 05, 2020 at 01:43:09PM +0300, Kamal Heib wrote:
> > > These series include few cleanup patches to the rxe driver.
> > > 
> > > V1:
> > > - patch #4: Fix commit message.
> > > 
> > > Kamal Heib (4):
> > >   RDMA/rxe: Drop pointless checks in rxe_init_ports
> > >   RDMA/rxe: Return void from rxe_init_port_param()
> > >   RDMA/rxe: Return void from rxe_mem_init_dma()
> > >   RDMA/rxe: Remove rxe_link_layer()
> > > 
> > >  drivers/infiniband/sw/rxe/rxe.c       |  7 +------
> > >  drivers/infiniband/sw/rxe/rxe_loc.h   |  5 ++---
> > >  drivers/infiniband/sw/rxe/rxe_mr.c    |  6 ++----
> > >  drivers/infiniband/sw/rxe/rxe_net.c   |  5 -----
> > >  drivers/infiniband/sw/rxe/rxe_verbs.c | 24 ++++--------------------
> > >  5 files changed, 9 insertions(+), 38 deletions(-)
> > > 
> > >
> > 
> > Hi Jason,
> > 
> > Could you please tell me if there is something blocking this patch set from
> > getting merged?
> 
> Just hasn't reached the bottom of the patchworks yet, follow along
> here:
> 
> https://patchwork.kernel.org/project/linux-rdma/list/
> 
> Mostly stuff goes bottom up except for trivial, rc and resend of
> things I already reviewed..
> 
> So for instance you could answer Zhu here:
> 
> https://patchwork.kernel.org/patch/11585485/#23417655
> 
> To clear out that patch..
> 
> Jason

Thanks for your reply.

Sorry, I've missed Zhu's question, I'll reply soon.

Thanks,
Kamal
Jason Gunthorpe July 16, 2020, 5:01 p.m. UTC | #4
On Sun, Jul 05, 2020 at 01:43:09PM +0300, Kamal Heib wrote:
> These series include few cleanup patches to the rxe driver.
> 
> V1:
> - patch #4: Fix commit message.
> 
> Kamal Heib (4):
>   RDMA/rxe: Drop pointless checks in rxe_init_ports
>   RDMA/rxe: Return void from rxe_init_port_param()
>   RDMA/rxe: Return void from rxe_mem_init_dma()
>   RDMA/rxe: Remove rxe_link_layer()

Applied to for-next, thanks

Jason