请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TDA4VEN-Q1主题中讨论的其他器件:AM67A
工具/软件:
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:
ip link add link eth0 name eth0.5 type vlan id 5 egress-qos-map 2:2 3:3 ip link set eth0.5 up
tc qdisc replace dev eth0 handle 100: parent root mqprio num_tc 3 \ map 0 0 0 0 0 0 1 2 0 0 0 0 0 0 0 0 queues 1@0 1@6 1@7 hw 0
tc qdisc replace dev eth0 parent 100:1 cbs \ idleslope 98688 sendslope -901312 hicredit 153 locredit -1389 \ offload 1
Error: Specified device failed to setup cbs hardware offload.
尊敬的 Yangtian:
我们要知道的是 CBS 配置中的错误是否是由官方下载的 PSDK 中未配置 CONFIG_TI_AM65_CPTS 引起的、还是其他未知原因引起的。
但事实并非如此。 mqprio qdisc 的 CPTS 配置不相关
但 CPSW 不支持 CBS 硬件卸载。 因此这不起作用。 在 mqprio 中、应使用 max_rate 和 min_rate 来调整流量。
此致、
Tanmay