Skip to content
Snippets Groups Projects
  1. Nov 03, 2011
  2. Oct 27, 2011
  3. Jul 29, 2011
  4. Apr 12, 2011
    • Jo-Philipp Wich's avatar
      This patch updates qos-scripts to support fair traffic sharing using the SFQ... · 9646ca6c
      Jo-Philipp Wich authored
      This patch updates qos-scripts to support fair traffic sharing using the SFQ with external classifiers method. It also corrects a bug in the unsupported ESFQ method already used by qos-scripts. (ESFQ: http://fatooh.org/esfq-2.6/ only updated to 2.6.24, it was switched to an SFQ patch after that and not updated since 2008)
      
      A class can be forced to use SFQ, and an external classifier added like
      this:
      
      config class "Normal"
               option avgrate     10
               option priority    30
               option packetdelay 100
               option limitrate   94
      #       option qdisc      "sfq perturb 2"
      config class "Normal_up"
      #       option filter   "protocol all flow hash keys src divisor 1024"
      config class "Normal_down"
      #       option filter   "protocol all flow hash keys dst divisor 1024"
      
      Using these options, the user needs to load cls_flow before qos-scripts
      starts.
      
      I've got more information here:
      http://oneitguy.com/blogs/netprince/fair-traffic-sharing-esfq-broken-switching-sfqexternal-classifiers
      
      This has been tested on r23914.
      
      Signed-off-by: Ben Pfountz <netprince<>vt_edu>
      
      SVN-Revision: 26622
      9646ca6c
  5. Mar 30, 2011
  6. Feb 24, 2011
  7. Feb 22, 2011
  8. Feb 21, 2011
  9. Jan 20, 2011
  10. Oct 05, 2010
  11. Oct 04, 2010
  12. Feb 26, 2010
  13. Dec 09, 2009
  14. Jul 24, 2009
  15. May 20, 2009
  16. Apr 17, 2009
  17. Feb 21, 2009
  18. Sep 24, 2008
  19. Mar 27, 2008
  20. Feb 03, 2008
  21. Sep 27, 2007
  22. Sep 20, 2007
  23. Sep 07, 2007
  24. Jul 11, 2007
  25. Jun 30, 2007
    • Felix Fietkau's avatar
      qos-scripts update: · 8c0de173
      Felix Fietkau authored
      - rewrite the RED qdisc calculations and add some comments
      this should fix the warnings about bursting (should also fix quirks with various linespeed settings)
      - reduce the calculated overhead for upstream, while i'm at it...
      
      SVN-Revision: 7782
      8c0de173
  26. Jun 11, 2007
  27. Jun 02, 2007
  28. May 04, 2007
  29. Apr 24, 2007
  30. Apr 07, 2007
  31. Apr 06, 2007
  32. Mar 04, 2007
Loading