Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multipath: Optimization method for obtaining multipath states #5893

Closed
wants to merge 2 commits into from
Closed

Commits on Mar 29, 2024

  1. Multipath: Optimization method for obtaining multipath states

    1. Early return: When a matching path is found, the result can be returned immediately without continuing to traverse other paths. This can improve efficiency.
    2. Use a dictionary to store path information: Path information can be stored in the dictionary with the path as the key, which can quickly find the corresponding path's status information.
    3. Exception handling: Add appropriate exception handling to deal with situations where a matching path is not found
    
    Signed-off-by: ut003460 <xiongneng@uniontech.com>
    ut003460 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    d9d6a94 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    3dba125 View commit details
    Browse the repository at this point in the history