Recent Commits to NES-Open-Switch:master

Showing posts with label max_number_of_ports. Show all posts
Showing posts with label max_number_of_ports. 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]

Friday, April 17, 2015

Bridge filtering database update - 9

Added optimizations for #filtering configuration of #unicast #MAC #addresses for #filtering-database s in ethernet module. This enables specify the set of ports to which frames received from specific ports and containing specific #unicast #destination #addresses are allowed to be forwarded. The port lists specifying the ports to which matching frames has shall be forwarded and ports to which frames shall be forbidden to be forwarded are sized according to the #dynamic #max_number_of_ports parameter configuration. This will enable to dynamically set the size of #member #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 79 ...
[commit 92982853f9085f8d607930b624564d205b320193]

Thursday, March 5, 2015

Bridge component update - 2

Added support for #dynamic #configuration on #max_number_of_ports per #component in #ethernet module. The #extended component #parameter will control the maximum number of ethernet phys that can be added as bridge ports under the component. This will support components of various port densities.

Ethernet update 50 ...
[commit 6b57f6df9a1fd06661dc6f2cf892bcaa4f609795]