mbox series

[V3,for-next,0/3] Broadcom's roce driver bug fixes

Message ID 1574317343-23300-1-git-send-email-devesh.sharma@broadcom.com (mailing list archive)
Headers show
Series Broadcom's roce driver bug fixes | expand

Message

Devesh Sharma Nov. 21, 2019, 6:22 a.m. UTC
This submission for for-next branch contains 3 patches, first two
patches are important urgent fixes for Gen P5 device. The first
patch deals with device detection in device open. While second
patch fixes hardware counters.

The third patch fixes few sparse warnings from main.c.

changes from V2 to V3
 - moved the series from for-rc to for-next
 - added back the sparse warning fix patch.

changes from V1 to V2
 - dropped patch related to sparse warnings.
 - updated patch description to report the motivation
   for submission to for-rc branch.

changes for V0 to V1
 - originally this series had only 1 patch which is the first patch.
 - Added Fixes tag on the first patch.
 - added two more patches to fix other quick bug fixes.

Devesh Sharma (2):
  RDMA/bnxt_re: fix stat push into dma buffer on gen p5 devices
  RDMA/bnxt_re: fix sparse warnings

Luke Starrett (1):
  RDMA/bnxt_re: Fix chip number validation Broadcom's Gen P5 series

 drivers/infiniband/hw/bnxt_re/main.c      | 9 +++++----
 drivers/infiniband/hw/bnxt_re/qplib_res.h | 8 ++++++--
 2 files changed, 11 insertions(+), 6 deletions(-)

Comments

Jason Gunthorpe Nov. 22, 2019, 8:23 p.m. UTC | #1
On Thu, Nov 21, 2019 at 01:22:20AM -0500, Devesh Sharma wrote:
> This submission for for-next branch contains 3 patches, first two
> patches are important urgent fixes for Gen P5 device. The first
> patch deals with device detection in device open. While second
> patch fixes hardware counters.
> 
> The third patch fixes few sparse warnings from main.c.
> 
> Devesh Sharma (2):
>   RDMA/bnxt_re: fix stat push into dma buffer on gen p5 devices
>   RDMA/bnxt_re: fix sparse warnings
> 
> Luke Starrett (1):
>   RDMA/bnxt_re: Fix chip number validation Broadcom's Gen P5 series

Applied to for-next, thanks

Jason