commit | 67894eec3e27a5b61281cb68f63b933e8c111348 | [log] [tgz] |
---|---|---|
author | Iyappan Subramanian <isubramanian@apm.com> | Wed Dec 16 22:26:05 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 17 15:45:53 2015 -0500 |
tree | 1f5d663e37c461b080bd2959431bd57d07abb55c | |
parent | 07e100f984975cb0417a7d5e626d0409efbad478 [diff] |
drivers: net: xgene: fix Tx flow control Currently the Tx flow control is based on reading the hardware state, which is not accurate since it may not reflect the descriptors that are not yet reached the memory. To accurately control the Tx flow, changing it to be software based. Signed-off-by: Iyappan Subramanian <isubramanian@apm.com> Signed-off-by: David S. Miller <davem@davemloft.net>