[syncd] Use hash as queue for fdb notifications#1060
[syncd] Use hash as queue for fdb notifications#1060kcudnik wants to merge 1 commit intosonic-net:masterfrom
Conversation
This will drop multiple fdb notifications in case of flood but will preserve last one
|
this could drop the aging event, what would be the impact to the orchagent. |
|
i'm not sure if OA is ready for dropped events, like dropping AGE event, we would need to discuss with @prsunny |
|
Currently the MAC move storm looks as following:
My understanding is that if the last event is: So, in all scenarios where the MAC move storm ended at step "7" would be the issue that needs to be solved. |
|
agree with @gechiang that currently orchagent does not handle learn event on another port. From the current implementation, other cases are expected to be handled. |
This will drop multiple fdb notifications in case of flood but will
preserve last one