Home
last modified time | relevance | path

Searched hist:c1b56878fb68e9c14070939ea4537ad4db79ffae (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/
H A Dgen_stats.hdiff 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 Dgen_estimator.cdiff 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 Dact_police.cdiff 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>