1. 24 11月, 2009 2 次提交
  2. 19 11月, 2009 1 次提交
  3. 17 11月, 2009 1 次提交
  4. 14 11月, 2009 2 次提交
  5. 12 11月, 2009 1 次提交
  6. 07 11月, 2009 3 次提交
  7. 29 10月, 2009 1 次提交
  8. 14 10月, 2009 1 次提交
  9. 09 10月, 2009 1 次提交
  10. 08 10月, 2009 1 次提交
  11. 05 10月, 2009 2 次提交
  12. 03 10月, 2009 1 次提交
  13. 01 10月, 2009 4 次提交
  14. 22 9月, 2009 3 次提交
  15. 15 9月, 2009 2 次提交
  16. 04 9月, 2009 2 次提交
  17. 02 9月, 2009 1 次提交
  18. 01 9月, 2009 3 次提交
  19. 27 8月, 2009 2 次提交
  20. 15 8月, 2009 1 次提交
  21. 14 8月, 2009 1 次提交
  22. 10 8月, 2009 2 次提交
  23. 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
  24. 31 7月, 2009 1 次提交