From e27d013c3a45d112d109ac89ca37e6ad74d3a291 Mon Sep 17 00:00:00 2001 From: luka Date: Tue, 14 May 2013 23:49:34 +0000 Subject: [package] iproute2: upgrade to 3.9.0 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36638 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../iproute2/patches/000-sync_pkt_sched_h.patch | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 package/network/utils/iproute2/patches/000-sync_pkt_sched_h.patch (limited to 'package/network/utils/iproute2/patches/000-sync_pkt_sched_h.patch') diff --git a/package/network/utils/iproute2/patches/000-sync_pkt_sched_h.patch b/package/network/utils/iproute2/patches/000-sync_pkt_sched_h.patch deleted file mode 100644 index b06bc7071..000000000 --- a/package/network/utils/iproute2/patches/000-sync_pkt_sched_h.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- a/include/linux/pkt_sched.h -+++ b/include/linux/pkt_sched.h -@@ -214,6 +214,33 @@ struct tc_sfq_xstats { - __s32 allot; - }; - -+/* ESFQ section */ -+ -+enum -+{ -+ /* traditional */ -+ TCA_SFQ_HASH_CLASSIC, -+ TCA_SFQ_HASH_DST, -+ TCA_SFQ_HASH_SRC, -+ TCA_SFQ_HASH_FWMARK, -+ /* conntrack */ -+ TCA_SFQ_HASH_CTORIGDST, -+ TCA_SFQ_HASH_CTORIGSRC, -+ TCA_SFQ_HASH_CTREPLDST, -+ TCA_SFQ_HASH_CTREPLSRC, -+ TCA_SFQ_HASH_CTNATCHG, -+}; -+ -+struct tc_esfq_qopt -+{ -+ unsigned quantum; /* Bytes per round allocated to flow */ -+ int perturb_period; /* Period of hash perturbation */ -+ __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 */ -+}; -+ - /* RED section */ - - enum { -- cgit v1.2.3