mbox series

[for-next,0/2] RDMA/bnxt_re: Driver update

Message ID 1736446693-6692-1-git-send-email-selvin.xavier@broadcom.com (mailing list archive)
Headers show
Series RDMA/bnxt_re: Driver update | expand

Message

Selvin Xavier Jan. 9, 2025, 6:18 p.m. UTC
Generic updates to bnxt_re driver. Pass the info that indicates
the context of the caller in ulp_irq_stop. Also, code reorganization
to optimize the device data structure.

This series is created on top of the changes from Kalesh
https://patchwork.kernel.org/project/linux-rdma/list/?series=922731

Please review and apply.

Thanks,
Selvin Xavier

Kalesh AP (2):
  RDMA/bnxt_re: Pass the context for ulp_irq_stop
  RDMA/bnxt_re: Allocate dev_attr information dynamically

 drivers/infiniband/hw/bnxt_re/bnxt_re.h       |  2 +-
 drivers/infiniband/hw/bnxt_re/hw_counters.c   |  2 +-
 drivers/infiniband/hw/bnxt_re/ib_verbs.c      | 38 ++++++++++-----------
 drivers/infiniband/hw/bnxt_re/main.c          | 48 +++++++++++++++++++--------
 drivers/infiniband/hw/bnxt_re/qplib_res.c     |  7 ++--
 drivers/infiniband/hw/bnxt_re/qplib_res.h     |  4 +--
 drivers/infiniband/hw/bnxt_re/qplib_sp.c      |  4 +--
 drivers/infiniband/hw/bnxt_re/qplib_sp.h      |  3 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c |  5 ++-
 drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.h |  2 +-
 10 files changed, 67 insertions(+), 48 deletions(-)

Comments

Leon Romanovsky Jan. 14, 2025, 11:26 a.m. UTC | #1
On Thu, 09 Jan 2025 10:18:11 -0800, Selvin Xavier wrote:
> Generic updates to bnxt_re driver. Pass the info that indicates
> the context of the caller in ulp_irq_stop. Also, code reorganization
> to optimize the device data structure.
> 
> This series is created on top of the changes from Kalesh
> https://patchwork.kernel.org/project/linux-rdma/list/?series=922731
> 
> [...]

Applied, thanks!

[1/2] RDMA/bnxt_re: Pass the context for ulp_irq_stop
      https://git.kernel.org/rdma/rdma/c/57e6464c221c7f
[2/2] RDMA/bnxt_re: Allocate dev_attr information dynamically
      https://git.kernel.org/rdma/rdma/c/9264cd6aa8f194

Best regards,