2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 01:51:26 +00:00

NEWS: Add note about PPS support for ingress policing

Packet-per-second based rate limiting on ingress recently landed,
add a NEWS item for this.

Signed-off-by: Louis Peens <louis.peens@corigine.com>
Signed-off-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
Louis Peens 2021-07-02 20:50:59 +02:00 committed by Ben Pfaff
parent 10c9dfeb53
commit 8ab198092e

4
NEWS
View File

@ -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,