Re: [ovs-dev] [PATCH v5 00/21] Daemon mode for ovn-nbctl

2018-07-24 Thread Ben Pfaff
On Tue, Jul 24, 2018 at 03:22:50PM +0200, Jakub Sitnicki wrote: > On Mon, 23 Jul 2018 16:47:52 -0700 > Ben Pfaff wrote: > > > On Thu, Jul 19, 2018 at 03:51:05PM +0200, Jakub Sitnicki wrote: > > > This series extends ovn-nbctl tool with support for the daemon mode, where > > > ovn-nbctl acts a

Re: [ovs-dev] [PATCH v5 00/21] Daemon mode for ovn-nbctl

2018-07-24 Thread Jakub Sitnicki
On Mon, 23 Jul 2018 16:47:52 -0700 Ben Pfaff wrote: > On Thu, Jul 19, 2018 at 03:51:05PM +0200, Jakub Sitnicki wrote: > > This series extends ovn-nbctl tool with support for the daemon mode, where > > ovn-nbctl acts a long-lived process that accepts commands over a UNIX > > socket. > > The

Re: [ovs-dev] [PATCH v5 00/21] Daemon mode for ovn-nbctl

2018-07-23 Thread Ben Pfaff
On Thu, Jul 19, 2018 at 03:51:05PM +0200, Jakub Sitnicki wrote: > This series extends ovn-nbctl tool with support for the daemon mode, where > ovn-nbctl acts a long-lived process that accepts commands over a UNIX socket. > The daemon can be started the same way as any other OVS/OVN server: > >

Re: [ovs-dev] [PATCH v5 00/21] Daemon mode for ovn-nbctl

2018-07-19 Thread Jakub Sitnicki
Thanks for starting the discussion, Mark. On Thu, 19 Jul 2018 12:26:24 -0400 Mark Michelson wrote: > On 07/19/2018 09:51 AM, Jakub Sitnicki wrote: (...) > > The changes are functional to the point that all test cases in the ovn-nbctl > > test suite (tests/ovn-nbctl.at) and OVN test suite

Re: [ovs-dev] [PATCH v5 00/21] Daemon mode for ovn-nbctl

2018-07-19 Thread Mark Michelson
On 07/19/2018 09:51 AM, Jakub Sitnicki wrote: This series extends ovn-nbctl tool with support for the daemon mode, where ovn-nbctl acts a long-lived process that accepts commands over a UNIX socket. The daemon can be started the same way as any other OVS/OVN server: ovn-nbctl --detach

[ovs-dev] [PATCH v5 00/21] Daemon mode for ovn-nbctl

2018-07-19 Thread Jakub Sitnicki
This series extends ovn-nbctl tool with support for the daemon mode, where ovn-nbctl acts a long-lived process that accepts commands over a UNIX socket. The daemon can be started the same way as any other OVS/OVN server: ovn-nbctl --detach --pidfile --log-file While commands can be issued to