[ovs-git] [ovn-org/ovn] 977865: ovn-northd: Replace ds_put_* evaluating to constan...

Mark Michelson noreply at github.com
Thu Sep 10 18:21:27 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/ovn-org/ovn
  Commit: 9778651eade6a0254cf0aeec12fbf88251dc1761
      https://github.com/ovn-org/ovn/commit/9778651eade6a0254cf0aeec12fbf88251dc1761
  Author: Anton Ivanov <anton.ivanov at cambridgegreys.com>
  Date:   2020-09-10 (Thu, 10 Sep 2020)

  Changed paths:
    M northd/ovn-northd.c

  Log Message:
  -----------
  ovn-northd: Replace ds_put_* evaluating to constant expressions

Replaces ds_put_cstr and ds_put_format which evaluate to constant
expressions with string constants

This version also removes invocations of ds_clear() which are no
longer required as per comments by I. Maximets on the first version.

It also covers one more case which was missed in the first version.

Signed-off-by: Anton Ivanov <anton.ivanov at cambridgegreys.com>
Acked-by: Numan Siddique <numans at ovn.org>
Signed-off-by: Mark Michelson <mmichels at redhat.com>




More information about the git mailing list