Skip to content

Commit

Permalink
Updated the Supported Devices and Platform for Intel (sonic-net#1083)
Browse files Browse the repository at this point in the history
Updated the Supported Devices and Platform for Intel as asic vendor and its images
  • Loading branch information
kannankvs authored Sep 14, 2022
1 parent 4d184fb commit 4b84c32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Supported-Devices-and-Platforms.html
Original file line number Diff line number Diff line change
Expand Up @@ -1169,10 +1169,12 @@ <h2><p style="text-align: left; font-family: Verdana, sans-serif; color: #2E86C1
vdata = table[i].children[2].textContent;
if (vdata == "Nvidia")
vdata = "Mellanox";

if (vdata == "Intel")
vdata = "Barefoot";

if (vdata == "Marvell"){
if(table[i].children[1].textContent.search("ARM") != -1)
vdata = "Marvell-armhf";
vdata = "Marvell-armhf";
}

if(vendor_data[vdata] == "")
Expand Down

0 comments on commit 4b84c32

Please sign in to comment.