On 2/24/23 12:05, Adrián Moreno wrote: > From: Adrian Moreno <[email protected]> > > Add options to the IPFIX table configure the interval to send statistics > and template information. > > Reviewed-by: Simon Horman <[email protected]> > Signed-off-by: Adrian Moreno <[email protected]> > > --- > - v4: > - Bump vswitchd's schema version to 8.4.0. > - v3: > - Removed unit tests which generate errors in Intel CI. Will submit in > independent series. > - v2: > - Fixed a potential race condition in unit test. > - v1: > - Added unit test. > --- > NEWS | 2 ++ > ofproto/ofproto-dpif-ipfix.c | 38 ++++++++++++++++++++++++++---------- > ofproto/ofproto.h | 9 +++++++++ > vswitchd/bridge.c | 17 ++++++++++++++++ > vswitchd/vswitch.ovsschema | 14 +++++++++++-- > vswitchd/vswitch.xml | 20 +++++++++++++++++++ > 6 files changed, 88 insertions(+), 12 deletions(-) > > diff --git a/NEWS b/NEWS > index 85b349621..1794de046 100644 > --- a/NEWS > +++ b/NEWS > @@ -56,6 +56,8 @@ v3.1.0 - 16 Feb 2023 > * Add new experimental PMD load based sleeping feature. PMD threads can > request to sleep up to a user configured 'pmd-maxsleep' value under > low load conditions. > + - IPFIX template and statistics intervals can be configured through two > new > + options in the IPFIX table: 'template_interval' and 'stats_interval'.
Thanks, Adrian and Simon! I moved the NEWS entry to a correct section and applied the change. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
