]> 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)
commit51d99c229ec51874b973acc35f5d449ea2973855
tree22ef540a7817db2a24cc612ecd9dd71b973ea92e
parent89af66e97bf74159ba24221072f1430db93b60f6
parent9e5e817b90dc3d88eae1d8fcd235d489976c70c2
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>