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 <[email protected]> > --- > ovn-architecture.7.xml | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/ovn-architecture.7.xml b/ovn-architecture.7.xml > index b2e00d6e4..cb1064f71 100644 > --- a/ovn-architecture.7.xml > +++ b/ovn-architecture.7.xml > @@ -2832,8 +2832,7 @@ > The maximum number of networks is reduced to 4096. > </li> > <li> > - The maximum number of ports per network is reduced to 4096. (Including > - multicast group ports.) > + The maximum number of ports per network is reduced to 2048. > </li> > <li> > ACLs matching against logical ingress port identifiers are not > supported.
Thanks, Ihar! I applied this to the main branch and backported it down to 21.12. Regards, Dumitru _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
