]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'qcom-emac-pause'
authorDavid S. Miller <davem@davemloft.net>
Wed, 9 Nov 2016 23:45:36 +0000 (18:45 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Nov 2016 23:45:36 +0000 (18:45 -0500)
commite1b1780b4d3908d13f45286f93cae49ef4640d10
tree22ef540a7817db2a24cc612ecd9dd71b973ea92e
parent149b388e1374f47e4207cbffc36eb12fa5b8583e
parent59041299c758b458589d5e2bf0787f1e065fdef1
Merge branch 'qcom-emac-pause'

Timur Tabi says:

====================
net: qcom/emac: ensure that pause frames are enabled

The qcom emac driver experiences significant packet loss (through frame
check sequence errors) if flow control is not enabled and the phy is
not configured to allow pause frames to pass through it.  Therefore, we
need to enable flow control and force the phy to pass pause frames.
====================

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