Recent Commits to NES-Open-Switch:master

Showing posts with label handling. Show all posts
Showing posts with label handling. Show all posts

Sunday, September 20, 2015

IF update - 13: updating logical interface status handler

Updated the #logical-interface #hierarchical #status #handling routines in IF module. The #status #change #handler routines has been #upgraded for the new data-structure changes. The hierarchical status handler #propagate s the interface #status #from the #lower interface #layer s #to the #higher #layer s. The interface #stacking enables the interface status to be decided based on the lower layer component interfaces. The interface status will depend on it's own #ADMIN-STATUS, #interface-type dependent #procedure s and #lower layer #interface #OPER-STATUS.

#IF update 13 ...
[commit 742604fca8f7d8c60f7e88afe52c7de58c33fc90] (https://github.com/nes-repo/NES-Open-Switch/commit/742604fca8f7d8c60f7e88afe52c7de58c33fc90)

Friday, August 14, 2015

LACP update - 12: corrections in PDU definitions

Added #top level #PDU #serialization routine s in LACP module. This enables #automatic #handling of #PDU #format s while it is sent out and when it is being received.

#LACP update 12 ...
[commit ef5675db621e0025a2f3d38d59c92209a055c434]

Wednesday, July 1, 2015

Bridge MAC learning & forwarding update - 4: adding support for more use-cases

Added #transparent #port #configuration #handling in #use-case s like bridge port removal and phy port attach / detach operations in ethernet module. On #bridge #port #removal from the attached component #cleanup calls has been added to #remove #transparent #port #configuration from the port. On #bridge #phy #port #attach / #detach operations on components respective operations has been performed to #add / #remove #transparent #port #configuration from the port.

#Ethernet update 109 ...
[commit e4a86d8a6051a2d5358fc03ef344ebccd65e1401]

Wednesday, May 27, 2015

LACP update - 9: LACP incoming PDU receive

Created a #message #queue in LACP module for #handling #LACP #PDU s. This will enable #HAL module to #trap the #LACP #PDU s from #ports and pass them over to #LACP module as messages for processing. The message library APIs for sending and receiving the messages are used for this purpose. The thread APIs are used to create a #waiting #message #loop in LACP module.

#LACP update 9 ...
[commit cd26cb21872499e77291c808ee98b7f7299d65be]