Recent Commits to NES-Open-Switch:master

Wednesday, December 31, 2014

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]

Saturday, December 27, 2014

Ethernet logical port update

Added stubs for logical #interface #status and #stacking handling in ethernet module. This control the operations of logical interfaces of type #ethernet , #VLAN , #ILAN and #virtual-bridge . Status handler will control the operations on an interface status change as in OPER UP/DOWN/TESTING etc ... On stacking of a higher layer entity similar operations are performed by stacking handler.

Ethernet update 27 ...
[commit 17f15855bd2aa8d55b86da7efb1da1360f50f83a]

Friday, December 26, 2014

PBB virtual instance port update - 3 + Provider bridge provider network port update

PBB virtual instance port update - 3
Added #HAL support in virtual instance port ( #VIP ) activation routine in bridge module. This will issue API calls for HAL operations from ethernet module.

#802-1AH update 28 ...

Provider bridge provider network port update 
Updating provider network port ( #PNP ) activation routine in bridge module. This will re-sequence the order in which the status change is propagated to the #bridge base port.

#802-1AD update 17 ...

Wednesday, December 24, 2014

Provider bridge provider edge port update - 2

Updating provider edge port ( #PEP ) activation routine in bridge module. This will re-sequence the order in which the status change is propagated to the #bridge base port in a #PEB device.

Added #HAL support in PEP port activation routine in bridge module. This make API calls for HAL operations from ethernet module.

#802-1AD update 16 ...
[commit b8ac5abc37146f014dbd3610c18d2e052002d42c]

Tuesday, December 23, 2014

VLAN unaware bridge port update

Added provider network #HAL API for #802.1D #VLAN #unaware bridge ports in #ethernet module. This will #enable / #disable the port in data-path by HAL operations in 802.1D devices.

Ethernet update 26 ...
[commit 17d511e8719bf964a99eaf0c9c9f70cc24a22263]

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]

Sunday, December 21, 2014

PBB customer backbone port update - 6

Updated customer backbone port ( #CBP ) activation routine in bridge module with #HAL calls. This will #enable / #disable the logical interface handle for CBP port in #data-path for a #BEB device.

#802-1AH update 27 ...
[commit cb9b4dd8dd59c34e253669354a3cb26f0e63a9a8]

Saturday, December 20, 2014

PBB provider instance port update - 5

Added stubs for provider instance port ( #PIP ) logical #interface #status handler and #stacking handler. Status handler will control the operations on an interface status change as in OPER UP/DOWN/TESTING etc ... On stacking of a higher layer entity similar operations are performed by stacking handler.

#802-1AH update 26 ...
[commit 2584b367609b64b5eeeb65deedf512ad789d90bf]

Friday, December 19, 2014

PBB customer backbone port update - 5

Updating customer backbone port ( #CBP ) service mapping routine in bridge module with #HAL calls. Corresponding to the #mapping of local service #I-SID s - from external port or the internal ILAN from I-Component - to the backbone I-SID, #B-VID & #DST-MAC pair the HAL operations are performed. This causes the real service mapping to be done in #data-path / #data-plane as well, making a forwarding path.

#802-1AH update 25 ...
[commit e8d2d711ff9fea71fffe3fe897256c7d64fb5267]

Thursday, December 18, 2014

PBB customer backbone port update - 4

Added provider network #HAL #API in #ethernet module. This will be used for HAL operations in PB or PBB devices.

Ethernet update 24 ...

Updating customer backbone port ( #CBP ) activation routine in bridge module. This make API calls for HAL operations from ethernet module.

#802-1AH update 24 ...

Wednesday, December 17, 2014

Provider bridge customer edge port update

Updating customer edge port ( #CEP ) activation routine in bridge module. This will resequence the order in which the status change is propagated to the #bridge base port in a #PEB device.

#802-1AD update 15 ...
[commit 248636ae14a87647c2f046c4d5e6598032b91de6]

Tuesday, December 16, 2014

VLAN management update - 2

Added state handler for #port level #VLAN #configuration in bridge module. This will handle the activation/de-activation of port level VLAN parameters as #port-VLAN, #ingress-filtering control, #acceptable-frame-types, etc ...

Ethernet update 23 ...
[commit 2ea6118e3f682923457725e2e07c17a2137528c5]

Monday, December 15, 2014

PBB virtual instance port update - 2

Modified virtual instance port ( #VIP ) activation routine in bridge module. This will re-sequence the order in which VIP logical port are made #UP / #DOWN. This also validates the associated #PIP port and attaches it to the #I-Component.

#802-1AH update 23 ...
[commit 24183700f511b45d2ef97983be60070c7da0c1c2]

Sunday, December 14, 2014

PBB provider instance port update - 4

Added provider instance port ( #PIP ) detach routines in bridge module. This will detach the PIP #port from the #I-Component in a #BEB device. This will be used when PIP port is getting #deactivate d or getting #reallocate d between different I-Components.

#802-1AH update 22 ...
[commit 299e62c64c02bf27967173d86a2eec2d491fa9ab]

Saturday, December 13, 2014

PBB provider instance port update - 3

Modified provider instance port ( #PIP ) #activation routine in bridge module. This will resequence the order in which PIP logical ports are made ADMIN.UP/DOWN.

#802-1AH update 21 ...
 [commit dc17d3fa5523cfe38c8b4e637f38bf60a35f4907]

Friday, December 12, 2014

PBB provider instance port update - 2

Added provider instance port ( #PIP ) attach routines in bridge module. This will attach the PIP #port on to an ethernet #component (same as the #VIP port #I-Component). This routine will find the PIP port #phy and create a new virtual port on the I-Component.

#802-1AH update 20 ...
[commit 446a6bd8d08405e4b22dce9fd3b7f0cf702ea88c]

Thursday, December 11, 2014

PBB customer backbone port update - 3

Added corrections for customer backbone port ( #CBP ) logical interface in bridge module. This will manage the internal LAN ( #ILAN ) port attached to the CBP #phy. This will create ILAN port as part of CBP activation and remove the ILAN port as part of CBP de-activation on a #PBB #IB-BEB bridge.

#802-1AH update 19 ...
[commit eb8af3f7f3f8d3e49943956416b5494ccb9e05c3]

Wednesday, December 10, 2014

PBB PIP pre-provisioning update - 3

Added hierarchical dependency checks for virtual instance port ( #VIP ) on create routines in bridge module. Modified activation routines of VIP-to-PIP mapping, for passing on state changes to VIP port handlers to act accordingly. This also consolidates the provider instance port ( #PIP ) related operations in VIP handlers.

#802-1AH update 18 ...
[commit 714dd56fd8c7abf0d34dff11797ffcf90964dc98]

Tuesday, December 9, 2014

Interface stacking update - 4

Added changes for #interface #stacking handling routines in interfaces module. This will create an individual stacking layer between a pair of #lower and #higher layer interfaces. This will support different kind of checks - such as compatibility checks, capacity verification, etc ... - before and after the stacking layer creation or removal on upper and lower layer interfaces.

#IF module update 5 ...
[commit 09d65607d9ebce84e92c3e5cc9e55c90af8a8224]

Sunday, December 7, 2014

Interface stacking update - 3

Added changes for interface status handling routines in interfaces module. This will update the individual #interface status and propagate the status to higher layer interfaces. The status of #higher layer interfaces will be modified based on #lower layer base interfaces.

#IF module update 4 ...
[commit d88ee757900d7e355b4e69f4d4ad01f5a557eee8]

Friday, December 5, 2014

PBB customer backbone port service mapping update

Added changes for customer backbone port ( #CBP ) service mapping handling in bridge module. This will enable the #I-TAG ed traffic from #I-Component to be carried over #B-VLAN s in #B-Component and out to the provider backbone network.

Added changes in bridge module for CBP stacking of an #IB-BEB bridge . This will stack provider instance port ( #PIP ) logical interface over internal LAN ( #ILAN ) port of CBP.

#802-1AH update 17 ...
[commit 9c04c2f9508e000f74f93dfa058d9e7f9b57c8da]

Thursday, December 4, 2014

PBB customer backbone port service mapping cleanup

Cleaning up service ( #I-SID ) mapping routines over customer backbone port ( #CBP ) in bridge module.

#802-1AH update 16 ...
[commit ae0c2d3311909b021ac4b86c2684381044a8b56f]

Wednesday, December 3, 2014

PBB customer backbone port update - 2

Added support for automatic creation and removal of virtual #ethernet #phy for customer backbone port ( #CBP ). This will create virtual phy as part of CBP activation and remove the virtual phy as part of CBP de-activation on a #PBB #IB-BEB bridge.

#802-1AH update 15 ...
[commit 6833e41149c7ef7a52da0fde162c5842971979ac]

Tuesday, December 2, 2014

Provider network MEF ENNI OVC update

Added stubs for metro ethernet forum ( #MEF ) external network to network interfaces ( #ENNI ) and operator virtual circuits ( #OVC ) management support in #bridge module. This will enable MEF recognized attributes to be configured on ENNI ports in the provider network.

#Ethernet update 22 ...
[commit 6a0b0b485946629eacd3114c481ea711e1ec6aef]

Monday, December 1, 2014

PBB customer backbone port update

Modified customer backbone port ( #CBP ) activation sequence in #bridge module. This will prevent issues related to bridge base port dependency on CBP port activation of an #IB-BEB or #B-BEB device.

#802-1AH update 14 ...
[commit f815d1c1d49c9d72fa3d81b450bdd105008ada3b]