On Tue, Oct 22, 2019 at 01:57:18PM -0400, Doug Ledford wrote: > On Tue, 2019-10-22 at 20:47 +0300, Yuval Shaia wrote: > > diff --git a/kernel-headers/rdma/rdma_user_ioctl_cmds.h b/kernel- > > headers/rdma/rdma_user_ioctl_cmds.h > > index b8bb285f..b2680051 100644 > > +++ b/kernel-headers/rdma/rdma_user_ioctl_cmds.h > > @@ -88,7 +88,6 @@ enum rdma_driver_id { > > RDMA_DRIVER_UNKNOWN, > > RDMA_DRIVER_MLX5, > > RDMA_DRIVER_MLX4, > > - RDMA_DRIVER_CXGB3, > > RDMA_DRIVER_CXGB4, > > RDMA_DRIVER_MTHCA, > > RDMA_DRIVER_BNXT_RE, > > This is the same bug the kernel patch had. We can't change that enum. This patch shouldn't touch the kernel headers, delete the driver, then we will get the kernel header changes on the next resync. Jason