mbox series

[v3,0/5] net: dsa: lantiq: Add bridge offloading

Message ID 20190505222510.14619-1-hauke@hauke-m.de
Headers show
Series net: dsa: lantiq: Add bridge offloading | expand

Message

Hauke Mehrtens May 5, 2019, 10:25 p.m. UTC
This adds bridge offloading for the Intel / Lantiq GSWIP 2.1 switch.

Changes since:
v2:
 - Added Fixes tag to patch 1
 - Fixed typo
 - added GSWIP_TABLE_MAC_BRIDGE_STATIC and made use of it
 - used GSWIP_TABLE_MAC_BRIDGE in more places

v1:
 - fix typo signle -> single

Hauke Mehrtens (5):
  net: dsa: lantiq: Allow special tags only on CPU port
  net: dsa: lantiq: Add VLAN unaware bridge offloading
  net: dsa: lantiq: Add VLAN aware bridge offloading
  net: dsa: lantiq: Add fast age function
  net: dsa: lantiq: Add Forwarding Database access

 drivers/net/dsa/lantiq_gswip.c | 812 ++++++++++++++++++++++++++++++++-
 1 file changed, 803 insertions(+), 9 deletions(-)

Comments

David Miller May 7, 2019, 5:37 p.m. UTC | #1
From: Hauke Mehrtens <hauke@hauke-m.de>
Date: Mon,  6 May 2019 00:25:05 +0200

> This adds bridge offloading for the Intel / Lantiq GSWIP 2.1 switch.
> 
> Changes since:
> v2:
>  - Added Fixes tag to patch 1
>  - Fixed typo
>  - added GSWIP_TABLE_MAC_BRIDGE_STATIC and made use of it
>  - used GSWIP_TABLE_MAC_BRIDGE in more places
> 
> v1:
>  - fix typo signle -> single

Series applied.