lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 07 Aug 2020 17:24:11 -0700 (PDT) From: David Miller <davem@...emloft.net> To: hongbo.wang@....com Cc: xiaoliang.yang_1@....com, allan.nielsen@...rochip.com, po.liu@....com, claudiu.manoil@....com, alexandru.marginean@....com, vladimir.oltean@....com, leoyang.li@....com, mingkai.hu@....com, andrew@...n.ch, f.fainelli@...il.com, vivien.didelot@...il.com, jiri@...nulli.us, idosch@...sch.org, kuba@...nel.org, vinicius.gomes@...el.com, nikolay@...ulusnetworks.com, roopa@...ulusnetworks.com, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, horatiu.vultur@...rochip.com, alexandre.belloni@...tlin.com, UNGLinuxDriver@...rochip.com, ivecera@...hat.com Subject: Re: [PATCH v5 0/2] Add 802.1AD protocol support for dsa switch and ocelot driver From: hongbo.wang@....com Date: Fri, 7 Aug 2020 19:13:47 +0800 > From: "hongbo.wang" <hongbo.wang@....com> > > 1. the patch 0001* is for setting single port into 802.1AD(QinQ) mode, > before this patch, the function dsa_slave_vlan_rx_add_vid didn't pass > the parameter "proto" to next port level, so switch's port can't get > parameter "proto" > after applying this patch, the following command can be supported: > ip link set br0 type bridge vlan_protocol 802.1ad > ip link add link swp1 name swp1.100 type vlan protocol 802.1ad id 100 > > 2. the patch 0002* is for setting QinQ related registers in ocelot > switch driver, after applying this patch, the switch(VSC99599)'s port can > enable or disable QinQ mode. > > 3. Version log > v5: > a. add devlink to enable qinq_mode of ocelot's single port > b. modify br_switchdev_port_vlan_add to pass bridge's vlan_proto to port driver > c. enable NETIF_F_HW_VLAN_STAG_FILTER in ocelot driver > v4: > a. modify slave.c to support "ip set br0 type bridge vlan_protocol 802.1ad" > b. modify ocelot.c, if enable QinQ, set VLAN_AWARE_ENA and VLAN_POP_CNT per > port when vlan_filter=1 > v3: combine two patches to one post Please defer new feature changes, like this, until the net-next tree is open again. It is closed right now. Thank you.
Powered by blists - more mailing lists