[ovs-git] [openvswitch/ovs] e3ca91: ofproto: report coverage on hitting datapath flow ...

Gowrishankar Muthukrishnan noreply at github.com
Mon Jul 13 23:15:47 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: e3ca911fc116714466e06de25901978cba8f9718
      https://github.com/openvswitch/ovs/commit/e3ca911fc116714466e06de25901978cba8f9718
  Author: Gowrishankar Muthukrishnan <gmuthukr at redhat.com>
  Date:   2020-07-13 (Mon, 13 Jul 2020)

  Changed paths:
    M ofproto/ofproto-dpif-upcall.c

  Log Message:
  -----------
  ofproto: report coverage on hitting datapath flow limit

Whenever the number of flows in the datapath crosses above
the flow limit set/autoconfigured, it is helpful to report
this event through coverage counter for an operator/devops
engineer to know and take proactive corrections in the
switch configuration.

Today, these events are reported in ovs vswitch log when
a new flow can not be inserted in upcall processing in which
case ovs writes a warning, otherwise an auto correction
made by ovs to flush old flows without any intimation at all.

Signed-off-by: Gowrishankar Muthukrishnan <gmuthukr at redhat.com>
Signed-off-by: William Tu <u9012063 at gmail.com>




More information about the git mailing list