We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello again, I have the TMDS64EVM board and was wondering how I should get the CBS offload 1 feature working?
sudo tc qdisc replace dev eth0 handle 100: parent root mqprio num_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 queues 1@0 1@1 2@2 hw 0 sudo tc qdisc add dev eth0 parent 100:1 cbs locredit -1438 hicredit 62 sendslope -959000 idleslope 41000 offload 1 Error: Specified device failed to setup cbs hardware offload
sudo tc qdisc replace dev eth0 handle 100: parent root mqprio num_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 queues 1@0 1@1 2@2 hw 1 RTNETLINK answers: Operation not supported
I have tried this so far and wanted to know whether CBS offload 1 and mqprio hw 1 are supported on this board? Any help is appreciated. Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello again, I have the TMDS64EVM board and was wondering how I should get the CBS offload 1 feature working?
I have tried this so far and wanted to know whether CBS offload 1 and mqprio hw 1 are supported on this board? Any help is appreciated. Thank you.
The text was updated successfully, but these errors were encountered: