[Nexthop][m4062nhp] Add platform mapping and SAI agent wiring - #1394
[Nexthop][m4062nhp] Add platform mapping and SAI agent wiring#1394zackary-nexthop wants to merge 2 commits into
Conversation
d93d396 to
0324455
Compare
|
Please split the diff into three smaller diffs:
|
aa6c482 to
4b8db6b
Compare
@srikrishnagopu I've moved the CSV and JSON files to a separate PR (#1419). However I do not understand what you mean by the platform mapping python tool changes. If this is |
|
@srikrishnagopu has imported this pull request. If you are a Meta employee, you can view this in D113787581. |
|
@zackary-nexthop I landed several changes today morning for this platform which is conflicting with this current diff. Can you rebase with latest FBOSS and resubmit it please ? |
4b8db6b to
671f903
Compare
|
@zackary-nexthop has updated the pull request. You must reimport the pull request before landing. |
@srikrishnagopu done! |
671f903 to
a991b0f
Compare
|
@zackary-nexthop has updated the pull request. You must reimport the pull request before landing. |
|
Closing as discussed offline. This is not required anymore, thanks to the new config driven model #1419 should be enough. |
Pre-submission checklist
pip install -r requirements-dev.txt && pre-commit installpre-commit runSummary
Adds the platform mapping for m4062nhp: M4062nhpPlatformMapping.h/.cpp.
Also wires m4062nhp into the SAI agent (cmake/AgentPlatformsSai.cmake, SaiPlatform.cpp, SaiPlatformInit.cpp) and adds the default m4062nhp agent.conf.
The input platform mapping CSV and JSON files are in a separate PR #1419.
Test Plan