Skip to content

Commit

Permalink
Merge "Increase the flow hold count"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jul 21, 2016
2 parents e320f54 + 79db548 commit a63ede4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dp-core/vr_flow.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#define VR_NUM_OFLOW_TABLES 1

#define VR_DEF_MAX_FLOW_TABLE_HOLD_COUNT 4096
#define VR_DEF_MAX_FLOW_TABLE_HOLD_COUNT 8192

unsigned int vr_flow_entries = VR_DEF_FLOW_ENTRIES;
unsigned int vr_oflow_entries = VR_DEF_OFLOW_ENTRIES;
Expand Down

0 comments on commit a63ede4

Please sign in to comment.