Re: [PATCH net-next 4/9] net: dsa: mv88e6xxx: allocate the number of ports
From: Andrew Lunn <andrew@lunn.ch>
Date: 2017-03-30 13:50:55
Also in:
lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2017-03-30 13:50:55
Also in:
lkml
On Wed, Mar 29, 2017 at 04:30:15PM -0400, Vivien Didelot wrote:
The current code allocates DSA_MAX_PORTS ports for a Marvell dsa_switch structure. Provide the exact number of ports so the corresponding ds->num_ports is accurate.
Hi Vivien Is net/dsa/dsa.c: dsa_switch_setup() still used? If it is, won't that invalidate your assumption about ds->num_ports. Andrew