Re: [ovs-dev] [PATCH ovn] Improve debuggability of OVN to OpenFlow translations.

2019-11-04 Thread Dumitru Ceara
On Mon, Nov 4, 2019 at 12:49 PM Numan Siddique wrote: > > Thanks for the patch. It would be really helpful in debugging. > > I applied this to master. > > Thanks > Numan Thanks for the reviews and for merging the patch. Regards, Dumitru > > On Sat, Nov 2, 2019 at 2:39 AM Mark Michelson wrote:

Re: [ovs-dev] [PATCH ovn] Improve debuggability of OVN to OpenFlow translations.

2019-11-04 Thread Numan Siddique
Thanks for the patch. It would be really helpful in debugging. I applied this to master. Thanks Numan On Sat, Nov 2, 2019 at 2:39 AM Mark Michelson wrote: > > Great addition, Dumitru! > > Acked-by: Mark Michelson > > On 11/1/19 8:05 AM, Dumitru Ceara wrote: > > Until now, when translating SB

Re: [ovs-dev] [PATCH ovn] Improve debuggability of OVN to OpenFlow translations.

2019-11-01 Thread Mark Michelson
Great addition, Dumitru! Acked-by: Mark Michelson On 11/1/19 8:05 AM, Dumitru Ceara wrote: Until now, when translating SB database contents to OpenFlow flows, ovn-controller stored (part of) the SB record UUID in the cookie field of the OpenFlow entry only when translating logical flows.

Re: [ovs-dev] [PATCH ovn] Improve debuggability of OVN to OpenFlow translations.

2019-11-01 Thread Ben Pfaff
On Fri, Nov 01, 2019 at 01:05:15PM +0100, Dumitru Ceara wrote: > Until now, when translating SB database contents to OpenFlow flows, > ovn-controller stored (part of) the SB record UUID in the cookie field > of the OpenFlow entry only when translating logical flows. > > Extend this behavior to

[ovs-dev] [PATCH ovn] Improve debuggability of OVN to OpenFlow translations.

2019-11-01 Thread Dumitru Ceara
Until now, when translating SB database contents to OpenFlow flows, ovn-controller stored (part of) the SB record UUID in the cookie field of the OpenFlow entry only when translating logical flows. Extend this behavior to the following SB Database table records too: - Port_Binding - Mac_Binding -