Re: [PATCH net-next 04/17] net: dsa: tag_{e}dsa.c: Remove dependency on platform data
From: Vivien Didelot <hidden> Date: 2016-06-03 18:12:48
Andrew Lunn [off-list ref] writes:
The platform data nr_chips is used when validating a received packet,
to ensure it comes from a know switch chip. The number of possible
switches is limited to DSA_MAX_SWITCHES, so use this as the first
validation step. The new binding allows holes in the dst->ds[] array,
so also ensure ensure there is a valid dsa_switch for this packet.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>