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

[libteam]: Fix libteam race condition when interface is created and enslaved #3250

Merged
merged 1 commit into from
Jul 31, 2019

Conversation

stcheng
Copy link
Contributor

@stcheng stcheng commented Jul 31, 2019

The race condition could happen like this:
When an interface is enslaved into the port channel immediately after
it is created, the order of creating the ifinfo and linking the ifinfo to
the port is not guaranteed.

Please check the patch commit message to get full details.

Signed-off-by: Shu0T1an ChenG shuche@microsoft.com

…nslaved

The race condition could happen like this:
When an interface is enslaved into the port channel immediately after
it is created, the order of creating the ifinfo and linking the ifinfo to
the port is not guaranteed.

Please check the patch commit message to get full details.

Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
@yxieca yxieca merged commit f1a88cd into sonic-net:master Jul 31, 2019
yxieca pushed a commit that referenced this pull request Jul 31, 2019
…nslaved (#3250)

The race condition could happen like this:
When an interface is enslaved into the port channel immediately after
it is created, the order of creating the ifinfo and linking the ifinfo to
the port is not guaranteed.

Please check the patch commit message to get full details.

Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
mssonicbld added a commit that referenced this pull request Apr 4, 2024
…atically (#18563)

#### Why I did it
src/sonic-utilities
```
* c0b6632e - (HEAD -> master, origin/master, origin/HEAD) T2-VOQ-VS: Modified exception handling due to new sonic_platform package support for VS (#3250) (21 hours ago) [Deepak Singhal]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request May 11, 2024
…atically (#18933)

#### Why I did it
src/sonic-utilities
```
* a1a5eac8 - (HEAD -> 202305, origin/202305) T2-VOQ-VS: Modified exception handling due to new sonic_platform package support for VS (#3250) (2 days ago) [Deepak Singhal]
```
#### How I did it
#### How to verify it
#### Description for the changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants