Re: [PATCH net-next 0/4] qed: iWARP fixes

2019-06-14 Thread David Miller
From: Michal Kalderon Date: Thu, 13 Jun 2019 11:29:39 +0300 > This series contains a few small fixes related to iWARP. Series applied.

[PATCH net-next 0/4] qed: iWARP fixes

2019-06-13 Thread Michal Kalderon
This series contains a few small fixes related to iWARP. Michal Kalderon (4): qed: iWARP - Use READ_ONCE and smp_store_release to access ep->state qed: iWARP - fix uninitialized callback qed: iWARP - Fix tc for MPA ll2 connection qed: iWARP - Fix default window size to be based on chip

[PATCH net-next 0/4] qed: iWARP fixes and enhancements

2017-09-19 Thread Michal Kalderon
This patch series includes several fixes and enhancements related to iWARP. Patch #1 is actually the last of the initial iWARP submission. It has been delayed until now as I wanted to make sure that qedr supports iWARP prior to enabling iWARP device detection. iWARP changes in RDMA tree have been