Re: [ovs-dev] [PATCH ovn] docs: fix the max number of ports per network for vxlan

2023-02-15 Thread Dumitru Ceara
On 2/10/23 21:34, Ihar Hrachyshka wrote: > Since only 11-bits are available for port tunnel_keys, it's only 2048 > ids available, not 4096. The rest of the ID range is reserved to handle > multicast. > > Signed-off-by: Ihar Hrachyshka > --- > ovn-architecture.7.xml | 3 +-- > 1 file changed, 1 i

[ovs-dev] [PATCH ovn] docs: fix the max number of ports per network for vxlan

2023-02-10 Thread Ihar Hrachyshka
Since only 11-bits are available for port tunnel_keys, it's only 2048 ids available, not 4096. The rest of the ID range is reserved to handle multicast. Signed-off-by: Ihar Hrachyshka --- ovn-architecture.7.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ovn-architectur