This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3359: HSR/PRP multicast filtering

Part Number: AM3359

Hello Community,

I am going through latest release note of HSR/PRP,in which i found Multicast filtering is supported.

How to test Multicast filtering feature in HSR/PRP ?

Regards,

Pankaj

  • Pankaj,

    Multicast filtering is primarily to limit the amount of traffic going to host. You can refer to the following APIs to test the feature:

    • hsrPrp_multicast_filter_config(command) : to enable/disable multicast filtering support
    • hsrPrp_multicast_filter_update_macid(macid, command) : to add/remove a multicast MAC ID from the multicast table
    • hsrPrp_multicast_filter_override_hashmask(mask) : to configure the 48 bit mask

    Regards,

    Garrett