This series contains multiple small corrections to the RoCE logic in qed plus some debug information and inter-module parameter meant to prevent issues further along.
- #1, #6 Share information with protocol driver [either new or filling missing bits in existing API]. - #2, #3 correct error flows in qed. - #4 add debug related information. - #5 fixes a minor issue in the HW configuration. Dave, Please consider applying the series to `net-next'. Thanks, Yuval Ram Amrani (6): qed: configure the RoCE max message size qed: remove unused SQ error state qed: add error handling flow to TID deregistratin posting failure qed: verify RoCE resource bitmaps are released qed: align DPI configuration to HW requirements qed: output the DPM status and WID count drivers/net/ethernet/qlogic/qed/qed.h | 2 + drivers/net/ethernet/qlogic/qed/qed_dev.c | 16 ++-- drivers/net/ethernet/qlogic/qed/qed_roce.c | 116 +++++++++++++++++++++-------- drivers/net/ethernet/qlogic/qed/qed_roce.h | 2 + include/linux/qed/qed_roce_if.h | 2 + 5 files changed, 101 insertions(+), 37 deletions(-) -- 1.9.3