datapath: Increase size of max nlattr-formatted flow to 132.
authorJustin Pettit <jpettit@nicira.com>
Mon, 7 Feb 2011 06:39:09 +0000 (22:39 -0800)
committerJustin Pettit <jpettit@nicira.com>
Mon, 7 Feb 2011 23:40:35 +0000 (15:40 -0800)
commit7d332293f8f8d3faa50ba6faf415af864d32b686
tree78b5422d0c296f89672d4961b674cf3481ea192d
parenta4a2643672e4d2f68f8246e406749009a3f3211b
datapath: Increase size of max nlattr-formatted flow to 132.

The addition of IPv6 matching increased the maximum size of a
nlattr-formatted flow.  This was not properly reflected in the userspace
and kernel #defines that reserve space for the flows and could lead to
crashes.  This commit increases the size uniformly to 132 bytes.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/flow.h
lib/odp-util.h