Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use natsort instead of sort for sorting the asic list in disable_pfcw…
…d and enable_pfcwd functions. (#16176) Description of PR Summary: Even after #15863, the problem is still seen in RP. The issue is that the sort() function only sorts alphabetically, not numerically. So we need to use natsort module instead of normal sort() in these functions. Approach What is the motivation for this PR? Seeing a lot of loganalyzer messages, but in RP only. How did you do it? Change sort to natsort(). How did you verify/test it? Running in my TB, I don't see the LA error anymore. Any platform specific information? T2 mAsic only. co-authorized by: [email protected]
- Loading branch information