Re: [ovs-dev] [PATCH v3] ofproto: Reduce bundle memory use.

2016-08-08 Thread Jarno Rajahalme
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

[ovs-dev] [PATCH v3] ofproto: Reduce bundle memory use.

2016-07-29 Thread Jarno Rajahalme
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