Re: [ovs-dev] [PATCH ovn 0/6] MAC learning support in OVN.

2021-02-20 Thread Numan Siddique
On Sat, Feb 20, 2021 at 2:34 PM Numan Siddique wrote: > > On Fri, Feb 19, 2021 at 7:11 AM Mark Michelson wrote: > > > > Aside from the comments on patch 1, > > > > Acked-by: Mark Michelson > > Thanks Mark for the review for the whole series. > > I address your comment in patch 1 by removing the

Re: [ovs-dev] [PATCH ovn 0/6] MAC learning support in OVN.

2021-02-20 Thread Numan Siddique
On Fri, Feb 19, 2021 at 7:11 AM Mark Michelson wrote: > > Aside from the comments on patch 1, > > Acked-by: Mark Michelson Thanks Mark for the review for the whole series. I address your comment in patch 1 by removing the 'if' condition. I've kept the coverage counter. I applied this patch ser

Re: [ovs-dev] [PATCH ovn 0/6] MAC learning support in OVN.

2021-02-18 Thread Mark Michelson
Aside from the comments on patch 1, Acked-by: Mark Michelson On 2/5/21 1:56 AM, num...@ovn.org wrote: From: Numan Siddique This series adds the support to learn the macs seen on logical port VIF's whose port security is disabled and 'unknown' address set. A new table - FDB is added in Sout

[ovs-dev] [PATCH ovn 0/6] MAC learning support in OVN.

2021-02-04 Thread numans
From: Numan Siddique This series adds the support to learn the macs seen on logical port VIF's whose port security is disabled and 'unknown' address set. A new table - FDB is added in Southboud database to store the port-to-mac mappings. The first patch is a small refactor and moves the mac_bin