On Mon, Nov 11, 2019 at 01:33:57PM +0000, Marciniszyn, Mike wrote: > > Subject: [PATCH rdma-next 16/16] RDMA: Change MAD processing function > > to remove extra casting and parameter > > > > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > > > All users of process_mad() converts input pointers from ib_mad_hdr > > to be ib_mad, update the function declaration to use ib_mad directly. > > > > Also remove not used input MAD size parameter. > > > > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > --- > > One workqueue failure we have been fighting for a while, so the mad stuff looks fine. > > Tested-By: Mike Marciniszyn <mike.marciniszyn@xxxxxxxxx> Thanks a lot.