Re: [ovs-dev] [PATCH] lib: Add support for sets of UUIDs.

2022-09-27 Thread Dumitru Ceara
On 9/27/22 02:01, Ilya Maximets wrote: > On 9/20/22 09:12, Ales Musil wrote: >> >> >> On Fri, Sep 16, 2022 at 5:50 PM Dumitru Ceara > > wrote: >> >> Part of the uuidset implementation is taken from the OVN codebase where >> it was added via commit 0e77b3bcbfe2

Re: [ovs-dev] [PATCH] lib: Add support for sets of UUIDs.

2022-09-26 Thread Ilya Maximets
On 9/20/22 09:12, Ales Musil wrote: > > > On Fri, Sep 16, 2022 at 5:50 PM Dumitru Ceara > wrote: > > Part of the uuidset implementation is taken from the OVN codebase where > it was added via commit 0e77b3bcbfe2 ("ovn-northd-ddlog: New > implementation of

Re: [ovs-dev] [PATCH] lib: Add support for sets of UUIDs.

2022-09-20 Thread Ales Musil
On Fri, Sep 16, 2022 at 5:50 PM Dumitru Ceara wrote: > Part of the uuidset implementation is taken from the OVN codebase where > it was added via commit 0e77b3bcbfe2 ("ovn-northd-ddlog: New > implementation of ovn-northd based on ddlog."). > > We now extend that, adding a few helpers and tests.

Re: [ovs-dev] [PATCH] lib: Add support for sets of UUIDs.

2022-09-16 Thread 0-day Robot
Bleep bloop. Greetings Dumitru Ceara, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: ERROR: Inappropriate bracing around statement #194 FILE: lib/uuidset.h:39: HMAP_FOR_EACH

[ovs-dev] [PATCH] lib: Add support for sets of UUIDs.

2022-09-16 Thread Dumitru Ceara
Part of the uuidset implementation is taken from the OVN codebase where it was added via commit 0e77b3bcbfe2 ("ovn-northd-ddlog: New implementation of ovn-northd based on ddlog."). We now extend that, adding a few helpers and tests. Co-authored-by: Leonid Ryzhyk Signed-off-by: Leonid Ryzhyk