]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitfd6f24d75ab07fd122c2910d343caa703f712873
tree22ef540a7817db2a24cc612ecd9dd71b973ea92e
parentcdb26d3387f0cdf7b2a2eea581385173547ef21f
parentdf63022e182de4041b65ae22df1950d3416b577e
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>