[PATCH 2/2] drivers: net:ethernet: cpsw: add support for VLAN
From: Mugunthan V N <hidden>
Date: 2013-01-29 12:09:02
Also in:
linux-omap, netdev
From: Mugunthan V N <hidden>
Date: 2013-01-29 12:09:02
Also in:
linux-omap, netdev
On 1/29/2013 3:18 PM, Jan L?bbe wrote:
On Tue, 2013-01-29 at 01:42 +0530, Mugunthan V N wrote:quoted
--- a/Documentation/devicetree/bindings/net/cpsw.txt +++ b/Documentation/devicetree/bindings/net/cpsw.txt@@ -24,6 +24,8 @@ Required properties: Optional properties: - ti,hwmods : Must be "cpgmac0" - no_bd_ram : Must be 0 or 1 +- default_vlan : Specifies Default VLAN for non tagged packets + ALE processingThis does not seem to be a property of the hardware. Could there be a reasonable default for it? Regards, Jan
Jan In VLAN aware mode, ALE always process only VLAN tagged packets. Even untagged packets In hardware you can use any VLAN id for default (non tagged packet) filtering. Regards Mugunthan V N