Recent Commits to NES-Open-Switch:master

Showing posts with label RSVP. Show all posts
Showing posts with label RSVP. Show all posts

Wednesday, December 9, 2015

GMPLS update - 48: optimizing standard extended GMPLS tunnel entries

Optimized #standard #extended GMPLS #tunnel entries in GMPLS module. #Reduced some of the #address #variables used on the GMPLS tunnel entries and #removed the pointer to the #extra #parameter. The addresses used for the #RSVP #Notify mechanism has been reduced. These include the #upstream-notify-recepient, #downstream-notify-recepient, #upstream-notify-request-address and #downstream-notify-request-address. The downstream-notify-request-address is the address sent out in the PATH message for requesting the downstream nodes to sent Notify messages when needed, also the upstream-notify-request-address is the address sent out in the RESV message for requesting the upstream nodes to sent Notify messages when needed. The upstream-notify-recepient is the address received in Notify Request in the PATH message from the upstream - which is the default value used in the corresponding downstream-notify-request-address - similarly the downstream-notify-recepient is the address received in Notify Request in the RESV message from the downstream - which is the default value used in the corresponding upstream-notify-request-address. The upstream-notify-recepient is kept in the #PATH #state-block and downstream-notify-request-address in the #outgoing #PATH #state-block. The downstream-notify-recepient is kept in the #RESV #state-block and upstream-notify-request-address in the #forwarded #RESV #state-block. The extra parameters are not used as extended tunnel entries are already in place.

#GMPLS update 48 ...
[commit 90d4d660357ffefb58a7efcbef9dba39f1e453a1] (https://github.com/nes-repo/NES-Open-Switch/commit/90d4d660357ffefb58a7efcbef9dba39f1e453a1)

Thursday, September 17, 2015

GMPLS update - 8: optimizing GMPLS interface configuration entries

#Hard-link ed #GMPLS #interface #configuration through #standard #interface #entries in GMPLS module. This will indicate the #GMPLS #interface attributes like #RSVP #hello-interval, signaling-types supported,  etc ... This will reduce the memory requirement associated with the interface configuration. The hard-linked interface configuration entries enables accessing them directly from the standard interface instance entries.

#GMPLS update 8 ...
[commit 3f9104306e6ac2b1320cd3b331f72c54aafdaa14] (https://github.com/nes-repo/NES-Open-Switch/commit/3f9104306e6ac2b1320cd3b331f72c54aafdaa14)

Monday, September 7, 2015

GMPLS update - 5: added standard GMPLS LSR management framework

Added #standard #GMPLS #LSR #management #framework in GMPLS module. This adds the #extended #GMPLS #attribute s to the LSR. The GMPLS interface attributes like #signaling-capability, #RSVP #hello-interval, etc ... can be specified. Also the #LSP #segment level #directionality can be separately indicated on the in-segment and out-segment. The #extended GMPLS #label information ( #Ethernet / #SDH/ #Sonet/ #WDM ) can be specified on the interface level as part of the standard GMPLS framework.

#GMPLS update 5 ...
[commit bff6c2742ca490680791d09761dae7c2b9554785] (https://github.com/nes-repo/NES-Open-Switch/commit/bff6c2742ca490680791d09761dae7c2b9554785)