Comment 33 for bug 1479295

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/14680
Committed: http://github.org/Juniper/contrail-controller/commit/dfb5d491485e8a124f25a8803904d2a143bc7640
Submitter: Zuul
Branch: master

commit dfb5d491485e8a124f25a8803904d2a143bc7640
Author: Ashok Singh <email address hidden>
Date: Wed Oct 28 02:23:40 2015 -0700

Move port bitmap updation to FlowStatsCollector Task from FlowMgmt task.

During flow add request, we use the source port and destination port from FlowKey and build a bitmap of
ports per vrouter, VN, VM and Interface. Move this code from FlowMgmt task to FlowStatsCollector Task
to mininmize the number of activities done in FlowMgmt task.

Change-Id: I98141ebbb4ef2925a85fd651163ee2370f6a2f00
Partial-Bug: #1479295