commit | 134d21525f5f7c89f1f6ce052a11ac09dc27b331 | [log] [tgz] |
---|---|---|
author | Sean Wang <sean.wang@mediatek.com> | Fri Apr 14 11:19:12 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 17 13:33:58 2017 -0400 |
tree | 4b859e72c4f6624f709e40bf5227287c8dae0254 | |
parent | 81d2dd09ca11a2b834c8a915c6aabf8325d57ecf [diff] |
net: ethernet: mediatek: fix inconsistency of port number carried in TXD Fix port inconsistency on TXD due to hardware BUG that would cause different port number is carried on the same TXD between tx_map() and tx_unmap() with the iperf test. It would cause confusing BQL logic which leads to kernel panic when dual GMAC runs concurrently. Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: David S. Miller <davem@davemloft.net>