[PATCH v2 4/8] net: ti: icssg-classifier: Add support for SR1.0

Andrew Lunn andrew at lunn.ch
Wed Jan 17 12:48:34 PST 2024


> +void icssg_class_add_mcast_sr1(struct regmap *miig_rt, int slice,
> +			       struct net_device *ndev)
> +{
> +	u8 sr_addr[6] = { 0x01, 0x80, 0xc2, 0, 0, 0 };

eth_reserved_addr_base in linux/etherdevice.h

> +	u8 cb_addr[6] = { 0x01, 0x00, 0x5e, 0, 0, 0 };

This also appears in etherdevice.h, but will need a little bit of
refactoring to make it usable.

	Andrew



More information about the linux-arm-kernel mailing list