Skip to content

24.09.0

Latest
Compare
Choose a tag to compare
@yjian118 yjian118 released this 18 Nov 21:01
· 1 commit to stable/24.09.0 since this release
Fix delta when some of processor functions spec are out of order

This fix ensures no delta when the processors functions are the same
but one of the slices are out of order. For exemple:

final profile: [{"function":"platform","count":2},{"function":"vswitch","count":0}]}]
current profile: [{"function":"vswitch","count":0},{"function":"platform","count":2}]}]

Test Plan:
- day-2 operations, ensure no delta in processors

Signed-off-by: Wallysson Silva <[email protected]>