Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 511080

Summary: net-misc/netifrc: tc support
Product: Gentoo Hosted Projects Reporter: Vitaly L. Fadeev <fvl>
Component: netifrcAssignee: netifrc Team <netifrc>
Status: UNCONFIRMED ---    
Severity: enhancement CC: gentoo, matoro_bugzilla_gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: netifrc:tc
Package list:
Runtime testing required: ---

Description Vitaly L. Fadeev 2014-05-23 07:37:01 UTC
Hi!
There is would be a good idea to realize some of this examples:

tc_qdisc_enp0s0="fq_codel"
that was run 
tc qdisc add dev enp0s0 root fq_codel

config_qdisc_enp0s0="limit 2000 target 3ms interval 40ms noecn"
that was run
tc qdisc change dev enp0s0 root fq_codel limit 2000 target 3ms interval 40ms noecn

You can write here to discuss other examples.