Skip to content

drivers: ethernet: eth_xilinx_axienet : Add runtime MAC address generation #92411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 19, 2025

Conversation

venodela
Copy link
Contributor

Add support to generate the random MAC if 'zephyr,random-mac-address' is set,uses 'local-mac-address' from DT if available, or falls back to a default Xilinx OUI-based MAC with zeroed bytes

@@ -5,6 +5,8 @@
* SPDX-License-Identifier: Apache-2.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you modify the commit subject to drivers: ethernet: xilinx: .... so that it is clear what driver is being modified, now it looks like a generic change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the commit subject;
@jukkar

@venodela venodela changed the title drivers: ethernet: Add runtime MAC address generation drivers: ethernet: eth_xilinx_axienet : Add runtime MAC address generation Jun 30, 2025
@venodela
Copy link
Contributor Author

This pull request is for the enhancement : #91821
@jukkar @maass-hamburg

@maass-hamburg maass-hamburg linked an issue Jul 1, 2025 that may be closed by this pull request
…ation

Add support to generate the random MAC if 'zephyr,random-mac-address'
is set,uses 'local-mac-address' from DT if available, or falls back
to a default Xilinx OUI-based MAC with zeroed bytes

Signed-off-by: Venkatesh Odela <venkatesh.odela@amd.com>
Copy link

sonarqubecloud bot commented Jul 1, 2025

@venodela venodela requested a review from jukkar July 3, 2025 06:19
@dkalowsk dkalowsk added this to the v4.3.0 milestone Jul 3, 2025
@nashif nashif merged commit 873b05f into zephyrproject-rtos:main Jul 19, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support random MAC address generation in AXI Ethernet driver
6 participants