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?
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to