]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: networking: ti-cpsw: correct cbs parameters for Eth1 100Mb
authorIvan Khoronzhuk <ivan.khoronzhuk@linaro.org>
Wed, 15 Aug 2018 20:29:53 +0000 (23:29 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Aug 2018 19:27:16 +0000 (12:27 -0700)
commit52f5bb32aaab3a7fcb0561d8378615ec7738aaa5
treeea5571bf689a30f9201775e75da12e4a28325d1f
parent5b324f565f59f4509dbb19d309b4b5f093dd0ad2
Documentation: networking: ti-cpsw: correct cbs parameters for Eth1 100Mb

If set cbs parameters calculated for 1000Mb, but use on 100Mb port
w/o h/w offload (for cpsw offload it doesn't matter), it works
incorrectly. According to the example and testing board, second port
is 100Mb interface. Correct them on recalculated for 100Mb interface.
It allows to use the same command for CBS software implementation for
board in example.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ti-cpsw.txt