Add new Arista SKU to port_utils#18487
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
| elif hwsku in ["Arista-7060X6-64DE-O128S2", "Arista-7060X6-64PE-O128S2", "Arista-7060X6-64PE-B-O128S2"]: | ||
| for i in range(1, 65): | ||
| for j in [1, 5]: | ||
| port_alias_to_name_map["Ethernet%d/%d" % (i, j)] = "Ethernet%d" % ((i - 1) * 8 + j - 1) |
There was a problem hiding this comment.
I believe the name has changed to etpx name. can you update it here?
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
464759d to
a926a70
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
a926a70 to
1abac36
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
hi @dayouliu1 could you file separate PR to 202412 branch? |
|
@dayouliu1 PR conflicts with 202505 branch |
| for j, split_alias in enumerate(split_alias_list): | ||
| alias = "etp{}{}".format(i, split_alias) | ||
| port_alias_to_name_map[alias] = "Ethernet%d" % ((i - 1) * 8 + j * 4) | ||
| port_alias_to_name_map["etp65"] = "Ethernet512" |
There was a problem hiding this comment.
hi @dayouliu1 , the O128 doesn't have port Ethernet512 and Ethernet513, so this would fail the O128 HWSKU.
There was a problem hiding this comment.
I can remove Ethernet512, Ethernet513 and backport the changes to 202412
There was a problem hiding this comment.
Removed unneeded ports (for O128 skus): #19094
There was a problem hiding this comment.
Manual cherrypick: Azure/sonic-mgmt.msft#419
|
Picked to 202412: Azure/sonic-mgmt.msft#419 |
|
hi @dayouliu1 could you check the 202505 conflict? |
Has been done here: #19228 |
…nic-net#18487) What is the motivation for this PR? Add Arista-7060X6-64PE-B-O128S2 to port_utils
…nic-net#18487) What is the motivation for this PR? Add Arista-7060X6-64PE-B-O128S2 to port_utils Signed-off-by: opcoder0 <110003254+opcoder0@users.noreply.github.com>
…nic-net#18487) What is the motivation for this PR? Add Arista-7060X6-64PE-B-O128S2 to port_utils Signed-off-by: Guy Shemesh <gshemesh@nvidia.com>
…nic-net#18487) What is the motivation for this PR? Add Arista-7060X6-64PE-B-O128S2 to port_utils Signed-off-by: Aharon Malkin <amalkin@nvidia.com>
…nic-net#18487) What is the motivation for this PR? Add Arista-7060X6-64PE-B-O128S2 to port_utils Signed-off-by: Guy Shemesh <gshemesh@nvidia.com>
…nic-net#18487) What is the motivation for this PR? Add Arista-7060X6-64PE-B-O128S2 to port_utils
…nic-net#18487) What is the motivation for this PR? Add Arista-7060X6-64PE-B-O128S2 to port_utils Signed-off-by: Guy Shemesh <gshemesh@nvidia.com>
…nic-net#18487) What is the motivation for this PR? Add Arista-7060X6-64PE-B-O128S2 to port_utils Signed-off-by: Yael Tzur <ytzur@nvidia.com>
…nic-net#18487) What is the motivation for this PR? Add Arista-7060X6-64PE-B-O128S2 to port_utils

Description of PR
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
Add Arista-7060X6-64PE-B-O128S2 to port_utils
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