commit | 426328963078f644c7194403a308588cf684d4c6 | [log] [tgz] |
---|---|---|
author | Steve Wise <swise@opengridcomputing.com> | Mon Feb 16 21:23:32 2009 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Feb 16 21:23:32 2009 -0800 |
tree | 4f4d22db8b998b0275800c69075cf1471bdc7b9c | |
parent | 42fb61f02f9bdc476c7a76d3cce0400d989f44c5 [diff] |
RDMA/cxgb3: Remove modulo math from build_rdma_recv() 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>