Displaying 5 results from an estimated 5 matches for "fff1".
Did you mean:
fff
2002 May 21
5
ingress and egress
ingress can be used to control the incoming packet,
such as:
tc qdisc add dev eth0 handle ffff: ingress
tc filter add dev eth0 parent ffff: protocol ip prio 5
u32 match ip src 172.16.1.11 police rate 10kbit burst
10k drop flowid :1
tc filter add dev eth0 parent ffff: protocol ip prio 5
u32 match ip src 172.16.1.22 police rate 10kbit burst
10k drop flowid :2
first ,I do not sure these method can
2013 Jul 17
2
Libvirt "tc ingress qdisc" automatically removed by ovs vlan tag setting, how?
...x0000' bus='0x00' slot='0x03'
function='0x0'/>
</interface>
...
# tc qdisc ls dev tap0a2b02ca-48
qdisc htb 1: root refcnt 2 r2q 10 default 1 direct_packets_stat 0
qdisc sfq 2: parent 1:1 limit 127p quantum 1514b perturb 10sec
qdisc ingress ffff: parent ffff:fff1 ---------------- (<-- already showed up)
# ovs-vsctl set port tap0a2b02ca-48 tag=1
# tc qdisc ls dev tap0a2b02ca-48
qdisc htb 1: root refcnt 2 r2q 10 default 1 direct_packets_stat 0
qdisc sfq 2: parent 1:1 limit 127p quantum 1514b perturb 10sec
(<-- ingress qdisc is gone)
After that, if ad...
2013 Jul 17
0
Re: Libvirt "tc ingress qdisc" automatically removed by ovs vlan tag setting, how?
...;0x03'
> function='0x0'/>
> </interface>
> ...
>
> # tc qdisc ls dev tap0a2b02ca-48
> qdisc htb 1: root refcnt 2 r2q 10 default 1 direct_packets_stat 0
> qdisc sfq 2: parent 1:1 limit 127p quantum 1514b perturb 10sec
> qdisc ingress ffff: parent ffff:fff1 ---------------- (<-- already showed up)
>
> # ovs-vsctl set port tap0a2b02ca-48 tag=1
> # tc qdisc ls dev tap0a2b02ca-48
> qdisc htb 1: root refcnt 2 r2q 10 default 1 direct_packets_stat 0
> qdisc sfq 2: parent 1:1 limit 127p quantum 1514b perturb 10sec
> (<-- ingress qdis...
2012 Nov 20
3
Simple Traffic Shaping Problem
...10sec
Sent 25327370 bytes 44872 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc sfq 53: parent 5:3 limit 127p quantum 1875b flows 127/1024 perturb 10sec
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc ingress ffff: parent ffff:fff1 ----------------
Sent 2289875 bytes 16407 pkt (dropped 277, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
But, When I start a download inside vlan10 my download speed is around 20
megabits per second and it should be 1 mbit per second at max.
Anyone knows why this happens?
Best Rergar...
2013 Sep 27
1
Strange results with QoS definition