From: Louis Peens <[email protected]> Packet-per-second based rate limiting on ingress recently landed, add a NEWS item for this.
Signed-off-by: Louis Peens <[email protected]> Signed-off-by: Simon Horman <[email protected]> --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index f02f07cdf..a2a2dcf95 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ Post-v2.15.0 --------------------- + - Ingress Policing: + * Rate limiting configuration now supports setting packet-per-second + limits in addition to the previously configurable byte rate settings. + This is not supported in the userspace datapath yet. - OVSDB: * New command line options --record/--replay for ovsdb-server and ovsdb-client to record and replay all the incoming transactions, -- 2.20.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
