IB/ipath: Change UD to queue work requests like RC & UC
authorRalph Campbell <ralph.campbell@qlogic.com>
Wed, 25 Jul 2007 18:08:28 +0000 (11:08 -0700)
committerRoland Dreier <rolandd@cisco.com>
Wed, 10 Oct 2007 03:05:49 +0000 (20:05 -0700)
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>

No differences found