2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-29 07:34:06 +08:00
linux-next/drivers/infiniband/hw
Steve Wise ba97b74997 iw_cxgb4: remove BUG_ON() usage.
iw_cxgb4 has many BUG_ON()s that were left over from various enhancemnets
made over the years.  Almost all of them should just be removed.  Some,
however indicate a ULP usage error and can be handled w/o bringing down
the system.

If the condition cannot happen with correctly implemented cxgb4 sw/fw,
then remove the BUG_ON.

If the condition indicates a misbehaving ULP (like CQ overflows), add
proper recovery logic.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2017-11-13 15:01:25 -05:00
..
bnxt_re bnxt_re: changing the ip address shouldn't affect new connections 2017-11-13 15:01:25 -05:00
cxgb3 Merge branch 'timer_setup' into for-next 2017-10-18 13:12:09 -04:00
cxgb4 iw_cxgb4: remove BUG_ON() usage. 2017-11-13 15:01:25 -05:00
hfi1 IB/hfi1: Take advantage of kvzalloc_node in sdma initialization 2017-10-30 14:51:36 -04:00
hns RDMA/hns: Modify the usage of cmd_sn in hip08 2017-11-10 12:32:43 -05:00
i40iw i40iw: Move cqp_cmd_head init to CQP initialization 2017-10-18 13:28:46 -04:00
mlx4 IB/mlx4: Increase maximal message size under UD QP 2017-11-13 14:42:04 -05:00
mlx5 IB/mlx5: Fix RoCE Address Path fields 2017-11-13 13:53:22 -05:00
mthca IB/mthca: Fix indentation 2017-10-14 20:47:06 -04:00
nes Merge branch 'timer_setup' into for-next 2017-10-18 13:12:09 -04:00
ocrdma Merge branch 'for-next-early' into for-next 2017-10-18 13:07:13 -04:00
qedr Merge branch 'for-next-early' into for-next 2017-10-18 13:07:13 -04:00
qib Merge branch 'timer_setup' into for-next 2017-10-18 13:12:09 -04:00
usnic RDMA/usnic: Instantiate data structures once 2017-10-14 20:47:07 -04:00
vmw_pvrdma RDMA/vmw_pvrdma: Fix reporting correct opcodes for completion 2017-09-22 13:32:22 -04:00
Makefile RDMA/bnxt_re: Add bnxt_re driver build support 2017-02-14 09:51:28 -05:00