Andy Zhou <[email protected]> wrote on 05/02/2016 01:46:45 PM: > On Wed, Feb 3, 2016 at 5:53 AM, Liran Schour <[email protected]> wrote: > Python idl works now with "monitor_cond" method. Add test > for backward compatibility with old "monitor" method. > > Signed-off-by: Liran Schour <[email protected]> > > I glanced through the logic of most of the changes. They look find > in general. I have the same comment as the C IDL implementation: > The con_update seems to support > only one table at a time. May be that's an O.K. restriction in practice? >
I think it is OK. It allows the user to update many tables but not in a single operation. This API allows a typical client code for each component to cond_update a different table. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
