[ovs-dev] add flow aggregation and caching to IPFIX exporter

Romain Lenglet rlenglet at vmware.com
Thu Jul 11 23:48:54 UTC 2013


This patch implements an aggregator in the IPFIX exporter, to reduce
the volume of IPFIX messages sent.

There might be issues with multithreading, since the flow caches are
accessed both by upcalls and by the main run loop.  I had no problems
in my (very small scale) tests.  Should I add locking to protect
access to each cache?



More information about the dev mailing list