Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*PROBLEM\:\s+IProute\s+hangs\s+after\s+running\s+traffic\s+shaping\s+scripts\s*$/: 28 ]

Total 28 documents matching your query.

1. PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: xxxxxxxxxxxxx>
Date: Fri, 05 Nov 2004 10:48:44 +0100
This mail was posted 02-11-2004 to linux-net@xxxxxxxxxxxxxxx, but I got no response at all, so I am resending it. [1.] One line summary of the problem: IProute hangs after running traffic shaping scr
/archives/netdev/2004-11/msg00189.html (34,490 bytes)

2. Re: PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: larsen@xxxxxxxxxxxx>
Date: Fri, 5 Nov 2004 12:54:31 +0100
Could you send me the rules via private email or explain the basic architecutre of it? My first thought was that you might run out of stack space while dumping the qdisc tree but it doesn't seem so
/archives/netdev/2004-11/msg00193.html (11,308 bytes)

3. Re: PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: >
Date: Sun, 07 Nov 2004 23:22:42 +0100
Szymon Miotk wrote: This mail was posted 02-11-2004 to linux-net@xxxxxxxxxxxxxxx, but I got no response at all, so I am resending it. [1.] One line summary of the problem: IProute hangs after running
/archives/netdev/2004-11/msg00260.html (13,382 bytes)

4. Re: PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: cHardy <kaber@xxxxxxxxx>
Date: Mon, 08 Nov 2004 02:40:21 +0100
Patrick McHardy wrote: Szymon Miotk wrote: This mail was posted 02-11-2004 to linux-net@xxxxxxxxxxxxxxx, but I got no response at all, so I am resending it. [1.] One line summary of the problem: IPro
/archives/netdev/2004-11/msg00263.html (13,765 bytes)

5. Re: PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: r@xxxxxxxxx>
Date: Mon, 8 Nov 2004 14:54:31 +0100
I think you should extend the above to: if (qdisc->ops->cl_ops != NULL && !list_empty(&qdisc->list)) Otherwise you might unlink entries just added before the rcu callback and it prevents an unneeded
/archives/netdev/2004-11/msg00290.html (10,828 bytes)

6. Re: PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: xxxxxxxxxxxxxxxxx (Luis R. Rodriguez)
Date: Mon, 08 Nov 2004 17:12:00 +0100
Thomas Graf wrote: + /* unlink inner qdiscs from dev->qdisc_list immediately */ + if (qdisc->ops->cl_ops != NULL) + list_add(&qdisc->list, &cql); I think you should extend the above to: if (qdisc->op
/archives/netdev/2004-11/msg00295.html (11,497 bytes)

7. Re: PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: dy <kaber@xxxxxxxxx>
Date: Mon, 8 Nov 2004 19:33:00 +0100
* Patrick McHardy <418F9AD0.1040701@xxxxxxxxx> 2004-11-08 17:12 I don't have the time to verify this at the moment but: 1) qdisc_destroy unlinking all the lists 2) RTM_NEWQDISC creating a new qdisc w
/archives/netdev/2004-11/msg00297.html (11,685 bytes)

8. Re: PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: Graf <tgraf@xxxxxxx>
Date: Mon, 08 Nov 2004 20:46:18 +0100
Thomas Graf wrote: * Patrick McHardy <418F9AD0.1040701@xxxxxxxxx> 2004-11-08 17:12 There is some optimization possible, I will do this for the final patch. But I don't understand the problem you refe
/archives/netdev/2004-11/msg00299.html (13,829 bytes)

9. Re: PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: rakali" <ravinandan.arakali@xxxxxxxx>
Date: Mon, 8 Nov 2004 21:15:44 +0100
* Patrick McHardy <418FCD0A.4040202@xxxxxxxxx> 2004-11-08 20:46 Looks perfectly fine.
/archives/netdev/2004-11/msg00300.html (10,414 bytes)

10. Re: PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: xxxxxxx>
Date: Tue, 9 Nov 2004 16:18:16 -0800
How do these child qdiscs get destroyed at all if you just remove them from the lists they are on? How will the rest of destroy processing find them and clean them up?
/archives/netdev/2004-11/msg00362.html (10,448 bytes)

11. Re: PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: xxxxxxxxxxxx>
Date: Wed, 10 Nov 2004 01:40:09 +0100
David S. Miller wrote: On Mon, 08 Nov 2004 20:46:18 +0100 Patrick McHardy <kaber@xxxxxxxxx> wrote: New patch attached. How do these child qdiscs get destroyed at all if you just remove them from the
/archives/netdev/2004-11/msg00366.html (11,289 bytes)

12. Re: PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: avem@xxxxxxxxxxxxx>
Date: Wed, 10 Nov 2004 01:55:37 +0100
Patrick McHardy wrote: David S. Miller wrote: How do these child qdiscs get destroyed at all if you just remove them from the lists they are on? How will the rest of destroy processing find them and
/archives/netdev/2004-11/msg00367.html (16,801 bytes)

13. Re: PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: xxxxxx>
Date: Tue, 9 Nov 2004 22:13:04 -0800
... I understand how this work now. Thanks for the explanation and updated patch. Applied.
/archives/netdev/2004-11/msg00385.html (10,367 bytes)

14. Re: PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: <herbert@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 10 Nov 2004 13:08:14 +0100
Patrick McHardy wrote: Thomas Graf wrote: * Patrick McHardy <418F9AD0.1040701@xxxxxxxxx> 2004-11-08 17:12 There is some optimization possible, I will do this for the final patch. But I don't understa
/archives/netdev/2004-11/msg00395.html (11,760 bytes)

15. PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: Szymon Miotk <spam@xxxxxxxxxxxxx>
Date: Fri, 05 Nov 2004 10:48:44 +0100
This mail was posted 02-11-2004 to linux-net@xxxxxxxxxxxxxxx, but I got no response at all, so I am resending it. [1.] One line summary of the problem: IProute hangs after running traffic shaping scr
/archives/netdev/2004-11/msg01243.html (33,569 bytes)

16. Re: PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: Thomas Graf <tgraf@xxxxxxx>
Date: Fri, 5 Nov 2004 12:54:31 +0100
Could you send me the rules via private email or explain the basic architecutre of it? My first thought was that you might run out of stack space while dumping the qdisc tree but it doesn't seem so
/archives/netdev/2004-11/msg01247.html (11,356 bytes)

17. Re: PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: Patrick McHardy <kaber@xxxxxxxxx>
Date: Sun, 07 Nov 2004 23:22:42 +0100
This mail was posted 02-11-2004 to linux-net@xxxxxxxxxxxxxxx, but I got no response at all, so I am resending it. [1.] One line summary of the problem: IProute hangs after running traffic shaping scr
/archives/netdev/2004-11/msg01314.html (13,390 bytes)

18. Re: PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: Patrick McHardy <kaber@xxxxxxxxx>
Date: Mon, 08 Nov 2004 02:40:21 +0100
This mail was posted 02-11-2004 to linux-net@xxxxxxxxxxxxxxx, but I got no response at all, so I am resending it. [1.] One line summary of the problem: IProute hangs after running traffic shaping scr
/archives/netdev/2004-11/msg01317.html (13,787 bytes)

19. Re: PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: Thomas Graf <tgraf@xxxxxxx>
Date: Mon, 8 Nov 2004 14:54:31 +0100
I think you should extend the above to: if (qdisc->ops->cl_ops != NULL && !list_empty(&qdisc->list)) Otherwise you might unlink entries just added before the rcu callback and it prevents an unneeded
/archives/netdev/2004-11/msg01344.html (10,924 bytes)

20. Re: PROBLEM: IProute hangs after running traffic shaping scripts (score: 1)
Author: Patrick McHardy <kaber@xxxxxxxxx>
Date: Mon, 08 Nov 2004 17:12:00 +0100
+ /* unlink inner qdiscs from dev->qdisc_list immediately */ + if (qdisc->ops->cl_ops != NULL) + list_add(&qdisc->list, &cql); I think you should extend the above to: if (qdisc->ops->cl_ops != NULL
/archives/netdev/2004-11/msg01349.html (11,582 bytes)


This search system is powered by Namazu