]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'r8152-rx-settings'
authorDavid S. Miller <davem@davemloft.net>
Wed, 22 Mar 2017 17:50:37 +0000 (10:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Mar 2017 17:50:37 +0000 (10:50 -0700)
commit592846b2d9712552e8445df0b8bf021c250aed9e
treec08d3fc6160432be05d87e801a86b35a39ff0b53
parentbc1641694f68373845580918951b3d9de28eaad1
parentf675d3ff4b745259c7012ccc4f83dec453f54809
Merge branch 'r8152-rx-settings'

Hayes Wang says:

====================
r8152: fix the rx settings of RTL8153

The RMS and the rx early size should base on the same rx size. However,
the RMS is set to 9K bytes now and the rx early depends on mtu. For using
the rx buffer effectively, sync the two settings according to the mtu.
====================

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