1. 20 10月, 2015 1 次提交
  2. 16 10月, 2015 1 次提交
  3. 15 10月, 2015 1 次提交
  4. 14 10月, 2015 1 次提交
    • C
      i40e/i40evf: Add module_types and update_link_info · 0a862b43
      Catherine Sullivan 提交于
      Add a module_types variable to the link_info struct to save the module
      information from get_phy_capabilities. This information can be used to
      determine which speeds the module supports.
      
      Also add a new function update_link_info which updates the module_types
      parameter and then calls get_link_info. This function should be called
      in place of get_link_info so that the module_types variable stays
      up-to-date with the rest of the link information.
      
      The EAS table does not reflect the values that are actually returned,
      so instead, basing these values on the Ethernet compliance codes
      specified in table 33 of SFF-8436 as these have been accurate.
      
      Use the new variable in ethtool to differentiate between a 10G/1G dual
      speed fiber module and a 10G only module.
      
      Change-ID: Ib7585cce321319c10ce15180054c41a6cbd41389
      Signed-off-by: NCatherine Sullivan <catherine.sullivan@intel.com>
      Tested-by: NAndrew Bowers <andrewx.bowers@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      0a862b43
  5. 09 10月, 2015 1 次提交
  6. 08 10月, 2015 3 次提交
  7. 30 9月, 2015 2 次提交
  8. 06 8月, 2015 2 次提交
  9. 23 7月, 2015 2 次提交
  10. 15 7月, 2015 1 次提交
  11. 15 4月, 2015 3 次提交
  12. 27 3月, 2015 2 次提交
  13. 09 3月, 2015 2 次提交
  14. 07 3月, 2015 2 次提交
  15. 05 3月, 2015 4 次提交
  16. 03 3月, 2015 1 次提交
  17. 26 2月, 2015 2 次提交
  18. 25 2月, 2015 4 次提交
  19. 24 2月, 2015 1 次提交
  20. 09 2月, 2015 1 次提交
  21. 16 1月, 2015 1 次提交
    • N
      i40e: Support for NPAR iSCSI partition with DCB · 63d7e5a4
      Neerav Parikh 提交于
      Add parsing and reporting of iSCSI capability for a given device or
      function.
      
      Also add support for iSCSI partition type with DCB in NPAR mode.
      In this mode it is expected that software would configure both the LAN
      and iSCSI traffic classes for the iSCSI partition; whereas all the NIC
      type partitions will use LAN TC (TC0) only.
      Hence, the patch enables querying of DCB configuration in MFP mode and
      configures TCs for iSCSI partition type.
      
      Though NIC type partitions may not have more than 1 TC enabled for them
      the port may have multiple TCs enabled and hence I40E_FLAG_DCB_ENABLED
      will be set/reset on all the partitions based on number of TCs on the
      port. This is required as in DCB environment it is expected that all
      traffic will be priority tagged.
      
      Change-ID: I8c6e1cfd46c46d8a39c57d9020d9ff8d42ed8a7d
      Signed-off-by: NNeerav Parikh <neerav.parikh@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      63d7e5a4
  22. 14 1月, 2015 2 次提交