You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
osc/pt2pt: Fix put hang when used with win_lock_all
* Mark's patch
* This condition was introduced in:
- 9444df1
- Would like to review with Nathan on this patch.
* put is waiting for `eager_send_active` to become `true`, but (for some reason) when
incoming post()s or ACKs of lock requests trigger this function it declines to
transition `eager_send_active` to `true` in the case of Win_lock_all.
0 commit comments