Re: [ovs-dev] [PATCHv6] upcall: Configure datapath max-idle through ovs-vsctl.

2014-03-07 Thread Justin Pettit
Applied. Thanks. --Justin On Mar 5, 2014, at 4:56 PM, Joe Stringer wrote: > This patch adds a new configuration option, "max-idle" to the > Open_vSwitch "other-config" column. This sets how long datapath flows > are cached in the datapath before revalidators expire them. > > Signed-off-by: J

[ovs-dev] [PATCHv6] upcall: Configure datapath max-idle through ovs-vsctl.

2014-03-05 Thread Joe Stringer
This patch adds a new configuration option, "max-idle" to the Open_vSwitch "other-config" column. This sets how long datapath flows are cached in the datapath before revalidators expire them. Signed-off-by: Joe Stringer --- v6: Shift documentation to ofproto-provider.h. v5: Rebase. v4: Remove ex