RDMA/cxgb3: Remove modulo math from build_rdma_recv()
authorSteve Wise <swise@opengridcomputing.com>
Tue, 17 Feb 2009 05:23:32 +0000 (21:23 -0800)
committerRoland Dreier <rolandd@cisco.com>
Tue, 17 Feb 2009 05:23:32 +0000 (21:23 -0800)
Remove modulo usage to avoid a divide in the fast path (not all
gcc versions do strength reduction here).

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found