d05afb5dbd
- Why I did it Rename platform x86_64-mlnx_msn4800 to x86_64-nvidia_msn4800 - How I did it Rename platform folder as well as all code that reference the platform name - How to verify it Manual test
33 lines
1.0 KiB
XML
33 lines
1.0 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
Copyright (c) 2021 NVIDIA CORPORATION & AFFILIATES.
|
|
Apache-2.0
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<root>
|
|
<platform_info type="4800">
|
|
|
|
<!-- Device MAC address -->
|
|
<device-mac-address>00:02:03:04:05:00</device-mac-address>
|
|
|
|
<!-- Number of ports in the following port list -->
|
|
<number-of-physical-ports>0</number-of-physical-ports>
|
|
|
|
<!-- List of ports in the device -->
|
|
<ports-list>
|
|
</ports-list>
|
|
</platform_info>
|
|
</root>
|
|
|