summaryrefslogtreecommitdiffstats
path: root/Documentation/networking/ti-cpsw.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: networking: ti-cpsw: correct cbs parameters for Eth1 100MbIvan Khoronzhuk2018-08-161-5/+6
| | | | | | | | | | | | 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: cpsw: add MQPRIO & CBS offload examplesIvan Khoronzhuk2018-07-241-0/+540
This document describes MQPRIO and CBS Qdisc offload configuration for cpsw driver based on examples. It potentially can be used in audio video bridging (AVB) and time sensitive networking (TSN). Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>