summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMike Pattrick <mkp@redhat.com>2022-12-19 08:38:38 -0500
committerIlya Maximets <i.maximets@ovn.org>2022-12-20 13:46:42 +0100
commitd34245ea150a7ae4dbae9e7fc37e3adfcbbf0bc6 (patch)
tree69089e93b2fc1456ca6fd6ea02b8f832a2db9447 /NEWS
parentc82f496c3b69a036432af7c79adbc00545621ed1 (diff)
downloadopenvswitch-d34245ea150a7ae4dbae9e7fc37e3adfcbbf0bc6.tar.gz
ovs-ctl: Allow inclusion of hugepages in coredumps.
Add new option --dump-hugepages option in ovs-ctl to enable the addition of hugepages in the core dump filter. Reviewed-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Mike Pattrick <mkp@redhat.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 265375e1c..95d82632f 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,10 @@ Post-v3.0.0
10 Gbps link speed by default in case the actual link speed cannot be
determined. Previously it was 10 Mbps. Values can still be overridden
by specifying 'max-rate' or '[r]stp-path-cost' accordingly.
+ - ovs-ctl:
+ * New option '--dump-hugepages' to include hugepages in core dumps. This
+ can assist with postmortem analysis involving DPDK, but may also produce
+ significantly larger core dump files.
v3.0.0 - 15 Aug 2022