Message ID | 1690968759-9142-1-git-send-email-selvin.xavier@broadcom.com (mailing list archive) |
---|---|
Headers | show |
Series | RDMA/bnxt_re: Driver minor update | expand |
On Wed, Aug 2, 2023 at 5:44 AM Selvin Xavier <selvin.xavier@broadcom.com> wrote: > > Includes some of the minor cleanup and update on the driver. > > Please review and apply. Please ignore this series. Some changes in patch 3 got into patch 2. Seems like i made some mistake while amending a commit. Will post a v2 > > Thanks, > Selvin > > Kalesh AP (5): > RDMA/bnxt_re: Fix max_qp count for virtual functions > RDMA/bnxt_re: Remove a redundant flag > RDMA/bnxt_re: Cleanup bnxt_re_process_raw_qp_pkt_rx() function > RDMA/bnxt_re: Avoid unnecessary memset > RDMA/bnxt_re: Remove unnecessary variable initializations > > Selvin Xavier (1): > RDMA/bnxt_re: Fix the sideband buffer size handling for FW commands > > drivers/infiniband/hw/bnxt_re/bnxt_re.h | 1 - > drivers/infiniband/hw/bnxt_re/ib_verbs.c | 36 ++++++-------- > drivers/infiniband/hw/bnxt_re/main.c | 35 ++++++-------- > drivers/infiniband/hw/bnxt_re/qplib_fp.c | 44 +++++++++-------- > drivers/infiniband/hw/bnxt_re/qplib_rcfw.c | 36 ++------------ > drivers/infiniband/hw/bnxt_re/qplib_res.c | 8 +-- > drivers/infiniband/hw/bnxt_re/qplib_sp.c | 78 +++++++++++++++--------------- > drivers/infiniband/hw/bnxt_re/qplib_sp.h | 2 +- > 8 files changed, 100 insertions(+), 140 deletions(-) > > -- > 2.5.5 >