On Thu, Feb 28, 2013 at 5:47 PM, Jesse Gross <je...@nicira.com> wrote:
> On Thu, Feb 28, 2013 at 11:02 AM, Pravin B Shelar <pshe...@nicira.com> wrote:
>> The switch to flow based tunneling increased the size of each output
>> action in the flow action list.  In extreme cases, this can result
>> in the action list exceeding the maximum buffer size.
>> This doubles the maximum buffer size to compensate for the increase
>> in action size.
>> Action list is recieved from netlink callback which is allocating
>> linear-skb, therefore allocating another multi-page buffer would
>> not increase probability of the allocation-failure by much.
>>
>> Signed-off-by: Pravin B Shelar <pshe...@nicira.com>
>
> Acked-by: Jesse Gross <je...@nicira.com>

Thanks,
Pushed both patches to master and 1.10.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to