commit | 4ee97180ac76deb5a715ac45b7d7516e6ee82ae7 | [log] [tgz] |
---|---|---|
author | Ralph Campbell <ralph.campbell@qlogic.com> | Wed Jul 25 11:08:28 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Tue Oct 09 20:05:49 2007 -0700 |
tree | 6683d1c34d3f36271a9d8275a645ce67222ffc56 | |
parent | 210d6ca3db058cd1d6e6fd235ee3e25d6ac221cd [diff] |
IB/ipath: Change UD to queue work requests like RC & UC The code to post UD sends tried to process work requests at the time ib_post_send() is called without using a WQE queue. This was fine as long as HW resources were available for sending a packet. This patch changes UD to be handled more like RC and UC and shares more code. Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>