mbox series

[for-rc,0/2] AIP fixes

Message ID 20200623204237.108092.33229.stgit@awfm-01.aw.intel.com (mailing list archive)
Headers show
Series AIP fixes | expand

Message

Dennis Dalessandro June 23, 2020, 8:43 p.m. UTC
Two fixes for AIP which was accepted this cycle.
---

Mike Marciniszyn (2):
      IB/hfi1: Correct -EBUSY handling in tx code
      IB/hfi1: Add atomic triggered sleep/wakeup


 drivers/infiniband/hw/hfi1/ipoib.h    |    6 ++
 drivers/infiniband/hw/hfi1/ipoib_tx.c |  102 +++++++++++++++++++++------------
 2 files changed, 71 insertions(+), 37 deletions(-)

--
-Denny

Comments

Jason Gunthorpe June 24, 2020, 7:14 p.m. UTC | #1
On Tue, Jun 23, 2020 at 04:43:16PM -0400, Dennis Dalessandro wrote:
> Two fixes for AIP which was accepted this cycle.
> ---
> 
> Mike Marciniszyn (2):
>       IB/hfi1: Correct -EBUSY handling in tx code
>       IB/hfi1: Add atomic triggered sleep/wakeup

Applied to for-rc

Thanks
Jason