mbox series

[iproute2,0/2] tc: pie: make tc/q_pie.c consistent with the kernel

Message ID 20190323184835.20456-1-lesliemonis@gmail.com
Headers show
Series tc: pie: make tc/q_pie.c consistent with the kernel | expand

Message

Leslie Monis March 23, 2019, 6:48 p.m. UTC
The PIE qdisc implementation in Linux has recently been
aligned with RFC 8033. This patch series makes tc/q_pie.c
consistent with that implementation and also updates the man
page tc-pie(8).

Leslie Monis (2):
  tc: pie: change maximum integer value of tc_pie_xstats->prob
  tc: pie: update man page

 man/man8/tc-pie.8 | 40 ++++++++++++++++++----------------------
 man/man8/tc.8     |  1 +
 tc/q_pie.c        |  2 +-
 3 files changed, 20 insertions(+), 23 deletions(-)