Skip to content

[Marvell] platform renaming for innovium#3252

Merged
prsunny merged 1 commit intosonic-net:masterfrom
krismarvell:merge_tl
Nov 19, 2024
Merged

[Marvell] platform renaming for innovium#3252
prsunny merged 1 commit intosonic-net:masterfrom
krismarvell:merge_tl

Conversation

@krismarvell
Copy link
Contributor

@krismarvell krismarvell commented Aug 6, 2024

What I did
asic type checks for innovium platforms renamed

  • innovium to marvell-teralynx

Why I did it
asictype is being renamed in sonic-buildimage repo and hence respective platform checks needs changes in swss

How I verified it
Run sonic-ptf on ACL and PFC modules to make sure the change does not impact existing functionality

Details if related

@krismarvell krismarvell requested a review from prsunny as a code owner August 6, 2024 01:08
@krismarvell krismarvell marked this pull request as draft August 6, 2024 01:08
@krismarvell krismarvell marked this pull request as ready for review August 29, 2024 05:26
@prsunny
Copy link
Collaborator

prsunny commented Sep 4, 2024

This seems to be a breaking change to me. Can you confirm if this can be merged and not break existing platform?

@krismarvell
Copy link
Contributor Author

@prsunny This PR wont break existing platform builds and also the functionalty of marvell(renamed as marvell-prestera) and innovium(renamed as marvell-teralynx) platforms. Also this has sonic-buildimage changes to enable respective platform builds in sonic master repo. Pls let me know if you see any specific concerns/breakages even with the additional changes in sonic-buildimage, sonic-sairedis and sonic-utilities PRs below.
sonic-buildimage: sonic-net/sonic-buildimage#19829
sonic-sairedis: sonic-net/sonic-sairedis#1408
sonic-utilties: sonic-net/sonic-utilities#3474

@krismarvell
Copy link
Contributor Author

krismarvell commented Sep 9, 2024

@prsunny I see code coverage failing. Is there a way to bypass vstest ? If not, may need your help as to how to trace the code coverage errors.

@krismarvell
Copy link
Contributor Author

/azpw run

@mssonicbld
Copy link
Collaborator

/AzurePipelines run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@prsunny
Copy link
Collaborator

prsunny commented Sep 23, 2024

@krismarvell , we can merge this PR once you confirm its ready. Do you've an order of merge dependency? Which PR should be going first?

@krismarvell
Copy link
Contributor Author

@prsunny For the successful image build, i think it can be merged in any order and hence this swss change can be merged indepently. Pls let me know if you think otherwise. the sonic-swss submodule update into sonic-buildimage will happen subsequently ?

@prsunny
Copy link
Collaborator

prsunny commented Sep 23, 2024

@prsunny For the successful image build, i think it can be merged in any order and hence this swss change can be merged indepently. Pls let me know if you think otherwise. the sonic-swss submodule update into sonic-buildimage will happen subsequently ?

submodule update is automated. It can happen in the next day itself. Is it going to break anything for this platform?

@krismarvell
Copy link
Contributor Author

@prsunny this merge is not going to break the build

@krismarvell krismarvell force-pushed the merge_tl branch 2 times, most recently from 647c73d to 8b0521b Compare November 19, 2024 12:12
@prsunny
Copy link
Collaborator

prsunny commented Nov 19, 2024

Platform renaming, and bypassing coverage

@prsunny prsunny merged commit 0b331f0 into sonic-net:master Nov 19, 2024
github-actions bot pushed a commit to bradh352/sonic-swss that referenced this pull request Nov 20, 2024
What I did
asic type checks for innovium platforms renamed

innovium to marvell-teralynx
Why I did it
asictype is being renamed in sonic-buildimage repo and hence respective platform checks needs changes in swss
mlok-nokia pushed a commit to mlok-nokia/sonic-swss that referenced this pull request Nov 22, 2024
What I did
asic type checks for innovium platforms renamed

innovium to marvell-teralynx
Why I did it
asictype is being renamed in sonic-buildimage repo and hence respective platform checks needs changes in swss
bradh352 pushed a commit to bradh352/sonic-swss that referenced this pull request Dec 4, 2024
What I did
asic type checks for innovium platforms renamed

innovium to marvell-teralynx
Why I did it
asictype is being renamed in sonic-buildimage repo and hence respective platform checks needs changes in swss
divyachandralekha pushed a commit to divyachandralekha/sonic-swss that referenced this pull request Dec 12, 2024
What I did
asic type checks for innovium platforms renamed

innovium to marvell-teralynx
Why I did it
asictype is being renamed in sonic-buildimage repo and hence respective platform checks needs changes in swss
divyachandralekha pushed a commit to divyachandralekha/sonic-swss that referenced this pull request Dec 12, 2024
What I did
asic type checks for innovium platforms renamed

innovium to marvell-teralynx
Why I did it
asictype is being renamed in sonic-buildimage repo and hence respective platform checks needs changes in swss
shiraez pushed a commit to Marvell-switching/sonic-swss that referenced this pull request Feb 17, 2025
What I did
asic type checks for innovium platforms renamed

innovium to marvell-teralynx
Why I did it
asictype is being renamed in sonic-buildimage repo and hence respective platform checks needs changes in swss
Janetxxx pushed a commit to Janetxxx/sonic-swss that referenced this pull request Nov 10, 2025
What I did
asic type checks for innovium platforms renamed

innovium to marvell-teralynx
Why I did it
asictype is being renamed in sonic-buildimage repo and hence respective platform checks needs changes in swss
baorliu pushed a commit to baorliu/sonic-swss that referenced this pull request Feb 23, 2026
What I did
asic type checks for innovium platforms renamed

innovium to marvell-teralynx
Why I did it
asictype is being renamed in sonic-buildimage repo and hence respective platform checks needs changes in swss

Signed-off-by: Baorong Liu <96146196+baorliu@users.noreply.github.com>
prsunny pushed a commit that referenced this pull request Mar 10, 2026
…_type (#3968)

Description:
Change pfc_detect filename from pfc_detect_marvell_teralynx.lua to pfc_detect_marvell-teralynx.lua to align with asic_type naming convention.

This fix addresses the naming inconsistency introduced in PR #3252 and ensures the filename matches the expected asic_type format used throughout the codebase.

What I did:

Renamed pfc_detect_marvell_teralynx.lua to pfc_detect_marvell-teralynx.lua
Updated Makefile.am to reference the renamed file
Why I did it:

Fix the naming of pfc_detect file to align with asic_type convention
Maintain consistency with platform naming standards
mssonicbld added a commit to mssonicbld/sonic-swss that referenced this pull request Mar 11, 2026
…_type

**Description:**
Change pfc_detect filename from pfc_detect_marvell_teralynx.lua to pfc_detect_marvell-teralynx.lua to align with asic_type naming convention.

This fix addresses the naming inconsistency introduced in PR sonic-net#3252 and ensures the filename matches the expected asic_type format used throughout the codebase.

**What I did:**
- Renamed pfc_detect_marvell_teralynx.lua to pfc_detect_marvell-teralynx.lua
- Updated Makefile.am to reference the renamed file

**Why I did it:**
- Fix the naming of pfc_detect file to align with asic_type convention
- Maintain consistency with platform naming standards

**How I verified it:**
Run the pfc_wd SONiC PTF test cases.

**Which release branch to backport (provide reason below if selected):**
- [ ] 202405
- [ ] 202411
- [x] 202505
- [x] 202511

**Tested branch (Please provide the tested image version):**
202505

<!--
Please make sure you have read and understood the contribution guildlines:
https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md

1. Make sure your commit includes a signature generted with `git commit -s`
2. Make sure your commit title follows the correct format: [component]: description
3. Make sure your commit message contains enough details about the change and related tests
4. Make sure your pull request adds related reviewers, asignees, labels

Please also provide the following information in this pull request:
-->

Signed-off-by: Sonic Build Admin <sonicbld@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants