summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJianbo Liu <jianbol@nvidia.com>2022-07-08 03:06:29 +0000
committerSimon Horman <simon.horman@corigine.com>2022-07-11 11:22:26 +0200
commit5660b89a309d8ac97f859b59223020e8f29e6ba6 (patch)
tree094c1f569b9d5910dba992e7bac137ea5f004c24 /NEWS
parent218304df186fbd8cd18f4229dbc34a8c6d0fd190 (diff)
downloadopenvswitch-5660b89a309d8ac97f859b59223020e8f29e6ba6.tar.gz
dpif-netlink: Offloading meter to tc police action
OVS meters are created in advance and openflow rules refer to them by their unique ID. New tc_police API is used to offload them. By calling the API, police actions are created and meters are mapped to them. These actions then can be used in tc filter rules by the index. Signed-off-by: Jianbo Liu <jianbol@nvidia.com> Acked-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: Simon Horman <simon.horman@corigine.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 69f5f4355..74bd4ac01 100644
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,8 @@ Post-v2.17.0
* 'dpif-netdev/subtable-lookup-prio-get' appctl command renamed to
'dpif-netdev/subtable-lookup-info-get' to better reflect its purpose.
The old variant is kept for backward compatibility.
+ - Linux datapath:
+ * Add offloading meter tc police.
v2.17.0 - 17 Feb 2022