Skip to content
New issue

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

Implement Mapping class sharing multiple queues for best effort #50

Open
xtor opened this issue Oct 2, 2024 · 0 comments
Open

Implement Mapping class sharing multiple queues for best effort #50

xtor opened this issue Oct 2, 2024 · 0 comments

Comments

@xtor
Copy link
Collaborator

xtor commented Oct 2, 2024

This class should allow to take advantage of the implicit round-robin in taprio mode 0x2 when multiple queues are associated to the same traffic class.

In principle, this should allow to place streams or groups of streams anywhere in the cycle with i226.

One illustration of such schedule making use of this mapping would be:

sudo tc qdisc replace dev ${INTERFACE} parent root taprio \
              num_tc 3 \
              map 0 1 2 0 0 0 0 0 \
              queues 2@2 1@0 1@1 \
              base-time 0 \
              sched-entry S 08 200000 \
              sched-entry S 01 200000 \
              sched-entry S 02 200000 \
              sched-entry S 04 200000 \
              flags 0x2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant