1. 14 5月, 2016 2 次提交
  2. 06 5月, 2016 3 次提交
  3. 26 4月, 2016 1 次提交
  4. 06 4月, 2016 1 次提交
  5. 05 4月, 2016 1 次提交
  6. 20 2月, 2016 3 次提交
  7. 19 2月, 2016 2 次提交
  8. 18 2月, 2016 5 次提交
  9. 17 2月, 2016 1 次提交
  10. 04 2月, 2016 4 次提交
  11. 03 12月, 2015 1 次提交
    • J
      i40e: use priv flags to control packet split · 827de392
      Jesse Brandeburg 提交于
      Ethtool priv flags implementation to enable or disable packet split, which
      is a hardware feature that inspects headers and will put headers in a
      separate DMA buffer from the payload data.  The driver was automatically
      choosing to enable packet split in some cases and this gives the user the
      ability to turn it off/on explicitly.
      
      to query state:
      ethtool --show-priv-flags ethx
      
      to enable:
      ethtool --set-priv-flags ethx packet-split on
      to disable:
      ethtool --set-priv-flags ethx packet-split off
      
      Why would anyone want this?
      	Because some environments benefit from header/data split in the receive
      	buffer, and the driver defaults to one or the other depending on
      	environment/kernel parameters.
      
      Why didn't you implement a generic ethtool control for this feature?
      	Because Intel hardware is the only hardware that supports header/data
      	split.
      
      Change-ID: I803121e1eecc9ccb2884031fd85dd1110b3af66d
      Signed-off-by: NJesse Brandeburg <jesse.brandeburg@intel.com>
      Tested-by: NAndrew Bowers <andrewx.bowers@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      827de392
  12. 02 12月, 2015 1 次提交
  13. 26 11月, 2015 4 次提交
  14. 23 10月, 2015 1 次提交
  15. 20 10月, 2015 2 次提交
  16. 16 10月, 2015 6 次提交
  17. 15 10月, 2015 2 次提交