Re: [ovs-dev] [PATCH v4 1/4] ovn: Dedicated connection handler for packet-ins

2015-12-01 Thread Ben Pfaff
On Tue, Nov 24, 2015 at 04:49:00PM +0530, bscha...@redhat.com wrote: > This patch opens and maintains a new connection that is dedicated > to monitor the packet-ins for br-int. > > Signed-off-by: Babu Shanmugam I don't think it makes sense for OVN to work with old versions of OpenFlow, so I chan

[ovs-dev] [PATCH v4 1/4] ovn: Dedicated connection handler for packet-ins

2015-11-24 Thread bschanmu
This patch opens and maintains a new connection that is dedicated to monitor the packet-ins for br-int. Signed-off-by: Babu Shanmugam --- ovn/controller/automake.mk | 2 + ovn/controller/ovn-controller.c | 6 ++ ovn/controller/pinctrl.c| 177 +