On 7/21/20 4:02 AM, hongbo.w...@nxp.com wrote: > From: "hongbo.wang" <hongbo.w...@nxp.com> > > the following command will be supported: > Add VLAN: > ip link add link swp1 name swp1.100 type vlan protocol 802.1ad id 100 > Delete VLAN: > ip link del link swp1 name swp1.100 > > when adding vlan, this patch only set protocol for user port, > cpu port don't care it, so set parameter proto to 0 for cpu port.
My previous feedback has been partially addressed, can you also post the switch driver changes that are going to implement the driver side changes? Presumably you must act on the 802.1AD programming request in the switch driver somehow, right? -- Florian