]> git.proxmox.com Git - mirror_ovs.git/commit
ofproto-dpif-ipfix: add Exporting Process Reliability Statistics
authorPrzemyslaw Szczerbik <przemyslawx.szczerbik@intel.com>
Wed, 5 Jul 2017 13:54:18 +0000 (14:54 +0100)
committerBen Pfaff <blp@ovn.org>
Thu, 13 Jul 2017 20:13:14 +0000 (13:13 -0700)
commitd564c4bb536985acb246b9c4a72a0b1af2f9ede7
tree2b06cf5a0dd852f2ac6dc955923196edeb493941
parentac6abe5f3ae6784334dd04c70eaba82e10911122
ofproto-dpif-ipfix: add Exporting Process Reliability Statistics

This patch adds support for The Exporting Process Reliability Statistics
Option Template, which is defined in RFC 5101, Section 4.3. For now, this
Option Template includes only exporting process ID scope field and a
single counter - notSentPacketTotalCount.

Currently, Data Records that contain exporting process statistics are
transmitted at regular intervals, immediately after sending (Options) Template
Records. This behavior could be changed later on to allow the interval of
sending exporting process statistics to be configurable as RFC recommends it.
According to RFC 5101, Section 10.3.6. the frequency of the (Options) Template
transmissions MUST be configurable. OvS doesn't comply to this requirement.
Therefore, it seems to be a good idea to make both intervals configurable at
the same time.

Signed-off-by: Przemyslaw Szczerbik <przemyslawx.szczerbik@intel.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ofproto/ofproto-dpif-ipfix.c