Re: [PATCH] [NET_SCHED] sch_prio.c: remove duplicate call of tc_classify()

2007-09-01 Thread Patrick McHardy
On Thu, 30 Aug 2007, Lucas Nussbaum wrote: When CONFIG_NET_CLS_ACT is enabled, tc_classify() is called twice in prio_classify(). This causes interesting behaviour: with the setup below, packets are duplicated, sent twice to ifb0, and then loop in and out of ifb0. The patch uses the previously

Re: [PATCH] [NET_SCHED] sch_prio.c: remove duplicate call of tc_classify()

2007-08-31 Thread Patrick McHardy
On Thu, 30 Aug 2007, Lucas Nussbaum wrote: When CONFIG_NET_CLS_ACT is enabled, tc_classify() is called twice in prio_classify(). This causes interesting behaviour: with the setup below, packets are duplicated, sent twice to ifb0, and then loop in and out of ifb0. The patch uses the previously

Re: [PATCH] [NET_SCHED] sch_prio.c: remove duplicate call of tc_classify()

2007-08-30 Thread David Miller
From: Lucas Nussbaum [EMAIL PROTECTED] Date: Thu, 30 Aug 2007 09:28:17 +0200 Hi, When CONFIG_NET_CLS_ACT is enabled, tc_classify() is called twice in prio_classify(). This causes interesting behaviour: with the setup below, packets are duplicated, sent twice to ifb0, and then loop in and