You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By now stm32-eth crate always uses promiscuous mode on underlying ethernet peripheral. That means packets with all MAC addresses are allowed by hardware, requiring software to filter out packets by which MAC address should we accept. We can make use of STM32's hardware frame filter to allow only given MAC addresses or using its hardware bloom filter. In this way we reduce software overhead of processing network packets. :)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
By now
stm32-eth
crate always uses promiscuous mode on underlying ethernet peripheral. That means packets with all MAC addresses are allowed by hardware, requiring software to filter out packets by which MAC address should we accept. We can make use of STM32's hardware frame filter to allow only given MAC addresses or using its hardware bloom filter. In this way we reduce software overhead of processing network packets. :)The text was updated successfully, but these errors were encountered: