OSDN Git Service

RDMA/cxgb4: release hw resources on device removal
authorRaju Rangoju <rajur@chelsio.com>
Mon, 23 Apr 2018 16:12:37 +0000 (21:42 +0530)
committerDoug Ledford <dledford@redhat.com>
Fri, 27 Apr 2018 17:52:31 +0000 (13:52 -0400)
commit26bff1bd74a4f7417509a83295614e9dab995b2a
tree92077b326a27eee26d525fdc10af5b8d3b4399e2
parentf7cb7b85be55a4906b4b4b30596db1043dae6335
RDMA/cxgb4: release hw resources on device removal

The c4iw_rdev_close() logic was not releasing all the hw
resources (PBL and RQT memory) during the device removal
event (driver unload / system reboot). This can cause panic
in gen_pool_destroy().

The module remove function will wait for all the hw
resources to be released during the device removal event.

Fixes c12a67fe(iw_cxgb4: free EQ queue memory on last deref)
Signed-off-by: Raju Rangoju <rajur@chelsio.com>
Reviewed-by: Steve Wise <swise@opengridcomputing.com>
Cc: stable@vger.kernel.org
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/cxgb4/device.c
drivers/infiniband/hw/cxgb4/iw_cxgb4.h
drivers/infiniband/hw/cxgb4/resource.c