You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: