[PATCH rdma-next 0/2] Add gratuitous ARP support to RDMA-CM

Leon Romanovsky posted 2 patches 4 years, 2 months ago
There is a newer version of this series
drivers/infiniband/core/cma.c      | 260 +++++++++++++++++++++++++++--
drivers/infiniband/core/cma_priv.h |   1 +
2 files changed, 249 insertions(+), 12 deletions(-)
[PATCH rdma-next 0/2] Add gratuitous ARP support to RDMA-CM
Posted by Leon Romanovsky 4 years, 2 months ago
From: Leon Romanovsky <leonro@nvidia.com>

In this series, Patrisious adds gratuitous ARP support to RDMA-CM, in
order to speed up migration failover from one node to another.

Thanks

Patrisious Haddad (2):
  RDMA/core: Add an rb_tree that stores cm_ids sorted by ifindex and
    remote IP
  RDMA/core: Add a netevent notifier to cma

 drivers/infiniband/core/cma.c      | 260 +++++++++++++++++++++++++++--
 drivers/infiniband/core/cma_priv.h |   1 +
 2 files changed, 249 insertions(+), 12 deletions(-)

-- 
2.35.1
Re: [PATCH rdma-next 0/2] Add gratuitous ARP support to RDMA-CM
Posted by Olga Kornievskaia 4 years, 1 month ago
Hi Leon,

Are these the 2 patches that are supposed to fix: [Bug 214523] New:
RDMA Mellanox RoCE drivers are unresponsive to ARP updates during a
reconnect?

I could be wrong but I don't think they made it into the 5.18 pull, correct?

Thank you.

On Mon, Apr 4, 2022 at 8:36 AM Leon Romanovsky <leon@kernel.org> wrote:
>
> From: Leon Romanovsky <leonro@nvidia.com>
>
> In this series, Patrisious adds gratuitous ARP support to RDMA-CM, in
> order to speed up migration failover from one node to another.
>
> Thanks
>
> Patrisious Haddad (2):
>   RDMA/core: Add an rb_tree that stores cm_ids sorted by ifindex and
>     remote IP
>   RDMA/core: Add a netevent notifier to cma
>
>  drivers/infiniband/core/cma.c      | 260 +++++++++++++++++++++++++++--
>  drivers/infiniband/core/cma_priv.h |   1 +
>  2 files changed, 249 insertions(+), 12 deletions(-)
>
> --
> 2.35.1
>
Re: [PATCH rdma-next 0/2] Add gratuitous ARP support to RDMA-CM
Posted by Leon Romanovsky 4 years, 1 month ago
On Fri, Apr 29, 2022 at 12:07:09PM -0400, Olga Kornievskaia wrote:
> Hi Leon,
> 
> Are these the 2 patches that are supposed to fix: [Bug 214523] New:
> RDMA Mellanox RoCE drivers are unresponsive to ARP updates during a
> reconnect?

Yes, you are right.

> 
> I could be wrong but I don't think they made it into the 5.18 pull, correct?

This is correct too.

Thanks

> 
> Thank you.
> 
> On Mon, Apr 4, 2022 at 8:36 AM Leon Romanovsky <leon@kernel.org> wrote:
> >
> > From: Leon Romanovsky <leonro@nvidia.com>
> >
> > In this series, Patrisious adds gratuitous ARP support to RDMA-CM, in
> > order to speed up migration failover from one node to another.
> >
> > Thanks
> >
> > Patrisious Haddad (2):
> >   RDMA/core: Add an rb_tree that stores cm_ids sorted by ifindex and
> >     remote IP
> >   RDMA/core: Add a netevent notifier to cma
> >
> >  drivers/infiniband/core/cma.c      | 260 +++++++++++++++++++++++++++--
> >  drivers/infiniband/core/cma_priv.h |   1 +
> >  2 files changed, 249 insertions(+), 12 deletions(-)
> >
> > --
> > 2.35.1
> >