On Sun, Apr 01, 2018 at 01:51:28PM -0500, Parav Pandit wrote: > qedr driver's add_gid() and del_gid() callbacks are doing simple > checks which are already done by the ib core before invoking these > callback routines. > Therefore, code is simplified to skip implementing add_gid() and > del_gid() callback functions. > They are only invoked by ib_core if they are implemented. > > This patch needs to be applied before applying series [1]. > > [1] https://www.spinics.net/lists/linux-rdma/msg63271.html > > Signed-off-by: Parav Pandit <parav@xxxxxxxxxxxx> > --- > drivers/infiniband/hw/qedr/main.c | 3 --- > drivers/infiniband/hw/qedr/verbs.c | 31 ------------------------------- > drivers/infiniband/hw/qedr/verbs.h | 5 ----- > 3 files changed, 39 deletions(-) This looks like a missed part of an earlier accepted series, so applied to for-next, thanks Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html