From: Ayaz Abdulla <aabdulla@nvidia.com>
To: Jeff Garzik <jgarzik@pobox.com>
Cc: Manfred Spraul <manfred@colorfullife.com>,
Andrew Morton <akpm@osdl.org>,
netdev@vger.kernel.org
Subject: Re: [PATCH 10/12] forcedeth: tx max work
Date: Fri, 19 Jan 2007 11:27:02 -0500 [thread overview]
Message-ID: <45B0F156.4050504@nvidia.com> (raw)
In-Reply-To: <45B03271.5080802@pobox.com>
Jeff Garzik wrote:
> Ayaz Abdulla wrote:
> > This patch adds a limit to how much tx work can be done in each
> > iteration of tx processing.
> >
> > Signed-Off-By: Ayaz Abdulla <aabdulla@nvidia.com>
>
> What about the "tail end" of the work, when the limit is reached?
>
> Remember that delaying the completion of TX's too long increases latency.
>
> It seems to me that this patch needs a timer or somesuch, to guarantee
> that TX completions are not delayed too long in the worst case.
Yes, you are right.
There is a timer interrupt that fires in throughput mode every 10ms (in
cpu mode it fires at approx every 130us). I can use that to clean out
any uncompleted TXs. Let me know if 10ms is not too late for worst case
tx completion.
>
> Jeff
>
>
>
next prev parent reply other threads:[~2007-01-19 22:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-09 18:30 [PATCH 10/12] forcedeth: tx max work Ayaz Abdulla
2007-01-19 2:52 ` Jeff Garzik
2007-01-19 16:27 ` Ayaz Abdulla [this message]
[not found] <45B3F307.8060900@nvidia.com>
2007-01-23 6:09 ` Jeff Garzik
-- strict thread matches above, loose matches on Subject: below --
2007-01-23 17:00 Ayaz Abdulla
2007-01-23 22:53 ` Jeff Garzik
2007-01-23 23:06 ` Jeff Garzik
2007-01-24 7:17 ` Jeff Garzik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45B0F156.4050504@nvidia.com \
--to=aabdulla@nvidia.com \
--cc=akpm@osdl.org \
--cc=jgarzik@pobox.com \
--cc=manfred@colorfullife.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.