From: Roland Dreier Date: Wed, 18 Jul 2007 18:46:27 +0000 (-0700) Subject: IB/mlx4: Factor out setting WQE data segment entries X-Git-Tag: v2.6.23-rc1~483^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d420d9e32f4bd741b2f0b7227a91941107f96b47;p=pandora-kernel.git IB/mlx4: Factor out setting WQE data segment entries Factor code to set data segment entries out of mlx4_ib_post_send() into set_data_seg(). This cleans up the code and lets the compiler do a better job -- on x86_64: add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-16 (-16) function old new delta mlx4_ib_post_send 1598 1582 -16 Signed-off-by: Roland Dreier --- Reading git-diff-tree failed