Re: [ovs-dev] [PATCH ovn v2 1/5] lflow: Factor out the lflow reference handling code into a new module.

2022-11-16 Thread Mark Michelson
Acked-by: Mark Michelson On 11/4/22 18:11, Dumitru Ceara wrote: This makes it easier to have an overview of what the code does and at the same time it allows multiple users to define and manage "resource <-> object" dependencies. Acked-by: Han Zhou Signed-off-by: Dumitru Ceara --- V2: -

Re: [ovs-dev] [PATCH ovn v2 1/5] lflow: Factor out the lflow reference handling code into a new module.

2022-11-04 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 #1187 FILE: lib/objdep.h:52: HMAP_FOR_EACH

[ovs-dev] [PATCH ovn v2 1/5] lflow: Factor out the lflow reference handling code into a new module.

2022-11-04 Thread Dumitru Ceara
This makes it easier to have an overview of what the code does and at the same time it allows multiple users to define and manage "resource <-> object" dependencies. Acked-by: Han Zhou Signed-off-by: Dumitru Ceara --- V2: - Addressed Mark's comments: - Fixed typos in comments in objdep.h. -