]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dsa-mtu'
authorDavid S. Miller <davem@davemloft.net>
Thu, 6 Dec 2018 20:18:17 +0000 (12:18 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Dec 2018 20:18:17 +0000 (12:18 -0800)
commitcae39d93176f6504f218dbdc1ee318a8e7e57aa6
tree8f91a4fdb046fea0ec14589399758a2a766156d7
parentb842fae3a83cc6c27fa230fbc6653f5b41a69cd6
parent0817fa0abd101d74890b3d747d62ea86aea3a69d
Merge branch 'dsa-mtu'

Andrew Lunn says:

====================
Adjust MTU of DSA master interface

DSA makes use of additional headers to direct a frame in/out of a
specific port of the switch. When the slave interfaces uses an MTU of
1500, the master interface can be asked to handle frames with an MTU
of 1504, or 1508 bytes. Some Ethernet interfaces won't
transmit/receive frames which are bigger than their MTU.

Automate the increasing of the MTU on the master interface, by adding
to each tagging driver how much overhead they need, and then calling
dev_set_mtu() of the master interface to increase its MTU as needed.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>