From: Joachim Fenkes Date: Thu, 24 Jan 2008 16:59:08 +0000 (+0100) Subject: IB/ehca: Prevent sending UD packets to QP0 X-Git-Tag: v2.6.25-rc1~790^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b7274c39228d7a8c81a411dc3969763e9069c56;p=pandora-kernel.git IB/ehca: Prevent sending UD packets to QP0 The IB spec doesn't allow packets to QP0 sent on any other VL than VL15. Hardware doesn't filter those packets on the send side, so we need to do this in the driver and firmware. As eHCA doesn't support QP0, we can just filter out all traffic going to QP0, regardless of SL or VL. Signed-off-by: Joachim Fenkes Signed-off-by: Roland Dreier --- Reading git-diff-tree failed