for me, this seems to work
# tc qdisc add dev eth3 root pfifo_fast
# tc qdisc
qdisc pfifo_fast 8002: dev eth3 root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0
1 1 1 1 1 1 1 1
I'm curious as to why you are trying to remove fq_codel? have you run into a
place where it hurts you? or are you just trying to compare it with pfifo_fast?
David Lang
On Thu, 12 Mar 2015, spaceman wrote:
Date: Thu, 12 Mar 2015 22:21:42 +0000
From: spaceman <[email protected]>
Reply-To: OpenWrt User List <[email protected]>
To: [email protected]
Subject: [OpenWrt-Users] Remove fq_codel from eth0
Hi,
I cannot remove the fq_codel qdisc from the eth0 device.
I have tried:
tc qdisc del dev eth0 root
However it responds with:
RTNETLINK answers: No such file or directory
However:
tc -s qdisc show dev eth0
Responds with:
qdisc fq_codel 0: root refcnt 2 limit 1024p flows 1024 quantum 300 target
5.0ms interval 100.0ms ecn
Sent 152870410415 bytes 180254077 pkt (dropped 412, overlimits 0 requeues
195500)
backlog 0b 0p requeues 195500
maxpacket 1514 drop_overlimit 0 new_flow_count 545433 ecn_mark 4
new_flows_len 0 old_flows_len 0
How do get rid of it or replace it with pfifo_fast so it basically doesn't do
anything?
I am using Barrier Breaker.
Regards,
spaceman
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users