mbox series

[ovs-dev,v9,0/2] debugging: Add a revalidator probe, and monitor script

Message ID 20240220214753.2799436-1-aconole@redhat.com
Headers show
Series debugging: Add a revalidator probe, and monitor script | expand

Message

Aaron Conole Feb. 20, 2024, 9:47 p.m. UTC
Resurrecting a feature from 2022, introduce a probe that indicates
why a particular flow may be selected for eviction during revalidation
and includes the flow information.

The second patch tells fedora builds to include the USDT probe support
on Fedora systems.

Aaron Conole (1):
  rhel: Enable USDT scripts by default in Fedora builds.

Kevin Sprague (1):
  revalidator: Add a USDT probe during flow deletion with purge reason.

 Documentation/topics/usdt-probes.rst         |  43 +
 ofproto/ofproto-dpif-upcall.c                |  48 +-
 rhel/openvswitch-fedora.spec.in              |   8 +
 utilities/automake.mk                        |   3 +
 utilities/usdt-scripts/flow_reval_monitor.py | 997 +++++++++++++++++++
 5 files changed, 1093 insertions(+), 6 deletions(-)
 create mode 100755 utilities/usdt-scripts/flow_reval_monitor.py