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

-- 
2.41.0

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to