• J
    IB: simplify static rate encoding · bf6a9e31
    Jack Morgenstein 提交于
    Push translation of static rate to HCA format into low-level drivers,
    where it belongs.  For static rate encoding, use encoding of rate
    field from IB standard PathRecord, with addition of value 0, for
    backwards compatibility with current usage.  The changes are:
    
     - Add enum ib_rate to midlayer includes.
     - Get rid of static rate translation in IPoIB; just use static rate
       directly from Path and MulticastGroup records.
     - Update mthca driver to translate absolute static rate into the
       format used by hardware.  This also fixes mthca's static rate
       handling for HCAs that are capable of 4X DDR.
    Signed-off-by: NJack Morgenstein <jackm@mellanox.co.il>
    Signed-off-by: NRoland Dreier <rolandd@cisco.com>
    bf6a9e31
ib_sa.h 13.5 KB