summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEli Britstein <elibr@nvidia.com>2021-05-19 08:00:53 +0000
committerIlya Maximets <i.maximets@ovn.org>2021-06-18 13:10:57 +0200
commitad256c31407d347eb185b39cb8fefc9df607e3ed (patch)
treed523de076c66ac3491f1fcb1c8a7992007b827df /NEWS
parentc16b9ac74df22e57d6ce69a3140c0fafb4a7ccf4 (diff)
downloadopenvswitch-ad256c31407d347eb185b39cb8fefc9df607e3ed.tar.gz
dpdk: Add debug appctl to get malloc statistics.
New appctl 'dpdk/get-malloc-stats' implemented to get result of 'rte_malloc_dump_stats()' function. Could be used for debugging. Signed-off-by: Eli Britstein <elibr@nvidia.com> Reviewed-by: Salem Sol <salems@nvidia.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ebba17b22..db3faf4cc 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ Post-v2.15.0
- DPDK:
* OVS validated with DPDK 20.11.1. It is recommended to use this version
until further releases.
+ * New debug appctl command 'dpdk/get-malloc-stats'.
- ovsdb-tool:
* New option '--election-timer' to the 'create-cluster' command to set the
leader election timer during cluster creation.