commit | ca486a3b338ea0858104bab80d86475de3575966 | [log] [tgz] |
---|---|---|
author | Parav Pandit <parav@mellanox.com> | Sun Apr 01 13:51:28 2018 -0500 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Tue Apr 03 13:46:29 2018 -0600 |
tree | b6d245bf7052d27aa4afe8976a13fe652ef6a338 | |
parent | 3e64f8d6f514c31b6856bfb97737232dd4afcccb [diff] |
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>