Re: [ovs-dev] [PATCH ovn v7 5/6] Support logical switches with multiple localnet ports

2020-05-19 Thread Ihar Hrachyshka
On 5/19/20 10:05 AM, Ihar Hrachyshka wrote: My understanding is that we assume native C99 _Bool in our compiler (not a typedef / macro mapped onto int) Oh I was too quick to assume that. As per coding-style.rst,   Also, don't assume that a conversion to ``bool`` or ``_Bool`` follows C99  

Re: [ovs-dev] [PATCH ovn v7 5/6] Support logical switches with multiple localnet ports

2020-05-19 Thread Ihar Hrachyshka
On 5/19/20 8:34 AM, Numan Siddique wrote: On Wed, May 13, 2020 at 7:10 PM Ihar Hrachyshka wrote: Assuming only a single localnet port is actually plugged mapped on each chassis, this allows to maintain disjoint networks plugged to the same switch. This is useful to simplify resource

Re: [ovs-dev] [PATCH ovn v7 5/6] Support logical switches with multiple localnet ports

2020-05-19 Thread Numan Siddique
On Wed, May 13, 2020 at 7:10 PM Ihar Hrachyshka wrote: > Assuming only a single localnet port is actually plugged mapped on > each chassis, this allows to maintain disjoint networks plugged to the > same switch. This is useful to simplify resource management for > OpenStack "routed provider

[ovs-dev] [PATCH ovn v7 5/6] Support logical switches with multiple localnet ports

2020-05-13 Thread Ihar Hrachyshka
Assuming only a single localnet port is actually plugged mapped on each chassis, this allows to maintain disjoint networks plugged to the same switch. This is useful to simplify resource management for OpenStack "routed provider networks" feature [1] where a single "network" (which traditionally