From: Ralph Campbell Date: Wed, 25 Jul 2007 18:08:28 +0000 (-0700) Subject: IB/ipath: Change UD to queue work requests like RC & UC X-Git-Tag: v2.6.24-rc1~1453^2~23 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ee97180ac76deb5a715ac45b7d7516e6ee82ae7;p=pandora-kernel.git 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 Signed-off-by: Roland Dreier --- Reading git-diff-tree failed