mbox series

[for-rc,0/6] HFI fixups around expected recv

Message ID 167328512911.1472310.3529280633243532911.stgit@awfm-02.cornelisnetworks.com (mailing list archive)
Headers show
Series HFI fixups around expected recv | expand

Message

Dennis Dalessandro Jan. 9, 2023, 5:31 p.m. UTC
While working on a FIXME for next cycle Dean found some other issues that we
should probably try to get in for RC. Mostly in the error/teardown case but this
also has a change to reserve expected TIDs which is the more correc behavior and
enables the follow on patches for the FIXME.

---

Dean Luick (6):
      IB/hfi1: Restore allocated resources on failed copyout
      IB/hfi1: Reject a zero-length user expected buffer
      IB/hfi1: Reserve user expected TIDs
      IB/hfi1: Fix expected receive setup error exit issues
      IB/hfi1: Immediately remove invalid memory from hardware
      IB/hfi1: Remove user expected buffer invalidate race


 drivers/infiniband/hw/hfi1/file_ops.c     |   5 +-
 drivers/infiniband/hw/hfi1/user_exp_rcv.c | 200 +++++++++++++++-------
 drivers/infiniband/hw/hfi1/user_exp_rcv.h |   3 +
 3 files changed, 147 insertions(+), 61 deletions(-)

--
-Denny

Comments

Leon Romanovsky Jan. 10, 2023, 10:17 a.m. UTC | #1
On Mon, Jan 09, 2023 at 12:31:00PM -0500, Dennis Dalessandro wrote:
> While working on a FIXME for next cycle Dean found some other issues that we
> should probably try to get in for RC. Mostly in the error/teardown case but this
> also has a change to reserve expected TIDs which is the more correc behavior and
> enables the follow on patches for the FIXME.
> 
> ---
> 
> Dean Luick (6):
>       IB/hfi1: Restore allocated resources on failed copyout

This needs to be resent.

>       IB/hfi1: Reject a zero-length user expected buffer
>       IB/hfi1: Reserve user expected TIDs
>       IB/hfi1: Fix expected receive setup error exit issues
>       IB/hfi1: Immediately remove invalid memory from hardware
>       IB/hfi1: Remove user expected buffer invalidate race

These applied to -rc.

Thanks

> 
> 
>  drivers/infiniband/hw/hfi1/file_ops.c     |   5 +-
>  drivers/infiniband/hw/hfi1/user_exp_rcv.c | 200 +++++++++++++++-------
>  drivers/infiniband/hw/hfi1/user_exp_rcv.h |   3 +
>  3 files changed, 147 insertions(+), 61 deletions(-)
> 
> --
> -Denny
>