linux/drivers/infiniband/hw/bnxt_re
Sriharsha Basavapatna 063fb5bd1a bnxt_re: changing the ip address shouldn't affect new connections
While adding a new gid, the driver currently does not return the context
back to the stack. A subsequent del_gid() (e.g, when ip address is changed)
doesn't find the right context in the driver and it ends up dropping that
request. This results in the HW caching a stale gid entry and traffic fails
because of that. Fix by returning the proper context in bnxt_re_add_gid().

Signed-off-by: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2017-11-13 15:01:25 -05:00
..
bnxt_re.h bnxt_re: Remove RTNL lock dependency in bnxt_re_query_port 2017-09-22 13:57:33 -04:00
hw_counters.c RDMA/bnxt_re: Implement the alloc/get_hw_stats callback 2017-08-18 15:08:30 -04:00
hw_counters.h RDMA/bnxt_re: Implement the alloc/get_hw_stats callback 2017-08-18 15:08:30 -04:00
ib_verbs.c bnxt_re: changing the ip address shouldn't affect new connections 2017-11-13 15:01:25 -05:00
ib_verbs.h RDMA/bnxt_re: Delete unsupported modify_port function 2017-07-24 08:44:46 -04:00
Kconfig bnxt_re: add MAY_USE_DEVLINK dependency 2017-07-29 14:17:48 -07:00
main.c bnxt_re: Implement the shutdown hook of the L2-RoCE driver interface 2017-10-25 15:25:08 -04:00
Makefile RDMA/bnxt_re: Implement the alloc/get_hw_stats callback 2017-08-18 15:08:30 -04:00
qplib_fp.c RDMA/bnxt_re: Remove set-but-not-used variables 2017-10-14 20:47:05 -04:00
qplib_fp.h RDMA/bnxt_re: Allocate multiple notification queues 2017-08-18 15:08:30 -04:00
qplib_rcfw.c bnxt_re: fix a crash in qp error event processing 2017-11-13 15:01:25 -05:00
qplib_rcfw.h bnxt_re: Fix incorrect usage of test_bit() 2017-10-18 10:24:12 -04:00
qplib_res.c RDMA/bnxt_re: Add vlan tag for untagged RoCE traffic when PFC is configured 2017-07-24 08:45:12 -04:00
qplib_res.h bnxt_re: Make room for mapping beyond 32 entries 2017-10-18 10:24:13 -04:00
qplib_sp.c RDMA/bnxt_re: Remove set-but-not-used variables 2017-10-14 20:47:05 -04:00
qplib_sp.h RDMA/bnxt_re: Add vlan tag for untagged RoCE traffic when PFC is configured 2017-07-24 08:45:12 -04:00
roce_hsi.h bnxt_re: Make room for mapping beyond 32 entries 2017-10-18 10:24:13 -04:00