[ovs-dev] [PATCH v3 0/3] Transparent use of daemon for ovn-nbctl

Mark Michelson mmichels at redhat.com
Tue Aug 7 18:39:21 UTC 2018


Acked-by: Mark Michelson <mmichels at redhat.com>

On 08/06/2018 05:45 PM, Ben Pfaff wrote:
> v1->v2:
>    - Applied patches 1 and 2; added ack for patch 3 (thanks Alin!)
>    - Polished up the daemon mode so that it works actually quite well
>      and added tests that show that it behaves equivalently.
> v2->v3:
>    - Fix bug in patch 2 pointed out by Mark Michelson (thanks!) and add
>      his acks.
> 
> Ben Pfaff (3):
>    unixctl: Make path to unixctl_server socket available to the client.
>    ovn-nbctl: Separate command-line options parsing and interpretation.
>    ovn-nbctl: Make daemon mode more transparent.
> 
>   NEWS                          |   6 +-
>   lib/command-line.c            | 108 +++++++++++++++
>   lib/command-line.h            |  10 ++
>   lib/daemon.h                  |  19 +++
>   lib/stream-ssl.h              |   5 +-
>   lib/unixctl.c                 |  52 ++++----
>   lib/unixctl.h                 |   2 +
>   ovn/utilities/ovn-nbctl.8.xml |  61 +++++++--
>   ovn/utilities/ovn-nbctl.c     | 301 +++++++++++++++++++++++++++++++++++-------
>   tests/daemon.at               |   4 +-
>   tests/ovn-nbctl.at            | 246 ++++++++++++----------------------
>   11 files changed, 567 insertions(+), 247 deletions(-)
> 



More information about the dev mailing list