1. 05 3月, 2015 4 次提交
  2. 03 3月, 2015 1 次提交
  3. 26 2月, 2015 2 次提交
  4. 25 2月, 2015 4 次提交
  5. 24 2月, 2015 1 次提交
  6. 09 2月, 2015 1 次提交
  7. 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
  8. 14 1月, 2015 2 次提交
  9. 06 12月, 2014 2 次提交
  10. 18 11月, 2014 2 次提交
  11. 24 10月, 2014 2 次提交
  12. 04 9月, 2014 1 次提交
  13. 27 8月, 2014 1 次提交
  14. 03 8月, 2014 2 次提交
  15. 24 7月, 2014 1 次提交
    • S
      i40e/i40evf: Add nvmupdate support · cd552cb4
      Shannon Nelson 提交于
      This implements a state machine intended to support the userland tool for
      updating the device eeprom. The state machine implements one-shot reads,
      writes, multi-step write sessions, and checksum requests. If we're in the middle
      of a multi-step write session, no one should fire off other writes, however, one
      shot reads are valid. The userland tool is expected to keep track of its session
      status, arrange the placement and ordering of the writes, and deal with the
      checksum requirement.
      
      This patch also adds nvmupdate support to ethtool callbacks.
      The get_eeprom() and set_eeprom() services in ethtool are used here to
      facilitate the userland NVMUpdate tool.  The 'magic' value in the get and
      set commands is used to pass additional control information for managing
      the read and write steps.
      
      The read operation works both as normally expected in the standard ethtool
      method, as well as with the extra NVM controls.  The write operation
      works only for the expanded NVM functions - the normal ethtool method is
      not allowed because of the NVM semaphore management needed for multipart
      writes, as well as the checksum requirement.
      
      Change-ID: I1d84a170153a9f437906744e2e350fd68fe7563d
      Signed-off-by: NShannon Nelson <shannon.nelson@intel.com>
      Tested-by: NJim Young <jamesx.m.young@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      cd552cb4
  16. 17 7月, 2014 2 次提交
  17. 03 7月, 2014 2 次提交
  18. 01 7月, 2014 2 次提交
  19. 25 6月, 2014 1 次提交
  20. 20 6月, 2014 1 次提交
  21. 11 6月, 2014 1 次提交
  22. 08 6月, 2014 2 次提交
  23. 06 6月, 2014 2 次提交