From: carl h <[email protected]> Date: Mon, 1 May 2017 10:52:17 -0400
> But i can't see how the vlan info propagates down to the switch driver.
Which "VLAN info" are you talking about?
The VLANs configured onto the device itself or the per-packet VLAN
info.
Per-device VLAN configuration is communicated to the netdev driver
via netdev_ops->ndo_vlan_{add,kill}_vid().
Per-packet VLAN information is stored in skb->vlan_{proto,tci}.
