IB/qedr: Remove GID add/del dummy routines
authorParav Pandit <parav@mellanox.com>
Sun, 1 Apr 2018 18:51:28 +0000 (13:51 -0500)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 3 Apr 2018 19:46:29 +0000 (13:46 -0600)
commitca486a3b338ea0858104bab80d86475de3575966
treeb6d245bf7052d27aa4afe8976a13fe652ef6a338
parent3e64f8d6f514c31b6856bfb97737232dd4afcccb
IB/qedr: Remove GID add/del dummy routines

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.

Signed-off-by: Parav Pandit <parav@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/qedr/main.c
drivers/infiniband/hw/qedr/verbs.c
drivers/infiniband/hw/qedr/verbs.h