Re: [ovs-dev] [PATCH ovn 09/12] northd: Move functions from ovn-northd.c into ovn-util.

2020-11-04 Thread Ben Pfaff
On Wed, Nov 04, 2020 at 11:19:45PM +0530, Numan Siddique wrote: > On Wed, Nov 4, 2020 at 12:33 PM Ben Pfaff wrote: > > > > From: Justin Pettit > > > > The upcoming ddlog implementation of northd needs these functions too, > > so they should be in a common library. > > > > Signed-off-by: Justin Pe

Re: [ovs-dev] [PATCH ovn 09/12] northd: Move functions from ovn-northd.c into ovn-util.

2020-11-04 Thread Numan Siddique
On Wed, Nov 4, 2020 at 12:33 PM Ben Pfaff wrote: > > From: Justin Pettit > > The upcoming ddlog implementation of northd needs these functions too, > so they should be in a common library. > > Signed-off-by: Justin Pettit Acked-by: Numan Siddique One question: Does a submitter of a patch need

[ovs-dev] [PATCH ovn 09/12] northd: Move functions from ovn-northd.c into ovn-util.

2020-11-03 Thread Ben Pfaff
From: Justin Pettit The upcoming ddlog implementation of northd needs these functions too, so they should be in a common library. Signed-off-by: Justin Pettit ovn: Break out functions needed for ddlog. --- lib/ovn-util.c | 79 +++-- lib/ovn-util.h