Recent Commits to NES-Open-Switch:master

Showing posts with label runtime. Show all posts
Showing posts with label runtime. Show all posts

Tuesday, May 19, 2015

Bridge VLAN update - 11

Added optimizations for #bridge #VLAN #runtime #database in ethernet module. This enables to specify the set of #egress #ports to which frames received on a VLAN are permitted to sent. The port lists specifies #all #egress #ports and #egress #untagged #ports separately for VLANs and they are sized according to the #dynamic #max_number_of_ports parameter configuration. This will enable to dynamically set the size of egress ports listing for each bridge VLAN. This removes the static allocation of max size of member port listing and reduces the memory requirement for the member port list.

#Ethernet update 99 ...
[commit 5f9599f63939ff527b9a5fa4894edeab1ab15832]

Monday, May 11, 2015

Bridge VLAN update - 10

Added changes for creation of #bridge #VLAN #runtime #database #hierarchical #entries in ethernet module. This involves the removal of cross references which were created for maintenance of #dynamic #VLAN #state.

#Ethernet update 97 ...
[commit 0a8f3f5924230dfd8b9bb53203b41ee912dd1eb2]

Tuesday, May 5, 2015

Bridge VLAN update - 9

Added changes for removal of #bridge #VLAN #runtime #database #hierarchical #entries in ethernet module. This involves the removal of cross references which were created for maintenance of #dynamic #VLAN #state.

#Ethernet update 93 ...
[commit 7a37a14752def2a2ddc5b28ecf76778a86290d07]

Thursday, October 30, 2014

VLAN runtime database update

Added #runtime #VLAN database support for handling #dynamic VLAN state changes in #ethernet module.

Ethernet update 11 ...
[commit 71191fcb1ecbe38ee57ec62da1d6689f9ea8c90f]