]> git.pld-linux.org Git - packages/linux-libc-headers.git/commitdiff
- fixed.
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 7 May 2004 21:47:17 +0000 (21:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    linux-libc-headers-esfq.patch -> 1.3

linux-libc-headers-esfq.patch

index 975c5f6a6d74c1537dcba672ea196a9bb8cc2e1a..0a07d545947e2542539ac8c706f1b2824629e9bc 100644 (file)
@@ -1,15 +1,7 @@
---- linux-libc-headers-2.6.5.0/include/linux/pkt_sched.h.orig  2004-04-19 23:13:51.000000000 +0200
-+++ linux-libc-headers-2.6.5.0/include/linux/pkt_sched.h       2004-04-25 19:26:50.921597168 +0200
-@@ -27,6 +27,8 @@
-    Particular schedulers may have also their private records.
-  */
-+#include <linux/types.h>
-+
- struct tc_stats
- {
-       __u64   bytes;                  /* NUmber of enqueues bytes */
-@@ -154,6 +156,13 @@
+diff -uNr linux-libc-headers-2.6.5.1.orig/include/linux/pkt_sched.h linux-libc-headers-2.6.5.1/include/linux/pkt_sched.h
+--- linux-libc-headers-2.6.5.1.orig/include/linux/pkt_sched.h  2004-05-02 23:08:48.000000000 +0200
++++ linux-libc-headers-2.6.5.1/include/linux/pkt_sched.h       2004-05-07 23:42:56.411761880 +0200
+@@ -157,6 +157,13 @@
  
  /* SFQ section */
  
  struct tc_sfq_qopt
  {
        unsigned        quantum;        /* Bytes per round allocated to flow */
+@@ -164,6 +171,7 @@
+       __u32           limit;          /* Maximal packets in queue */
+       unsigned        divisor;        /* Hash divisor  */
+       unsigned        flows;          /* Maximal number of flows  */
++      unsigned        hash_kind;      /* Hash function to use for flow identification */
+ };
+ /*
+@@ -173,6 +181,8 @@
+  *
+  *    The only reason for this is efficiency, it is possible
+  *    to change these parameters in compile time.
++ *    
++ *    If you need to play with this values use esfq.
+  */
+ /* RED section */
This page took 0.030115 seconds and 4 git commands to generate.