summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwangchuanlei <wangchuanlei@inspur.com>2023-01-18 20:31:17 -0500
committerIlya Maximets <i.maximets@ovn.org>2023-01-31 17:40:50 +0100
commite22e1f6725b99007b469fcccdbb48f525f302757 (patch)
tree8e541be074d57ff5e23b6d13a0f58c5d057fa7eb /NEWS
parente1e5eac5b0167c65c802bd60ed37605b1e1c9c92 (diff)
downloadopenvswitch-e22e1f6725b99007b469fcccdbb48f525f302757.tar.gz
dpctl: Add support to count upcall packets.
Add support to count upcall packets per port, both succeed and failed, which is a better way to see how many packets upcalled on each interface. Acked-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: wangchuanlei <wangchuanlei@inspur.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 83c126b00..fe6055a27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
Post-v3.1.0
--------------------
+ - Linux kernel datapath:
+ * OVS now collects per-interface upcall statistics that can be obtained
+ via 'ovs-appctl dpctl/show -s' or the interface's statistics column
+ in OVSDB. Available with upstream kernel 6.2+.
v3.1.0 - xx xxx xxxx