Re: [PATCH 2/2] tc: policing requires a rate estimator
From: David Miller <davem@davemloft.net> Date: 2008-11-26 05:14:13
From: Stephen Hemminger <redacted>
Date: Tue, 25 Nov 2008 10:21:13 -0800
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 <redacted>