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
We are using a HashMap to track the interrupt routes we use in the
system. The index to the HashMap is the GSI of the interrupt route.
We know the maximum number of GSIs we have available so pre-allocate the
space for the HashMap to avoid reallocations at runtime.
Signed-off-by: Babis Chalios <[email protected]>
0 commit comments