commit | f58d2598cf70d41f73e761b62a114d2e8f94a676 | [log] [tgz] |
---|---|---|
author | Jonathan McDowell <noodles@earth.li> | Sat Jul 18 17:32:14 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 20 18:34:16 2020 -0700 |
tree | c49024937defd11aca193872ac3b8df017cabd8e | |
parent | 2b96692bcfcd2be7c9aa55dc13440213cd54c654 [diff] |
net: dsa: qca8k: implement the port MTU callbacks This switch has a single max frame size configuration register, so we track the requested MTU for each port and apply the largest. v2: - Address review feedback from Vladimir Oltean Signed-off-by: Jonathan McDowell <noodles@earth.li> Acked-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>