commit | c0be5fb5f835110652911ea8b88ad78f841e5b45 | [log] [tgz] |
---|---|---|
author | Eli Cohen <eli@mellanox.co.il> | Thu May 24 16:05:01 2007 +0300 |
committer | Roland Dreier <rolandd@cisco.com> | Thu May 24 14:02:38 2007 -0700 |
tree | a6ba737cd09555a0b24bef370c01e623ca78fca9 | |
parent | 02d89b87081f516ad3993637f9b75db0d9786554 [diff] |
IB/mlx4: Initialize send queue entry ownership bits We need to initialize the owner bit of send queue WQEs to hardware ownership whenever the QP is modified from reset to init, not just when the QP is first allocated. This avoids having the hardware process stale WQEs when the QP is moved to reset but not destroyed and then modified to init again. Signed-off-by: Eli Cohen <eli@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>