mbox series

[ovs-dev,0/2] ofproto-ipfix: use per-domain template timeouts

Message ID 20221018120214.1106988-1-amorenoz@redhat.com
Headers show
Series ofproto-ipfix: use per-domain template timeouts | expand

Message

Adrian Moreno Oct. 18, 2022, 12:02 p.m. UTC
While testing per-flow IPFIX sampling I realized that if the controller
configures multiple Observation Domain IDs, IPFIX sampling doesn't
actually work because Template information is not sent for all of them,
making the collector fail to decode samples.

The first patch fixes this situation, while the second adds more
configurability on top.

I leave at the maintainers's discretion the decision whether or not to
backport the first patch.

Adrian Moreno (2):
  ofproto-ipfix: use per-domain template timeouts
  ipfix: make template and stats interval configurable

 NEWS                         |   2 +
 ofproto/ofproto-dpif-ipfix.c | 158 ++++++++++++++++++++++++++++-------
 ofproto/ofproto.h            |   9 ++
 vswitchd/bridge.c            |  12 +++
 vswitchd/vswitch.ovsschema   |  12 ++-
 vswitchd/vswitch.xml         |  20 +++++
 6 files changed, 184 insertions(+), 29 deletions(-)