> On Jul 29, 2016, at 4:25 PM, Ben Pfaff wrote:
>
> On Thu, Jul 28, 2016 at 05:56:18PM -0700, 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 uninit
On Thu, Jul 28, 2016 at 05:56:18PM -0700, 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 right after the start phase
> during the commit, w
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