1. 21 11月, 2009 1 次提交
  2. 17 11月, 2009 1 次提交
  3. 07 11月, 2009 3 次提交
  4. 05 10月, 2009 2 次提交
  5. 03 10月, 2009 1 次提交
  6. 01 10月, 2009 4 次提交
  7. 22 9月, 2009 3 次提交
  8. 15 9月, 2009 2 次提交
  9. 04 9月, 2009 2 次提交
  10. 02 9月, 2009 1 次提交
  11. 01 9月, 2009 3 次提交
  12. 27 8月, 2009 2 次提交
  13. 15 8月, 2009 1 次提交
  14. 14 8月, 2009 1 次提交
  15. 10 8月, 2009 2 次提交
  16. 06 8月, 2009 1 次提交
    • L
      ixgbe: allow vlan egress priority mapping in DCB mode · 36e89d73
      Lucy Liu 提交于
      The skb priority to vlan-qos egress mapping that can be configured using
      set_egress_map with vconfig is overriden by the DCB code in the driver.
      
      This patch allows this existing mechanism to work and will increase the
      configuration flexibility of DCB mode on Linux.
      
      A hierarchy of configuration is:
      
      1. Modifies the ixgbe_select_queue() routine for DCB mode to return the
      priority value from the VLAN tag. It will normally be zero, unless the egress
      priority map has modified it. This will get packets into the correct queue and
      result in the queue_mapping field being set correctly.
      
      2. Any tc filter which modifies queue_mapping will be honored, as the filters
      are handled after the vlan egress map is handled.
      Signed-off-by: NLucy Liu <lucy.liu@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      36e89d73
  17. 31 7月, 2009 2 次提交
  18. 27 7月, 2009 1 次提交
  19. 24 7月, 2009 3 次提交
  20. 18 7月, 2009 3 次提交
  21. 10 7月, 2009 1 次提交
    • Y
      ixgbe: Fix coexistence of FCoE and Flow Director in 82599 · 8faa2a78
      Yi Zou 提交于
      Fix coexistence of Fiber Channel over Ethernet (FCoE) and Flow Director (FDIR)
      in 82599 and remove the disabling of FDIR when FCoE is enabled.
      
      Currently, FDIR is turned off when FCoE is enabled under the assumption that
      FCoE is always enabled with DCB being turned on. However, FDIR does not have
      to be turned off all the time when FCoE is enabled since FCoE can be enabled
      without DCB being turned on, e.g., use link pause only. This patch makes sure
      that when DCB is turned on or off, FDIR is turned on or off correspondingly;
      and when FCoE is enabled, it does not disable FDIR, rather, it will have FDIR
      set up properly so FCoE and FDIR can coexist regardless of DCB being on or off.
      Signed-off-by: NYi Zou <yi.zou@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      8faa2a78