You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was talking to Jeronimo about the blueprint, and I realized this requirement wasn't explicitly mentioned:
EVCs should only be pushed to switches when they're not in the flow table yet.
The reason why this is critical is that if you overwrite an existing flow entry which has network traffic, there will be a short traffic outage since the rule will be installed in hardware. So, mef_eline should have a logic to push only the diffs (inexisting EVCs in the switch), except for when the user request a forced reprovision, which in this case, it doesn't matter anymore.
The text was updated successfully, but these errors were encountered:
To use in production this is actually a must. Otherwise, if you push a flow that's been already installed you're going to reinstall in hardware, which in turn will disrupt the traffic for a short period of time (depending on the chipset and other implementation details). @beraldoleal can I tag this as 'production'? what do you suggest?
This will probably require a significant change in the logic and data structures. This issue also goes hand in hand with #33, because hardware are expected to fail, and eventually a linecard will fail or whatever else might lead to some flows to disappear.
Hi,
I was talking to Jeronimo about the blueprint, and I realized this requirement wasn't explicitly mentioned:
The reason why this is critical is that if you overwrite an existing flow entry which has network traffic, there will be a short traffic outage since the rule will be installed in hardware. So, mef_eline should have a logic to push only the diffs (inexisting EVCs in the switch), except for when the user request a forced reprovision, which in this case, it doesn't matter anymore.
The text was updated successfully, but these errors were encountered: