commit | 51aaa54eb9e9f01878aa5d62277fd156e458dfe1 | [log] [tgz] |
---|---|---|
author | Joachim Fenkes <fenkes@de.ibm.com> | Fri Nov 02 15:41:49 2007 +0200 |
committer | Roland Dreier <rolandd@cisco.com> | Tue Nov 13 15:27:00 2007 -0800 |
tree | 135d4f2f8ae6543f034e9607ae58fa05b8944451 | |
parent | 40ebb5615e2e069d3b8936b894ceff436c914003 [diff] |
IB/ehca: Fix static rate calculation The IPD (inter-packet delay) formula was a little off and assumed a fixed physical link rate; fix the formula and query the actual physical link rate, now that we can get it. Also, refactor the calculation into a common function ehca_calc_ipd() and use that instead of duplicating code. Signed-off-by: Joachim Fenkes <fenkes@de.ibm.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>