public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* CBQ(but probably u32 filter bug), kernel "freeze", at least from 3.2.0
@ 2012-08-28  4:50 Denys Fedoryshchenko
  2012-08-28 10:59 ` Eric Dumazet
  0 siblings, 1 reply; 6+ messages in thread
From: Denys Fedoryshchenko @ 2012-08-28  4:50 UTC (permalink / raw)
  To: netdev

Hi

Got information from friend, confirmed that it crashed at least two my 
boxes also :)
3.0.5-rc1 is working fine, 3.4.1 , 3.2.0 from ubuntu  - crashing
No watchdog fired, and didn't got yet significant debugging 
information.

Very easy to reproduce:
1)run the script
2)ping 192.168.3.234

script:
DEV_OUT=eth0
ICMP="match ip protocol 1 0xff"
U32="protocol ip u32"
DST="match ip dst"
tc qdisc add dev $DEV_OUT root handle 1: cbq avpkt 1000 bandwidth 
100mbit
tc class add dev $DEV_OUT parent 1: classid 1:1 cbq rate 512kbit allot 
1500 prio 5 bounded isolated
tc filter add dev $DEV_OUT parent 1:              prio 3 $U32 $ICMP 
$DST 192.168.3.234 flowid 1:
tc qdisc add dev $DEV_OUT parent 1:1 sfq perturb 10

---
Denys Fedoryshchenko, Network Engineer, Virtual ISP S.A.L.

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: CBQ(but probably u32 filter bug), kernel "freeze", at least from 3.2.0
@ 2012-09-11 22:50 Denys Fedoryshchenko
  0 siblings, 0 replies; 6+ messages in thread
From: Denys Fedoryshchenko @ 2012-09-11 22:50 UTC (permalink / raw)
  To: netdev, Eric Dumazet

>No problem, I reproduced the bug on my dev machine, but its always
>better to have bug reporter adding its own 'Tested-by:' tag ;)
>
>Thanks
Tested-by: Denys Fedoryschenko <denys@visp.net.lb>

Thank you a lot, it fixes the problem!

---
Denys Fedoryshchenko, Network Engineer, Virtual ISP S.A.L.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-09-11 22:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-28  4:50 CBQ(but probably u32 filter bug), kernel "freeze", at least from 3.2.0 Denys Fedoryshchenko
2012-08-28 10:59 ` Eric Dumazet
2012-09-06  8:40   ` Eric Dumazet
2012-09-06 13:47     ` Denys Fedoryshchenko
2012-09-06 13:56       ` Eric Dumazet
  -- strict thread matches above, loose matches on Subject: below --
2012-09-11 22:50 Denys Fedoryshchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox