linux/drivers/net/dsa/sja1105
Vladimir Oltean 08fde09a0d net: dsa: sja1105: Increase priority of CPU-trapped frames
Without noticing any particular issue, this patch ensures that
management traffic is treated with the maximum priority on RX by the
switch.  This is generally desirable, as the driver keeps a state
machine that waits for metadata follow-up frames as soon as a management
frame is received.  Increasing the priority helps expedite the reception
(and further reconstruction) of the RX timestamp to the driver after the
MAC has generated it.

Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-06-08 15:20:40 -07:00
..
Kconfig net: dsa: sja1105: Add support for the PTP clock 2019-06-08 15:20:40 -07:00
Makefile net: dsa: sja1105: Add support for the PTP clock 2019-06-08 15:20:40 -07:00
sja1105_clocking.c net: dsa: sja1105: Error out if RGMII delays are requested in DT 2019-05-03 10:49:17 -04:00
sja1105_dynamic_config.c net: dsa: sja1105: Add support for the AVB Parameters Table 2019-06-08 15:20:40 -07:00
sja1105_dynamic_config.h net: dsa: sja1105: Plug in support for TCAM searches via the dynamic interface 2019-06-04 11:49:19 -07:00
sja1105_ethtool.c net: dsa: sja1105: Fix status initialization in sja1105_get_ethtool_stats 2019-05-07 12:20:46 -07:00
sja1105_main.c net: dsa: sja1105: Increase priority of CPU-trapped frames 2019-06-08 15:20:40 -07:00
sja1105_ptp.c net: dsa: sja1105: Add logic for TX timestamping 2019-06-08 15:20:40 -07:00
sja1105_ptp.h net: dsa: sja1105: Add logic for TX timestamping 2019-06-08 15:20:40 -07:00
sja1105_spi.c net: dsa: sja1105: Add logic for TX timestamping 2019-06-08 15:20:40 -07:00
sja1105_static_config.c net: dsa: sja1105: Add support for the AVB Parameters Table 2019-06-08 15:20:40 -07:00
sja1105_static_config.h net: dsa: sja1105: Add support for the AVB Parameters Table 2019-06-08 15:20:40 -07:00
sja1105.h net: dsa: sja1105: Add a global sja1105_tagger_data structure 2019-06-08 15:20:40 -07:00