1. 19 2月, 2017 4 次提交
  2. 12 12月, 2016 1 次提交
  3. 16 11月, 2016 8 次提交
  4. 02 10月, 2016 5 次提交
  5. 03 9月, 2016 2 次提交
  6. 23 8月, 2016 2 次提交
  7. 03 8月, 2016 12 次提交
  8. 24 6月, 2016 1 次提交
  9. 26 5月, 2016 2 次提交
  10. 14 5月, 2016 2 次提交
  11. 29 4月, 2016 1 次提交
    • E
      IB/hfi1: Always turn on CDRs for low power QSFP modules · 145dd2b3
      Easwar Hariharan 提交于
      Clock and data recovery mechanisms (CDRs) in active QSFP modules
      can be turned on or off to improve the bit error rate observed on
      the channel. Signal integrity and bit error rate requirements require
      us to always turn on any CDRs present in low power cables (power
      dissipation 2.5W or lower). However, we adhere to the platform
      designer's settings (provided in the platform configuration) for
      higher power cables (dissipation 3.5W or higher) if the platform
      designer has determined that the platform requires the CDRs to be
      turned on (or off) and is capable of supplying and cooling the higher
      power modules.
      
      This patch also introduces the get_qsfp_power_class function to
      centralize the bit twiddling required to determine the QSFP power class
      across the code. Reusing this function improves the readability of code
      that depends on knowing the power class of the cable, such as the
      active and optical channel tuning algorithm.
      Reviewed-by: NDean Luick <dean.luick@intel.com>
      Reviewed-by: NDennis Dalessandro <dennis.dalessandro@intel.com>
      Signed-off-by: NEaswar Hariharan <easwar.hariharan@intel.com>
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      145dd2b3