datapath: Increase maximum allocation size of action list.
authorPravin B Shelar <pshelar@nicira.com>
Fri, 1 Mar 2013 00:15:00 +0000 (16:15 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 1 Mar 2013 01:52:52 +0000 (17:52 -0800)
commit9ccb22ec5f0a9edcba39a1c60469582496a70f8c
treeca3ca72f1f76f164f96f1657d93c5de344823a35
parentba4004356c0dc634a924beb75e878327e1e066e2
datapath: Increase maximum allocation size of action list.

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 a lot.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
Bug #15203
datapath/flow.h