-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SDFAB-1100] Leverage in-order FlowRuleService APIs (#512)
* [SDFAB-1100] Leverage in-order FlowRuleService APIs FabricUpfProgrammable leverages the new APIs to guarantee in-order processing of the requests coming from the north. If batch APIs are not used there is no guarantee about the processing order in the FlowRuleService. Instead, the `striped` API allow the apps to signal a preference in the requests processing which is used by the FlowRuleService to serialize all the requests, having equal key, on the same executor. Depends on https://gerrit.onosproject.org/c/onos/+/25423 * Update snapshot version Co-authored-by: Carmelo Cascone <[email protected]>
- Loading branch information
1 parent
2e63f6d
commit 126aba9
Showing
4 changed files
with
26 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters