Skip to content

Hardware MAC frame filter #35

@luojia65

Description

@luojia65

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. :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions