netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fw: [Bug 60669] New: Kernel panic when using HTB qdisc
@ 2013-07-31 19:25 Stephen Hemminger
  0 siblings, 0 replies; only message in thread
From: Stephen Hemminger @ 2013-07-31 19:25 UTC (permalink / raw)
  To: netdev



Begin forwarded message:

Date: Wed, 31 Jul 2013 12:18:55 -0700
From: "bugzilla-daemon@bugzilla.kernel.org" <bugzilla-daemon@bugzilla.kernel.org>
To: "stephen@networkplumber.org" <stephen@networkplumber.org>
Subject: [Bug 60669] New: Kernel panic when using HTB qdisc


https://bugzilla.kernel.org/show_bug.cgi?id=60669

            Bug ID: 60669
           Summary: Kernel panic when using HTB qdisc
           Product: Networking
           Version: 2.5
    Kernel Version: 3.11.0-rc2+
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Other
          Assignee: shemminger@linux-foundation.org
          Reporter: vi0oss@gmail.com
        Regression: No

Created attachment 107064
  --> https://bugzilla.kernel.org/attachment.cgi?id=107064&action=edit
Kernel panic output

I'm trying to use HTB qdisc. Using something like this commands:

tc qdisc add dev eth1 root handle 55: htb default 1
tc class add dev eth1 parent 55: classid 55:1 htb rate 50000000
tc class add dev eth1 parent 55: classid 55:2 htb rate 50000000 prio -1
tc class add dev eth1 parent 55: classid 55:3 htb rate 50000000
iptables -t mangle -A OUTPUT -p icmp -j CLASSIFY --set-class 55:2
iptables -t mangle -A OUTPUT -p tcp --dport 5555 -j CLASSIFY --set-class 55:3
ifconfig eth1 192.168.98.2 up
cat /dev/zero | nc 192.168.98.2 5555&
cat /dev/zero | nc 192.168.98.2 5556&

The network connection shall be be fully loaded (so classes compete with each
other).

The "+" in kernel version is because of I am using a patch from bug 58691
(should be unrelated with iptables or traffic shaping).

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-31 19:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-31 19:25 Fw: [Bug 60669] New: Kernel panic when using HTB qdisc Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).