Recent Commits to NES-Open-Switch:master

Showing posts with label discard. Show all posts
Showing posts with label discard. Show all posts

Tuesday, December 22, 2015

GMPLS update - 53: updating standard out-segment statistics entries

Updated #standard #out-segment #statistics agent mapper routines in GMPLS module. The agent #iterator routines and #mapper #routine has been updated to use standard out-segment entry based #indexing. This will access the out-segment statistics entries by using the #native #indexing. This removes references to the standard out-segment statistics indexing used earlier. The out-segment #statistics contain the #count for #packets and #bytes #sent on the out-segment, also #count for #packet #errors and packet #discard are separately maintained.

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

Wednesday, November 18, 2015

GMPLS update - 41: optimizing out-segment statistics entries

Hard-linked #out-segment #statistics through #standard #out-segment #entries in GMPLS module. This will indicate the #out-segment #attributes like #bytes sent, #packets sent, #erroneous packets, #discarded packets,  etc ... This will reduce the memory requirement associated with the out-segment statistics. The hard-linked out-segment statistics entries enables accessing them directly from the standard out-segment instance entries.

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

Monday, October 12, 2015

GMPLS update - 20: optimizing standard in-segment statistics entries

#Updated #standard #in-segment #statistics agent mapper routines in GMPLS module. The agent #iterator routines and #mapper #routine has been updated to #use standard #in-segment entry based #indexing. This will access the port entries by using the #native #indexing. This removes references to the standard in-segment statistics indexing used earlier. The in-segment statistics #entries add support for #in-segment #counter #attributes like #packets and #bytes #forwarded, #packet #errors and #discards during #forwarding, etc ...

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