iproute2: update to 4.16
[openwrt/staging/chunkeey.git] / package / network / utils / iproute2 / patches / 950-add-cake-to-tc.patch
index 216d7c7ef31c9fc4779f75a62652707d33beb2c8..c8f70da13249ed2f3c7214b0a60efe47bf7e8634 100644 (file)
@@ -1,5 +1,3 @@
-diff --git a/include/uapi/linux/pkt_sched.h b/include/uapi/linux/pkt_sched.h
-index 37b5096a..66da5df9 100644
 --- a/include/uapi/linux/pkt_sched.h
 +++ b/include/uapi/linux/pkt_sched.h
 @@ -934,4 +934,75 @@ enum {
@@ -78,9 +76,6 @@ index 37b5096a..66da5df9 100644
 +};
 +
  #endif
-diff --git a/man/man8/tc-cake.8 b/man/man8/tc-cake.8
-new file mode 100644
-index 00000000..ff77db8f
 --- /dev/null
 +++ b/man/man8/tc-cake.8
 @@ -0,0 +1,678 @@
@@ -762,8 +757,6 @@ index 00000000..ff77db8f
 +
 +This manual page was written by Loganaden Velvindron. Please report corrections
 +to the Linux Networking mailing list <netdev@vger.kernel.org>.
-diff --git a/tc/Makefile b/tc/Makefile
-index 3716dd6a..69f50a6b 100644
 --- a/tc/Makefile
 +++ b/tc/Makefile
 @@ -64,6 +64,7 @@ TCMODULES += em_meta.o
@@ -774,9 +767,6 @@ index 3716dd6a..69f50a6b 100644
  TCMODULES += q_fq.o
  TCMODULES += q_pie.o
  TCMODULES += q_hhf.o
-diff --git a/tc/q_cake.c b/tc/q_cake.c
-new file mode 100644
-index 00000000..44cadb63
 --- /dev/null
 +++ b/tc/q_cake.c
 @@ -0,0 +1,770 @@