-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
list of slot may include (N, M) values such as (int, uint>0) (int, None) (None, uint>0) (None, None) Demands will be splitted into requested slots according to first fit strategy. For example, if request is for 32 slots corresponding to 8 x 4slots 32Gbauds channels, the following frequency slots will result in the following assignments: example 1 N = 0, 8, 16, 32 -> 0, 8, 16, 32 M = 8, None, 8, None -> 8, 8, 8, 8 example 2 N = 0, 8, 16, 32 -> 0, , 16 M = None, None, 8, None -> 24, , 8 Signed-off-by: EstherLerouzic <[email protected]> Change-Id: Ice9bb4b5700d23bcf30db25aa4882e74853169ac
- Loading branch information
1 parent
b0cb604
commit 31824f3
Showing
2 changed files
with
149 additions
and
24 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