1. 14 2月, 2014 1 次提交
  2. 09 1月, 2014 1 次提交
  3. 06 1月, 2014 2 次提交
  4. 04 1月, 2014 1 次提交
    • M
      i40e: refactor VF reset flow · fc18eaa0
      Mitch Williams 提交于
      Fix the VF reset flow so that it works on real hardware. After
      discussions with the HW team, the reset flow has been changed
      somewhat.
      
      - Change the i40e_reset_vf function to a void type, and fix
        up the callers to reflect this.
      - Move the MSI-X disable code to i40e_free_vf_res since it must
        be done every time the VF is freed, regardless of whether or
        not it is reset.
      - Ensure that the PCIe bus is quiet before polling the reset bit.
      - Don't clear the VFGEN_RSTAT1 register at the beginning as it is
        cleared by the reset.
      - Poll longer for the reset to be done.
      - Disable the queues using an existing function rather than
        rolling our own.
      - Free and reallocate the VSI after reset to avoid rx hang.
      
      Change-Id: I11e2590431cb73e8663714d1cc5b23d59b809033
      Signed-off-by: NMitch Williams <mitch.a.williams@intel.com>
      Signed-off-by: NJesse Brandeburg <jesse.brandeburg@intel.com>
      Tested-by: NKavindya Deegala <kavindya.s.deegala@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      fc18eaa0
  5. 11 9月, 2013 1 次提交