On Tue, Jun 07, 2022 at 02:32:42PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxx> > > Changelog: > v2: > * Patch 1: used memcp and ipv6_addr_cmp > * Patch 2: removed cma_netevent_work > v1: https://lore.kernel.org/linux-rdma/cover.1652935014.git.leonro@xxxxxxxxxx/ > * Removed special workqueue > * Rewrote compare_netdev_and_ip() > v0: https://lore.kernel.org/all/cover.1649075034.git.leonro@xxxxxxxxxx > > ---------------------------------------------------------------------------- > > In this series, Patrisious adds gratuitous ARP support to RDMA-CM, in > order to speed up migration failover from one node to another. > > Thanks Thanks, applied