Re: [PATCH 1/2] net: emac: implement 802.1Q VLAN TX tagging support

2018-10-19 Thread Christian Lamparter
On Wednesday, October 17, 2018 10:09:10 PM CEST Florian Fainelli wrote: > On 10/17/2018 01:08 PM, Florian Fainelli wrote: > > On 10/17/2018 12:53 PM, Christian Lamparter wrote: > >> As per' APM82181 Embedded Processor User Manual 26.1 EMAC Features: > >> VLAN: > >> - Support for VLAN tag ID in com

Re: [PATCH 1/2] net: emac: implement 802.1Q VLAN TX tagging support

2018-10-17 Thread Florian Fainelli
On 10/17/2018 01:08 PM, Florian Fainelli wrote: > On 10/17/2018 12:53 PM, Christian Lamparter wrote: >> As per' APM82181 Embedded Processor User Manual 26.1 EMAC Features: >> VLAN: >> - Support for VLAN tag ID in compliance with IEEE 802.3ac. >> - VLAN tag insertion or replacement for transmit pa

Re: [PATCH 1/2] net: emac: implement 802.1Q VLAN TX tagging support

2018-10-17 Thread Florian Fainelli
On 10/17/2018 12:53 PM, Christian Lamparter wrote: > As per' APM82181 Embedded Processor User Manual 26.1 EMAC Features: > VLAN: > - Support for VLAN tag ID in compliance with IEEE 802.3ac. > - VLAN tag insertion or replacement for transmit packets > > This patch completes the missing code for t

[PATCH 1/2] net: emac: implement 802.1Q VLAN TX tagging support

2018-10-17 Thread Christian Lamparter
As per' APM82181 Embedded Processor User Manual 26.1 EMAC Features: VLAN: - Support for VLAN tag ID in compliance with IEEE 802.3ac. - VLAN tag insertion or replacement for transmit packets This patch completes the missing code for the VLAN tx tagging support, as the the EMAC_MR1_VLE was already