On Mon, Oct 28, 2019 at 10:17:25AM -0300, Jason Gunthorpe wrote: > On Sun, Oct 20, 2019 at 10:15:53AM +0300, Leon Romanovsky wrote: > > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > > > Hi, > > > > This is first part of CM cleanup series needed to effectively > > add IBTA Enhanced Connection Establishment (ECE) spec changes. > > > > In this series, we don't do anything major, just small code cleanup > > with small change in srpt. This change will allow us to provide > > general getter and setter for all CM structures. > > > > Thanks > > > > Leon Romanovsky (6): > > RDMA/cm: Delete unused cm_is_active_peer function > > RDMA/cm: Use specific keyword to check define > > RDMA/cm: Update copyright together with SPDX tag > > Applied to for-next Thanks > > > RDMA/cm: Delete useless QPN masking > > RDMA/cm: Provide private data size to CM users > > RDMA/srpt: Use private_data_len instead of hardcoded value > > These ones probably need a bit more work I disagree about that last patch, we don't want to make private_data_len dynamic. Thanks > > Thanks, > Jason