Searched hist:c1b56878fb68e9c14070939ea4537ad4db79ffae (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/ |
H A D | gen_stats.h | diff c1b56878fb68e9c14070939ea4537ad4db79ffae Tue Nov 25 23:14:06 CST 2008 Stephen Hemminger <shemminger@vyatta.com> tc: policing requires a rate estimator
Found that while trying average rate policing, it was possible to request average rate policing without a rate estimator. This results in no policing which is harmless but incorrect.
Since policing could be setup in two steps, need to check in the kernel.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/core/ |
H A D | gen_estimator.c | diff c1b56878fb68e9c14070939ea4537ad4db79ffae Tue Nov 25 23:14:06 CST 2008 Stephen Hemminger <shemminger@vyatta.com> tc: policing requires a rate estimator
Found that while trying average rate policing, it was possible to request average rate policing without a rate estimator. This results in no policing which is harmless but incorrect.
Since policing could be setup in two steps, need to check in the kernel.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/sched/ |
H A D | act_police.c | diff a883bf564ea555447a76682bb2d8d4bc92e23e0e Wed Mar 04 19:38:10 CST 2009 Jarek Poplawski <jarkao2@gmail.com> pkt_sched: act_police: Fix a rate estimator test.
A commit c1b56878fb68e9c14070939ea4537ad4db79ffae "tc: policing requires a rate estimator" introduced a test which invalidates previously working configs, based on examples from iproute2: doc/actions/actions-general. This is too rigorous: a rate estimator is needed only when police's "avrate" option is used.
Reported-by: Joao Correia <joaomiguelcorreia@gmail.com> Diagnosed-by: John Dykstra <john.dykstra1@gmail.com> Signed-off-by: Jarek Poplawski <jarkao2@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> diff c1b56878fb68e9c14070939ea4537ad4db79ffae Tue Nov 25 23:14:06 CST 2008 Stephen Hemminger <shemminger@vyatta.com> tc: policing requires a rate estimator
Found that while trying average rate policing, it was possible to request average rate policing without a rate estimator. This results in no policing which is harmless but incorrect.
Since policing could be setup in two steps, need to check in the kernel.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|