The same buffers are shared by the 2 Ethernet controllers in the eth_mcux driver #28908
Labels
area: Ethernet
bug
The issue is a bug, or the PR is fixing a bug
platform: NXP
NXP
priority: medium
Medium impact/importance bug
Describe the bug
Some i.MX RT have 2 independent Ethernet controller but the driver uses the same TX and RX data buffers for both controllers.
To Reproduce
The problem is in
eth_mcux_init
thebuffer_config
uses the same buffers for all controllers.Expected behavior
Use different buffers for each Ethernet controller instances.
Impact
Prevent using the 2 Ethernet controllers.
Logs and console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: