On 2/20/23 16:41, Simon Horman wrote:
> On Fri, Feb 10, 2023 at 05:03:13PM +0100, Adrián Moreno wrote:
>> From: Adrian Moreno <[email protected]>
>>
>> IPFIX templates have to be sent for each Observation Domain ID.
>> Currently, a timer is kept at each dpif_ipfix_exporter to send them.
>> This works fine for per-bridge sampling where there is only one
>> Observation Domain ID per exporter. However, this is does not work for
>> per-flow sampling where more than one Observation Domain IDs can be
>> specified by the controller. In this case, ovs-vswitchd will only send
>> template information for one (arbitrary) DomainID.
>>
>> Fix per-flow sampling by using an hmap to keep a timer for each
>> Observation Domain ID.
>>
>> Signed-off-by: Adrian Moreno <[email protected]>
> 
> Reviewed-by: Simon Horman <[email protected]>

Thanks, Adrian and Simon!

I applied this one patch.  Also backported down to 2.17 since it's
actually a bug fix.

The second patch of the set needs a minor change in the database schema
before it can be accepted.

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to