[ovs-dev] [PATCH monitor_cond V6 11/11] RFC OVN: Quick implementation of conditional monitoring

2016-05-17 Thread Liran Schour
Conditional monitor of: Port_Binding, Logical_Flow, Multicast_Group MAC_Binding tables. As a result ovn-controller will be notified only about records belongs to a datapath that is being served by this hypervisor. Hack: Ideally, logical datapath ID should be retrieved from Port_Binding table and b

Re: [ovs-dev] [PATCH monitor_cond V6 11/11] RFC OVN: Quick implementation of conditional monitoring

2016-05-17 Thread Darrell Ball
On Tue, May 17, 2016 at 7:27 AM, Liran Schour wrote: > Conditional monitor of: Port_Binding, Logical_Flow, Multicast_Group > MAC_Binding tables. As a result ovn-controller will be notified only about > records belongs to a datapath that is being served by this hypervisor. > > Hack: Ideally, logic

Re: [ovs-dev] [PATCH monitor_cond V6 11/11] RFC OVN: Quick implementation of conditional monitoring

2016-05-23 Thread Liran Schour
Darrell Ball wrote on 18/05/2016 03:56:30 AM: > On Tue, May 17, 2016 at 7:27 AM, Liran Schour wrote: > Conditional monitor of: Port_Binding, Logical_Flow, Multicast_Group > MAC_Binding tables. As a result ovn-controller will be notified only about > records belongs to a datapath that is being s

Re: [ovs-dev] [PATCH monitor_cond V6 11/11] RFC OVN: Quick implementation of conditional monitoring

2016-05-23 Thread Liran Schour
Liran Schour/Haifa/IBM@IBMIL wrote on 17/05/2016 05:22:33 PM: > Conditional monitor of: Port_Binding, Logical_Flow, Multicast_Group > MAC_Binding tables. As a result ovn-controller will be notified only about > records belongs to a datapath that is being served by this hypervisor. > > Hack: Idea

Re: [ovs-dev] [PATCH monitor_cond V6 11/11] RFC OVN: Quick implementation of conditional monitoring

2016-05-23 Thread Ryan Moats
"dev" wrote on 05/23/2016 03:48:39 AM: > From: "Liran Schour" > To: "Ben Pfaff" > Cc: ovs-dev > Date: 05/23/2016 03:49 AM > Subject: Re: [ovs-dev] [PATCH monitor_cond V6 11/11] RFC OVN: Quick > implementation of conditional monitoring > Sen

Re: [ovs-dev] [PATCH monitor_cond V6 11/11] RFC OVN: Quick implementation of conditional monitoring

2016-05-24 Thread Liran Schour
Ryan Moats/Omaha/IBM wrote on 23/05/2016 04:53:00 PM: > "dev" wrote on 05/23/2016 03:48:39 AM: > > > From: "Liran Schour" > > To: "Ben Pfaff" > > Cc: ovs-dev > > Date: 05/23/2016 03:49 AM > > Subject: Re: [ovs-dev] [

Re: [ovs-dev] [PATCH monitor_cond V6 11/11] RFC OVN: Quick implementation of conditional monitoring

2016-05-24 Thread Ryan Moats
Liran Schour/Haifa/IBM wrote on 05/24/2016 03:34:36 AM: > From: Liran Schour/Haifa/IBM > To: Ryan Moats/Omaha/IBM@IBMUS > Cc: "Ben Pfaff" , ovs-dev > Date: 05/24/2016 03:34 AM > Subject: Re: [ovs-dev] [PATCH monitor_cond V6 11/11] RFC OVN: Quick > implementati

Re: [ovs-dev] [PATCH monitor_cond V6 11/11] RFC OVN: Quick implementation of conditional monitoring

2016-06-02 Thread Ben Pfaff
On Tue, May 17, 2016 at 05:27:09PM +0300, Liran Schour wrote: > Conditional monitor of: Port_Binding, Logical_Flow, Multicast_Group > MAC_Binding tables. As a result ovn-controller will be notified only about > records belongs to a datapath that is being served by this hypervisor. > > Hack: Ideall

Re: [ovs-dev] [PATCH monitor_cond V6 11/11] RFC OVN: Quick implementation of conditional monitoring

2016-06-06 Thread Liran Schour
Ben Pfaff wrote on 02/06/2016 08:38:10 PM: > On Tue, May 17, 2016 at 05:27:09PM +0300, Liran Schour wrote: > > Conditional monitor of: Port_Binding, Logical_Flow, Multicast_Group > > MAC_Binding tables. As a result ovn-controller will be notified only about > > records belongs to a datapath that

Re: [ovs-dev] [PATCH monitor_cond V6 11/11] RFC OVN: Quick implementation of conditional monitoring

2016-06-06 Thread Ben Pfaff
On Mon, Jun 06, 2016 at 01:05:19PM +0300, Liran Schour wrote: > Ben Pfaff wrote on 02/06/2016 08:38:10 PM: > > Looking at how all this fits together, it seems a little awkward to have > > condition objects separate from the IDL and to have them require a > > separate "update" call. It would be ea

Re: [ovs-dev] [PATCH monitor_cond V6 11/11] RFC OVN: Quick implementation of conditional monitoring

2016-06-06 Thread Liran Schour
Ben Pfaff wrote on 06/06/2016 06:24:09 PM: > On Mon, Jun 06, 2016 at 01:05:19PM +0300, Liran Schour wrote: > > Ben Pfaff wrote on 02/06/2016 08:38:10 PM: > > > Looking at how all this fits together, it seems a little awkward to have > > > condition objects separate from the IDL and to have them