Re: [ovs-dev] [PATCH] ovs-lib: disable probe for local connections

2016-06-03 Thread Ben Pfaff
On Tue, May 24, 2016 at 03:47:20PM -0700, ngh...@us.ibm.com wrote: > There are four sessions established from ovn-controller to the following: > OVN Southbound — JSONRPC based > Local ovsdb — JSONRPC based > Local vswitchd — openflow based from ofctrl > Local vswitchd — openflow based from pinctrl

[ovs-dev] [PATCH] ovs-lib: disable probe for local connections

2016-05-24 Thread nghosh
There are four sessions established from ovn-controller to the following: OVN Southbound — JSONRPC based Local ovsdb — JSONRPC based Local vswitchd — openflow based from ofctrl Local vswitchd — openflow based from pinctrl All of these sessions have their own probe_interval, For the last two connec