aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch
diff options
context:
space:
mode:
Diffstat (limited to 'net/openvswitch')
-rw-r--r--net/openvswitch/flow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/flow.h b/net/openvswitch/flow.h
index aec5e43f690b..bfe80b960759 100644
--- a/net/openvswitch/flow.h
+++ b/net/openvswitch/flow.h
@@ -159,7 +159,7 @@ int ovs_flow_from_nlattrs(struct sw_flow_key *swkey, int *key_lenp,
159int ovs_flow_metadata_from_nlattrs(struct sw_flow *flow, 159int ovs_flow_metadata_from_nlattrs(struct sw_flow *flow,
160 const struct nlattr *attr); 160 const struct nlattr *attr);
161 161
162#define MAX_ACTIONS_BUFSIZE (16 * 1024) 162#define MAX_ACTIONS_BUFSIZE (32 * 1024)
163#define TBL_MIN_BUCKETS 1024 163#define TBL_MIN_BUCKETS 1024
164 164
165struct flow_table { 165struct flow_table {