-
Notifications
You must be signed in to change notification settings - Fork 1.2k
HLD Port FEC BER #1829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HLD Port FEC BER #1829
Conversation
When the port is down or flapping, or even postFEC error > 0, preFEC BER calculation does not make sense. After link flap or link down, when link is stably up, the preFEC BER calculation uses counters reset from 0 at link up. |
This comment was marked as duplicate.
This comment was marked as duplicate.
hit the wrong button and accidental closed the PR, reopen it. |
Agree, the measurement could be compromised if the link is not stable, like flapping occur, etc |
The feature only capture the realtime port FEC BER. Is it possible to capture any history port FEC BER issue so that we will be able to get some debug information when an issue only happens in a short period? |
The following code review PR is for the implementation of this HLD |
Review feedback , the following key points were mentions (1) can we add min , max, average BER response: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vincentpcng can you please link all the code PRs to the HLD?
I added the code PR(s) links before the meeting minute comments... Let me include it again here The following code review PR is for the implementation of this HLD |
What I did
Add design proposal for Port FEC BER feature
Summary of Changes:
Enhance the collect and compute the FEC BER on each port.
Modify the port_rates.lua , portstat.py and netstat.py