From: Michael S. Tsirkin Date: Wed, 20 Jun 2007 16:22:15 +0000 (+0300) Subject: IPoIB/cm: Fix interoperability when MTU doesn't match X-Git-Tag: v2.6.22-rc6~38^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82c3aca6ad9004169df8f2f8c0747686fe4003b3;p=pandora-kernel.git IPoIB/cm: Fix interoperability when MTU doesn't match IPoIB connected mode currently rejects a connection request unless the supported MTU is >= the local netdevice MTU. This breaks interoperability with implementations that might have tweaked IPOIB_CM_MTU, and there's real no longer a reason to do so: this test is just a leftover from when we did not tweak MTU per-connection. Fix this by making the test as permissive as possible. Signed-off-by: Michael S. Tsirkin Signed-off-by: Roland Dreier --- Reading git-diff-tree failed