Skip to content

[action] [PR:17169] Fixing PR16687 to work for chassis and non-chassis#214

Merged
mssonicbld merged 1 commit intoAzure:202503from
mssonicbld:cherry/msft-202503/17169
Apr 18, 2025
Merged

[action] [PR:17169] Fixing PR16687 to work for chassis and non-chassis#214
mssonicbld merged 1 commit intoAzure:202503from
mssonicbld:cherry/msft-202503/17169

Conversation

@mssonicbld
Copy link
Collaborator

sonic-net/sonic-mgmt#16687 recently merged to fix an issue on non-chassis systems but it broke chassis systems as described in sonic-net/sonic-mgmt#17131

This change will solve the issue originally targeted by sonic-net/sonic-mgmt#16687
Where 'Ethernet112|6' when split with delimiter "|" the string in 1st index "6" is a substring of "Ethernet68"

By using val == interface it no longer matters if the buffer queue matches up a substring of the interface.

Summary:
Fixes #17131

Type of change

  • Bug fix
  • Testbed and Framework(new/improvement)
  • New Test case
    • Skipped for non-supported platforms
  • Test case improvement

Back port request

  • 202012
  • 202205
  • 202305
  • 202311
  • 202405
  • 202411

Approach

What is the motivation for this PR?

How did you do it?

How did you verify/test it?

Any platform specific information?

Supported testbed topology if it's a new test case?

Documentation

sonic-net/sonic-mgmt#16687 recently merged to fix an issue on non-chassis systems but it broke chassis systems as described in sonic-net/sonic-mgmt#17131

This change will solve the issue originally targeted by sonic-net/sonic-mgmt#16687
Where 'Ethernet112|6' when split with delimiter "|" the string in 1st index "6" is a substring of "Ethernet68"

By using `val == interface` it no longer matters if the buffer queue matches up a substring of the interface.

Summary:
Fixes #17131

### Type of change

- [x] Bug fix
- [ ] Testbed and Framework(new/improvement)
- [ ] New Test case
    - [ ] Skipped for non-supported platforms
- [ ] Test case improvement

### Back port request
- [ ] 202012
- [ ] 202205
- [ ] 202305
- [ ] 202311
- [x] 202405
- [x] 202411

### Approach
#### What is the motivation for this PR?

#### How did you do it?

#### How did you verify/test it?

#### Any platform specific information?

#### Supported testbed topology if it's a new test case?

### Documentation
<!--
(If it's a new feature, new test case)
Did you update documentation/Wiki relevant to your implementation?
Link to the wiki page?
-->
@mssonicbld
Copy link
Collaborator Author

Original PR: sonic-net/sonic-mgmt#17169

@mssonicbld
Copy link
Collaborator Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command.

@mssonicbld mssonicbld merged commit 9a61d41 into Azure:202503 Apr 18, 2025
3 checks passed
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.

1 participant