Re: [ovs-dev] [PATCH 3/3] ipfix: Fix SIGFPE in bridge exporter sampling.

2015-09-11 Thread Joe Stringer
On 11 September 2015 at 11:12, Romain Lenglet wrote: > LGTM, thanks! > > Acked-by: Romain Lenglet Thanks, applied to master and branch-2.[134]. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 3/3] ipfix: Fix SIGFPE in bridge exporter sampling.

2015-09-11 Thread Romain Lenglet
LGTM, thanks! Acked-by: Romain Lenglet --  Romain Lenglet On September 10, 2015 at 6:41:43 PM, Joe Stringer (joestrin...@nicira.com) wrote: A divide-by-zero exception like the below could occur when IPFIX configuration is cleared while handling sampled packets from the datapath. While it's

[ovs-dev] [PATCH 3/3] ipfix: Fix SIGFPE in bridge exporter sampling.

2015-09-10 Thread Joe Stringer
A divide-by-zero exception like the below could occur when IPFIX configuration is cleared while handling sampled packets from the datapath. While it's not valid to configure the sampling probability of IPFIX to zero via explicitly setting it in OVSDB, it is possible to clear the configuration, whic