aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_main.c
diff options
context:
space:
mode:
authorParav Pandit <parav@mellanox.com>2018-05-02 13:12:56 +0300
committerDoug Ledford <dledford@redhat.com>2018-05-09 12:08:21 -0400
commitbe0e8f34b66c47fb9bf65858d0cd4b145d1e47b1 (patch)
treeeef4dcfc1889bd58383f372ff5f44dcb598072b1 /drivers/infiniband/hw/hns/hns_roce_main.c
parentIB/core: Make gid_table_reserve_default() return void (diff)
downloadlinux-dev-be0e8f34b66c47fb9bf65858d0cd4b145d1e47b1.tar.xz
linux-dev-be0e8f34b66c47fb9bf65858d0cd4b145d1e47b1.zip
IB/core: Reuse gid_table_release_one() in table allocation failure
_gid_table_setup_one() only performs GID table cache memory allocation, marks entries as invalid (free) and marks the reserved entries. At this point GID table is empty and no entries are added. On dual port device if _gid_table_setup_one() fails to allocate the gid table for 2nd port, there is no need to perform cleanup_gid_table_port() to delete GID entries, as GID table is empty. Therefore make use of existing gid_table_release_one() routine which frees the GID table memory and avoid code duplication. Reviewed-by: Daniel Jurgens <danielj@mellanox.com> Signed-off-by: Parav Pandit <parav@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/hns/hns_roce_main.c')
0 files changed, 0 insertions, 0 deletions