Re: [PATCH][NET_SCHED] sch_cbq: deactivating when grafting, purging etc.

2006-12-08 Thread David Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Thu, 30 Nov 2006 13:22:47 +0100 > Jarek Poplawski wrote: > > [NET_SCHED] sch_cbq: > > > > [PATCH 2.6.19-rc6 with "Fix endless loops" set of patches] > > > > - P. McHardy's "Fix endless loops" patch supplement > > (cbq_graft, cbq_qlen_notify, cbq_

Re: [PATCH][NET_SCHED] sch_cbq: deactivating when grafting, purging etc.

2006-11-30 Thread Patrick McHardy
Jarek Poplawski wrote: > [NET_SCHED] sch_cbq: > > [PATCH 2.6.19-rc6 with "Fix endless loops" set of patches] > > - P. McHardy's "Fix endless loops" patch supplement > (cbq_graft, cbq_qlen_notify, cbq_delete, cbq_class_ops) > > - deactivating of active classes when q.qlen drops to zero > (cbq

[PATCH][NET_SCHED] sch_cbq: deactivating when grafting, purging etc.

2006-11-27 Thread Jarek Poplawski
[NET_SCHED] sch_cbq: [PATCH 2.6.19-rc6 with "Fix endless loops" set of patches] - P. McHardy's "Fix endless loops" patch supplement (cbq_graft, cbq_qlen_notify, cbq_delete, cbq_class_ops) - deactivating of active classes when q.qlen drops to zero (cbq_drop) - a redundant instruction removed

Re: [PATCH][NET_SCHED] sch_cbq: deactivating when grafting, purging etc.

2006-11-27 Thread Patrick McHardy
Jarek Poplawski wrote: > On Mon, Nov 27, 2006 at 10:55:39AM +0100, Patrick McHardy wrote: > >>Your patch looks good, but it conflicts with my patches. > > > I know, but I wasn't sure which version this changes > are needed for. If there will be something more to do, > name the version, please.

Re: [PATCH][NET_SCHED] sch_cbq: deactivating when grafting, purging etc.

2006-11-27 Thread Jarek Poplawski
On Mon, Nov 27, 2006 at 10:55:39AM +0100, Patrick McHardy wrote: > Jarek Poplawski wrote: > > Here are some fixes proposals suggested by Patrick McHardy. > > > > [NET_SCHED] sch_cbq: > > > > - deactivating of active classes when grafting > > > > - purging of queue/q.qlen adjustment when deleting

Re: [PATCH][NET_SCHED] sch_cbq: deactivating when grafting, purging etc.

2006-11-27 Thread Patrick McHardy
Jarek Poplawski wrote: > Here are some fixes proposals suggested by Patrick McHardy. > > [NET_SCHED] sch_cbq: > > - deactivating of active classes when grafting > > - purging of queue/q.qlen adjustment when deleting an active class > > - deactivating of active classes when q.qlen drops to zero

[PATCH][NET_SCHED] sch_cbq: deactivating when grafting, purging etc.

2006-11-26 Thread Jarek Poplawski
Here are some fixes proposals suggested by Patrick McHardy. [NET_SCHED] sch_cbq: - deactivating of active classes when grafting - purging of queue/q.qlen adjustment when deleting an active class - deactivating of active classes when q.qlen drops to zero in ->drop() - a redundant instruction re