Recent Commits to NES-Open-Switch:master

Showing posts with label shared. Show all posts
Showing posts with label shared. Show all posts

Tuesday, June 23, 2015

System systemGroup update - 2: optimized memory utilization for systemGroup parameters

Added #optimization for #systemGroup parameters in system module. This will #reduce the #memory #space used to store systemGroup parameters in system module. Instead of using dedicated storage space a #shared #space is used in common with other module reducing the memory requirement.

#System update 33 ...
[commit e5de5ff8179629a66ad52b66e0d84584d1ac1501]

Sunday, April 12, 2015

Bridge filtering database update - 7

Added #constraint #type handler for #bridge #VLAN #learning-constraint configuration in ethernet module. The learning-constraint configuration for a VLAN indicates the #filtering-database ( #FDB ) to be used for #mac-learning and whether the database is shared with other VLANs. The constraint type of #independent indicates that VLAN uses FDB independent of other VLANs. When VLAN shares the FDB with other VLANs constraint type is kept as #shared.

#Ethernet update 75 ...
[commit 419892affabf06d0c5b51034d3fb07458c234353]

Wednesday, April 8, 2015

Bridge filtering database update - 4

#Hard-link ed #bridge #default-learning-constraint for #VLAN parameters with #bridge #component in ethernet module. This will reduce the memory requirement for default #VLAN-learning-constraint parameters. This enables easy access to parameters like initial #learning-constraint on VLANs and learning constraint type - #shared / #independent. Referencing default VLAN learning constraint  parameters through the bridge component.

#Ethernet update 71 ...
[commit a59d7020e2b5d3dd46930a9f838420d0c8a6c96d]

Tuesday, December 30, 2014

Bridge filtering database update - 2

Added changes for handling #VLAN-learning-constraint. The learning constraint will indicate the #mac-learning attributes of a #VLAN in the component. All VLANs use the default-learning constraint by default. This will indicate if they are in #shared / #individual #learning mode. Also indicates the #filtering-database used for mac-learning. The VLAN learning constraints are internally mapped to the corresponding filtering databases.

Ethernet update 28 ...
[commit 32e0302f453d2c19c6fab055bba1f837ddbc75cf]

Monday, December 22, 2014

Bridge filtering database update

Added changes for handling #default-learning-constraint. Default learning constraint will indicate the default #mac-learning properties of all #VLAN s in the component. This will indicate if they are in #shared / #individual #learning mode. Also indicates the #filtering-database used if in shared mode.

Ethernet update 25 ...
[commit ad70c77a98c67271b057712ccf4488380a91b9b6]