diff options
author | Parav Pandit <parav@mellanox.com> | 2019-07-26 20:26:52 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2019-07-29 19:50:48 +0200 |
commit | bda9045a200c173b2883a878b68b8b9218ae65c6 (patch) | |
tree | 85974cab41b67aa2b7818b4e5f32a1819af0cba9 /drivers/infiniband/hw/bnxt_re/main.c | |
parent | Merge branch 'wip/dl-for-rc' into wip/dl-for-next (diff) | |
download | linux-bda9045a200c173b2883a878b68b8b9218ae65c6.tar.xz linux-bda9045a200c173b2883a878b68b8b9218ae65c6.zip |
IB/bnxt_re: Do not notifify GID change event
GID table entry operations such as add/remove/modify are triggered
by the IB core for RoCE ports.
Hence, remove GID change notification from hw driver.
Reviewed-by: Selvin Xavier <selvin.xavier@broadcom.com>
Tested-by: Selvin Xavier <selvin.xavier@broadcom.com>
Signed-off-by: Parav Pandit <parav@mellanox.com>
Link: https://lore.kernel.org/r/20190726182652.50037-1-parav@mellanox.com
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/bnxt_re/main.c')
-rw-r--r-- | drivers/infiniband/hw/bnxt_re/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/bnxt_re/main.c b/drivers/infiniband/hw/bnxt_re/main.c index 029babe713f3..30a54f8aa42c 100644 --- a/drivers/infiniband/hw/bnxt_re/main.c +++ b/drivers/infiniband/hw/bnxt_re/main.c @@ -1473,7 +1473,6 @@ static int bnxt_re_ib_reg(struct bnxt_re_dev *rdev) &rdev->active_width); set_bit(BNXT_RE_FLAG_ISSUE_ROCE_STATS, &rdev->flags); bnxt_re_dispatch_event(&rdev->ibdev, NULL, 1, IB_EVENT_PORT_ACTIVE); - bnxt_re_dispatch_event(&rdev->ibdev, NULL, 1, IB_EVENT_GID_CHANGE); return 0; free_sctx: |