Page MenuHomeFreeBSD

Fix MAC address configuration for VNIC
ClosedPublic

Authored by zbb on Mar 30 2016, 4:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 18 2024, 9:58 AM
Unknown Object (File)
Dec 20 2023, 12:16 AM
Unknown Object (File)
Sep 11 2023, 4:27 AM
Unknown Object (File)
Jul 11 2023, 11:47 AM
Unknown Object (File)
Jul 9 2023, 12:52 PM
Unknown Object (File)
Jul 9 2023, 12:49 PM
Unknown Object (File)
Jul 9 2023, 12:49 PM
Unknown Object (File)
Jul 4 2023, 10:12 PM
Subscribers

Details

Summary

The FDT description is as follows:

  • phy-handle, reg, qlm-mode, mac-address are under nodes in bgx0/1 node
  • phy nodes (pointed by phy-handle) are under MDIO even though they may not be connected through to MDIO. In those nodes they do not contain MAC address or etc.

This commit changes parsing of the FDT nodes for BGX so that it can
obtain correct MAC address for a given PHY.

Reviewed by:
Obtained from: Semihalf
Sponsored by: Cavium
Differential Revision:

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

zbb retitled this revision from to Fix MAC address configuration for VNIC.
zbb updated this object.
zbb edited the test plan for this revision. (Show Details)
zbb added reviewers: wma, imp.
zbb set the repository for this revision to rS FreeBSD src repository - subversion.
zbb added a subscriber: arm64.
wma edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Mar 31 2016, 5:13 AM
This revision was automatically updated to reflect the committed changes.