IB/ehca: Fix static rate calculation
authorJoachim Fenkes <fenkes@de.ibm.com>
Fri, 2 Nov 2007 13:41:49 +0000 (15:41 +0200)
committerRoland Dreier <rolandd@cisco.com>
Tue, 13 Nov 2007 23:27:00 +0000 (15:27 -0800)
commit51aaa54eb9e9f01878aa5d62277fd156e458dfe1
tree135d4f2f8ae6543f034e9607ae58fa05b8944451
parent40ebb5615e2e069d3b8936b894ceff436c914003
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>
drivers/infiniband/hw/ehca/ehca_av.c
drivers/infiniband/hw/ehca/ehca_classes.h
drivers/infiniband/hw/ehca/ehca_iverbs.h
drivers/infiniband/hw/ehca/ehca_main.c
drivers/infiniband/hw/ehca/ehca_qp.c