On Mon, Dec 10, 2018 at 04:32:21PM +0200, Kamal Heib wrote: > Initialize ib_device_ops with the supported operations using > ib_set_device_ops(). > > Signed-off-by: Kamal Heib <kamalheib1@xxxxxxxxx> > drivers/infiniband/hw/bnxt_re/main.c | 96 +++++++++++++--------------- > 1 file changed, 45 insertions(+), 51 deletions(-) I'm sure 0-day wil eventually get here, but this doesn't compile. Every patch must compile. Perhaps a patch is missing? Jason