From: Jack Morgenstein Date: Wed, 1 Aug 2007 09:28:53 +0000 (+0300) Subject: mlx4_core: Write MTTs from CPU instead with of WRITE_MTT FW command X-Git-Tag: v2.6.24-rc1~1453^2~35 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7bb58fb1c0e7264a7261c7d0304121ef9402e94;p=pandora-kernel.git mlx4_core: Write MTTs from CPU instead with of WRITE_MTT FW command Write MTT entries directly to ICM from the driver (eliminating use of WRITE_MTT command). This reduces the number of FW commands needed to register an MR by at least a factor of 2 and speeds up memory registration significantly. This code will also be used to implement FMRs. Signed-off-by: Jack Morgenstein Signed-off-by: Michael S. Tsirkin Signed-off-by: Roland Dreier --- Reading git-diff-tree failed