I just sent a v4, no need to review this one.
Jarno
> On Jul 29, 2016, at 6:37 PM, Jarno Rajahalme wrote:
>
> Instead of storing the (big) struct ofputil_flow_mod, create the new
> rule and/or create the rule criteria for matching at bundle message
> insert time. These can be uninitialized r
Instead of storing the (big) struct ofputil_flow_mod, create the new
rule and/or create the rule criteria for matching at bundle message
insert time. These can be uninitialized right after the start phase
during the commit, which may also reduce the total memory needed
during the bundle commit.
S