commit | 562cf7736363c0b8a98f482cc7f6a19177d8fcea | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Thu Feb 27 18:08:16 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 27 11:15:13 2020 -0800 |
tree | db3e81f3eff352c591e837c1836751565772907f | |
parent | 3d35dbe6224e60a249dd492b0f757828db559c52 [diff] |
s390/qeth: support configurable RX copybreak Implement the ethtool hooks for the ETHTOOL_RX_COPYBREAK tunable. The copybreak is stored into netdev_priv, so that we automatically go back to the default value if the netdev is re-allocated. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>