All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix OPA_VNIC issues with debug kernel
@ 2017-06-14 19:34 Vishwanathapura, Niranjana
       [not found] ` <1497468882-19161-1-git-send-email-niranjana.vishwanathapura-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Vishwanathapura, Niranjana @ 2017-06-14 19:34 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA,
	dennis.dalessandro-ral2JQCrhuEAvxtiuMwx3w,
	mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w

Hi Doug,
Here are couple OPA_VNIC bug fixes.
As OPA_VNIC is alredy included for 4.12, it would be great
to get them into the RC release.

Thanks,
Niranjana

Vishwanathapura, Niranjana (2):
  IB/opa_vnic: Use GFP_ATOMIC while sending trap
  IB/opa_vnic: Use spinlock instead of mutex for stats_lock

 drivers/infiniband/ulp/opa_vnic/opa_vnic_ethtool.c    | 4 ++--
 drivers/infiniband/ulp/opa_vnic/opa_vnic_internal.h   | 2 +-
 drivers/infiniband/ulp/opa_vnic/opa_vnic_netdev.c     | 8 +++-----
 drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c       | 2 +-
 drivers/infiniband/ulp/opa_vnic/opa_vnic_vema_iface.c | 8 ++++----
 5 files changed, 11 insertions(+), 13 deletions(-)

-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/2] Fix OPA_VNIC issues with debug kernel
@ 2017-06-14 19:34 Vishwanathapura, Niranjana
  0 siblings, 0 replies; 6+ messages in thread
From: Vishwanathapura, Niranjana @ 2017-06-14 19:34 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	dennis.dalessandro-ral2JQCrhuEAvxtiuMwx3w,
	mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w

Hi Doug,
Here are couple OPA_VNIC bug fixes.
As OPA_VNIC is alredy included for 4.12, it would be great
to get them into the RC release.

Thanks,
Niranjana

Vishwanathapura, Niranjana (2):
  IB/opa_vnic: Use GFP_ATOMIC while sending trap
  IB/opa_vnic: Use spinlock instead of mutex for stats_lock

 drivers/infiniband/ulp/opa_vnic/opa_vnic_ethtool.c    | 4 ++--
 drivers/infiniband/ulp/opa_vnic/opa_vnic_internal.h   | 2 +-
 drivers/infiniband/ulp/opa_vnic/opa_vnic_netdev.c     | 8 +++-----
 drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c       | 2 +-
 drivers/infiniband/ulp/opa_vnic/opa_vnic_vema_iface.c | 8 ++++----
 5 files changed, 11 insertions(+), 13 deletions(-)

-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/2] Fix OPA_VNIC issues with debug kernel
@ 2017-06-14 19:33 Vishwanathapura, Niranjana
  0 siblings, 0 replies; 6+ messages in thread
From: Vishwanathapura, Niranjana @ 2017-06-14 19:33 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Hi Doug,
Here are couple OPA_VNIC bug fixes.
As OPA_VNIC is alredy included for 4.12, it would be great
to get them into the RC release.

Thanks,
Niranjana

Vishwanathapura, Niranjana (2):
  IB/opa_vnic: Use GFP_ATOMIC while sending trap
  IB/opa_vnic: Use spinlock instead of mutex for stats_lock

 drivers/infiniband/ulp/opa_vnic/opa_vnic_ethtool.c    | 4 ++--
 drivers/infiniband/ulp/opa_vnic/opa_vnic_internal.h   | 2 +-
 drivers/infiniband/ulp/opa_vnic/opa_vnic_netdev.c     | 8 +++-----
 drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c       | 2 +-
 drivers/infiniband/ulp/opa_vnic/opa_vnic_vema_iface.c | 8 ++++----
 5 files changed, 11 insertions(+), 13 deletions(-)

-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-06-29 18:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-14 19:34 [PATCH 0/2] Fix OPA_VNIC issues with debug kernel Vishwanathapura, Niranjana
     [not found] ` <1497468882-19161-1-git-send-email-niranjana.vishwanathapura-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-06-14 19:34   ` [PATCH 1/2] IB/opa_vnic: Use GFP_ATOMIC while sending trap Vishwanathapura, Niranjana
2017-06-14 19:34   ` [PATCH 2/2] IB/opa_vnic: Use spinlock instead of mutex for stats_lock Vishwanathapura, Niranjana
2017-06-29 18:02   ` [PATCH 0/2] Fix OPA_VNIC issues with debug kernel Doug Ledford
  -- strict thread matches above, loose matches on Subject: below --
2017-06-14 19:34 Vishwanathapura, Niranjana
2017-06-14 19:33 Vishwanathapura, Niranjana

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.