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

adding classfull implementation to fq_pie #1

Open
litinoveweedle opened this issue Mar 9, 2023 · 1 comment
Open

adding classfull implementation to fq_pie #1

litinoveweedle opened this issue Mar 9, 2023 · 1 comment

Comments

@litinoveweedle
Copy link

Hello,

I was able to realize why fq_pie doesn't support tc filter classification. It is because it was not fully implemented as classfull qdisc. But as it is by nature classfull, it should not be too hard to add missing function to work as you suggested.

I did try to do so in those patches:

Kernel (linux):
https://github.com/torvalds/linux/compare/master...litinoveweedle:linux:classfull-sch_fq_pie?expand=1

TC (iproute2):
https://github.com/shemminger/iproute2/compare/main...litinoveweedle:iproute2:classfull-sch_fq_pie?expand=1

Would you be please able to test those? ;-)

BR
L.

@heistp
Copy link
Owner

heistp commented Nov 22, 2023

Sorry, I haven't had the time. Were you able to test it? I trust that this could be made to work for fq_pie as well...

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

2 participants