·
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]>