> From: linux-rdma-owner@xxxxxxxxxxxxxxx <linux-rdma- > owner@xxxxxxxxxxxxxxx> On Behalf Of Potnuri Bharat Teja > > remove iw_cxgb3 module from kernel as the corresponding HW Chelsio T3 > has > reached EOL. > > Signed-off-by: Potnuri Bharat Teja <bharat@xxxxxxxxxxx> > --- > include/uapi/rdma/rdma_user_ioctl_cmds.h | 1 - > > diff --git a/include/uapi/rdma/rdma_user_ioctl_cmds.h > b/include/uapi/rdma/rdma_user_ioctl_cmds.h > index b8bb285f6b2a..b2680051047a 100644 > --- a/include/uapi/rdma/rdma_user_ioctl_cmds.h > +++ b/include/uapi/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 can't simply be removed, it breaks the drivers defined after this abi with rdma-core which uses a different driver_id Removing this from rdma-core as well isn't sufficient due to backward / forward computability Perhaps modify this with RDMA_DRIVER_RESERVED ? Thanks, Michal > -- > 2.18.0.232.gb7bd9486b055