Re: [PATCH net-next 2/5] net: dsa: loop: Support 4K VLANs

2020-08-03 Thread Florian Fainelli
On 8/3/2020 1:27 PM, Andrew Lunn wrote: > On Mon, Aug 03, 2020 at 01:03:51PM -0700, Florian Fainelli wrote: >> Allocate a 4K array of VLANs instead of limiting ourselves to just 5 >> which is arbitrary. >> >> Signed-off-by: Florian Fainelli >> --- >> drivers/net/dsa/dsa_loop.c | 6 ++ >> 1

Re: [PATCH net-next 2/5] net: dsa: loop: Support 4K VLANs

2020-08-03 Thread Andrew Lunn
On Mon, Aug 03, 2020 at 01:03:51PM -0700, Florian Fainelli wrote: > Allocate a 4K array of VLANs instead of limiting ourselves to just 5 > which is arbitrary. > > Signed-off-by: Florian Fainelli > --- > drivers/net/dsa/dsa_loop.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > >

[PATCH net-next 2/5] net: dsa: loop: Support 4K VLANs

2020-08-03 Thread Florian Fainelli
Allocate a 4K array of VLANs instead of limiting ourselves to just 5 which is arbitrary. Signed-off-by: Florian Fainelli --- drivers/net/dsa/dsa_loop.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/dsa/dsa_loop.c b/drivers/net/dsa/dsa_loop.c index 4a57238c