]> Git Repo - J-u-boot.git/commit
drivers/net/vsc9953: Add default configuration for VSC9953 L2 Switch
authorCodrin Ciubotariu <[email protected]>
Fri, 24 Jul 2015 13:55:26 +0000 (16:55 +0300)
committerYork Sun <[email protected]>
Mon, 21 Sep 2015 15:29:46 +0000 (08:29 -0700)
commit9de059871f8364dd898faf0b6057b8fa69fa2728
tree7453b30c937c3ec1c1d2772bb6a4214b5655e329
parent8756de2824e7c282afca59db3706aa5d473a7067
drivers/net/vsc9953: Add default configuration for VSC9953 L2 Switch

At startup, the default configuration should be:
 - enable HW learning on all ports (HW default);
 - all ports are VLAN aware;
 - all ports are members of VLAN 1;
 - all ports have Port-based VLAN 1;
 - on all ports, the switch is allowed to remove
   maximum one VLAN tag,
 - on egress, the switch should add a VLAN tag if the
   frame is classified to a different VLAN than the port's
   Port-based VLAN;

Signed-off-by: Johnson Leung <[email protected]>
Signed-off-by: Codrin Ciubotariu <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Reviewed-by: York Sun <[email protected]>
drivers/net/vsc9953.c
include/vsc9953.h
This page took 0.031152 seconds and 4 git commands to generate.