Recent Commits to NES-Open-Switch:master

Showing posts with label rewrite. Show all posts
Showing posts with label rewrite. Show all posts

Thursday, April 30, 2015

Bridge component update - 6

Added #bridge #VLAN #egress #rewrite #status handlers in #bridge #component #status #update #sequence in ethernet module. This will cause the bridge VLAN egress status to be updated as part of component status update sequence. The will cause to #cascade the #status from bridge components to VLAN egress rewrite entries for both #enable / #disable.

#Ethernet update 89 ...
[commit ad06162b5cc59336a68d8635e234ccea2d18fa74]

Wednesday, April 29, 2015

VLAN rewrite update - 4

Added HAL calls for #bridge #VLAN #ingress / #egress #rewrite operations in ethernet module. This will issue #HAL calls whenever ingress / egress #rewrite #configuration is #activated.

#Ethernet update 88 ...
[commit e682bcff55046d71e39d554e386c262bcd51d7f8]

Friday, April 24, 2015

Bridge component update - 5

Added #bridge #VLAN #ingress #rewrite #status handlers in #bridge #component #status #update #sequence in ethernet module. This will cause the bridge VLAN ingress status to be updated as part of component status update sequence. The will cause to #cascade the #status from bridge components to VLAN ingress rewrite entries for both #enable / #disable.

#Ethernet update 85 ...
[commit 85d37ba0be6106d84df888daf75d201fb45455a8]

Thursday, April 2, 2015

VLAN rewrite update - 3

VLAN egress rewrite

Added #VLAN #egress #rewrite #status #handler routines in ethernet module. With VLAN egress rewrite #configuration, it is possible to rewrite the VLAN in egress frames with a different VLAN id on bridge ports. The reverse rewrite will also be done when there is no specific #ingress #VLAN #rewrite #configuration is present on the same bridge port. This will #activate / #deactivate the VLAN rewrite entries in 802-1Q framework.

#Ethernet update 69 ...
[commit 7780aa3c3c302125bf05f06de921a3641f8afe9c]

Tuesday, March 17, 2015

VLAN rewrite update - 2

VLAN ingress rewrite

Added #VLAN #ingress #rewrite #status #handler routines in ethernet module. With VLAN ingress rewrite #configuration, it is possible to rewrite the VLAN in ingress frames with a different VLAN id on bridge ports. The reverse rewrite will also be done when there is no specific #egress #VLAN #rewrite #configuration is present on the same bridge port. This will #activate / #deactivate the VLAN rewrite entries in 802-1Q framework.

#Ethernet update 60 ...
[commit 15e4a05a3fa69510cb9ef197d6004dd7a3ea5acb]

Sunday, February 22, 2015

Ethernet 802-1Q framework optimization + VLAN rewrite update

Added some #optimization on basic #module #framework in #ethernet module for 802-1Q support. Renamed #VLAN #ingress #rewrite routines in ethernet module. Replaced some unnecessarily wide variables with shorter versions of them.

Ethernet update 42 ...
[commit 769b23fd9ce3c75c0aa400d7dd69d4aeda8b748c]