* [LARTC] Are multiple output queues in qdisc possible?
@ 2004-05-04 0:33 EyeManBill
2004-05-07 18:44 ` Andy Furniss
0 siblings, 1 reply; 2+ messages in thread
From: EyeManBill @ 2004-05-04 0:33 UTC (permalink / raw)
To: lartc
Our system sets up multiple connections. At times, packets can be transmitted for some connections but not others.
With that in mind:
1. Is it possible to have multiple output queues in a qdisc,
rather than one?
2. Can a packet that leaves qdisc be returned to qdisc if it
cannot be transmitted?
If so, how?
Thank you.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [LARTC] Are multiple output queues in qdisc possible?
2004-05-04 0:33 [LARTC] Are multiple output queues in qdisc possible? EyeManBill
@ 2004-05-07 18:44 ` Andy Furniss
0 siblings, 0 replies; 2+ messages in thread
From: Andy Furniss @ 2004-05-07 18:44 UTC (permalink / raw)
To: lartc
EyeManBill@aol.com wrote:
> Our system sets up multiple connections. At times, packets can be transmitted for some connections but not others.
>
> With that in mind:
>
> 1. Is it possible to have multiple output queues in a qdisc,
> rather than one?
>
> 2. Can a packet that leaves qdisc be returned to qdisc if it
> cannot be transmitted?
>
> If so, how?
Don't really know about 1.
2. - there is a requeue function in the queues in net/sched and a
comment in sch_api.c -
---requeue
requeues once dequeued packet. It is used for non-standard or
just buggy devices, which can defer output even if dev->tbusy=0.
I guess that gives a bit of hope.
Andy.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-05-07 18:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-04 0:33 [LARTC] Are multiple output queues in qdisc possible? EyeManBill
2004-05-07 18:44 ` Andy Furniss
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.