linux/net/dsa
Vivien Didelot 152402483e net: dsa: add tagging ops to port
The DSA tagging protocol operations are specific to each CPU port,
thus the dsa_device_ops pointer belongs to the dsa_port structure.

>From now on assign a slave's xmit copy from its CPU port tagging
operations. This will ease the future support for multiple CPU ports.

Also keep the tag_ops at the beginning of the dsa_port structure so that
we ensure copies for hot path are in cacheline 1.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-10-01 04:15:07 +01:00
..
dsa2.c net: dsa: add tagging ops to port 2017-10-01 04:15:07 +01:00
dsa_priv.h net: dsa: add tagging ops to port 2017-10-01 04:15:07 +01:00
dsa.c net: dsa: move master ethtool code 2017-09-19 16:04:23 -07:00
Kconfig dsa: add support for Microchip KSZ tail tagging 2017-05-31 20:56:31 -04:00
legacy.c net: dsa: add tagging ops to port 2017-10-01 04:15:07 +01:00
Makefile net: dsa: move master ethtool code 2017-09-19 16:04:23 -07:00
master.c net: dsa: use cpu_dp in master code 2017-10-01 04:15:07 +01:00
port.c net: dsa: add port enable and disable helpers 2017-09-25 20:22:46 -07:00
slave.c net: dsa: add tagging ops to port 2017-10-01 04:15:07 +01:00
switch.c net: dsa: Remove switchdev dependency from DSA switch notifier chain 2017-08-07 14:48:48 -07:00
tag_brcm.c net: dsa: add master helper to look up slaves 2017-10-01 04:15:07 +01:00
tag_dsa.c net: dsa: add master helper to look up slaves 2017-10-01 04:15:07 +01:00
tag_edsa.c net: dsa: add master helper to look up slaves 2017-10-01 04:15:07 +01:00
tag_ksz.c net: dsa: add master helper to look up slaves 2017-10-01 04:15:07 +01:00
tag_lan9303.c net: dsa: add master helper to look up slaves 2017-10-01 04:15:07 +01:00
tag_mtk.c net: dsa: add master helper to look up slaves 2017-10-01 04:15:07 +01:00
tag_qca.c net: dsa: add master helper to look up slaves 2017-10-01 04:15:07 +01:00
tag_trailer.c net: dsa: add master helper to look up slaves 2017-10-01 04:15:07 +01:00