Re: [ovs-dev] [PATCH ovn] binding: add the capability to apply QoS for lsp

2022-11-24 Thread Lorenzo Bianconi
> On Tue, Nov 22, 2022 at 5:31 PM Lorenzo Bianconi > wrote: > > > > > Thanks Lorenzo! > > > > > > Acked-by: Mark Michelson > > > > > > The only question I have is why you converted to a shash instead of a > > > smap? > > > > Hi Mark, > > > > Thx for the review. Do you mean shash instead of

Re: [ovs-dev] [PATCH ovn] binding: add the capability to apply QoS for lsp

2022-11-23 Thread Numan Siddique
On Tue, Nov 22, 2022 at 5:31 PM Lorenzo Bianconi wrote: > > > Thanks Lorenzo! > > > > Acked-by: Mark Michelson > > > > The only question I have is why you converted to a shash instead of a smap? > > Hi Mark, > > Thx for the review. Do you mean shash instead of sset? > > Regards, > Lorenzo >

Re: [ovs-dev] [PATCH ovn] binding: add the capability to apply QoS for lsp

2022-11-22 Thread Lorenzo Bianconi
> Thanks Lorenzo! > > Acked-by: Mark Michelson > > The only question I have is why you converted to a shash instead of a smap? Hi Mark, Thx for the review. Do you mean shash instead of sset? Regards, Lorenzo > > On 11/4/22 09:08, Lorenzo Bianconi wrote: > > Introduce the capability to

Re: [ovs-dev] [PATCH ovn] binding: add the capability to apply QoS for lsp

2022-11-22 Thread Mark Michelson
Thanks Lorenzo! Acked-by: Mark Michelson The only question I have is why you converted to a shash instead of a smap? On 11/4/22 09:08, Lorenzo Bianconi wrote: Introduce the capability to apply QoS rules for logical switch ports claimed by ovn-controller. Rely on shash instead of sset for

[ovs-dev] [PATCH ovn] binding: add the capability to apply QoS for lsp

2022-11-04 Thread Lorenzo Bianconi
Introduce the capability to apply QoS rules for logical switch ports claimed by ovn-controller. Rely on shash instead of sset for egress_ifaces. Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2129742 Signed-off-by: Lorenzo Bianconi --- controller/binding.c| 78