mbox series

[rdma-rc,v1,0/3] irdma driver updates

Message ID 20220225163211.127-1-shiraz.saleem@intel.com (mailing list archive)
Headers show
Series irdma driver updates | expand

Message

Shiraz Saleem Feb. 25, 2022, 4:32 p.m. UTC
This series contains a set of irdma bug fixes for 5.17 cycle.

v0-->v1: Use rdma_vlan_dev_real_dev in Patch #1

Mustafa Ismail (3):
  RDMA/irdma: Fix netdev notifications for vlan's
  RDMA/irdma: Fix Passthrough mode in VM
  RDMA/irdma: Remove incorrect masking of PD

 drivers/infiniband/hw/irdma/hw.c       |  2 +-
 drivers/infiniband/hw/irdma/i40iw_if.c |  1 +
 drivers/infiniband/hw/irdma/main.c     |  1 +
 drivers/infiniband/hw/irdma/main.h     |  1 +
 drivers/infiniband/hw/irdma/utils.c    | 48 +++++++++++++++++++++-------------
 drivers/infiniband/hw/irdma/verbs.c    |  4 +--
 6 files changed, 36 insertions(+), 21 deletions(-)

Comments

Jason Gunthorpe Feb. 28, 2022, 4:15 p.m. UTC | #1
On Fri, Feb 25, 2022 at 10:32:08AM -0600, Shiraz Saleem wrote:
> This series contains a set of irdma bug fixes for 5.17 cycle.
> 
> v0-->v1: Use rdma_vlan_dev_real_dev in Patch #1
> 
> Mustafa Ismail (3):
>   RDMA/irdma: Fix netdev notifications for vlan's
>   RDMA/irdma: Fix Passthrough mode in VM
>   RDMA/irdma: Remove incorrect masking of PD

Applied to for-next 

There probably won't be another -rc, and these commit messages are not
detailed enough for this late in the rc cycle.

Thanks,
Jason