From: Jeff Garzik <jgarzik@pobox.com>
To: ravinandan.arakali@s2io.com
Cc: "'Francois Romieu'" <romieu@fr.zoreil.com>,
netdev@oss.sgi.com, leonid.grossman@s2io.com,
raghavendra.koushik@s2io.com, rapuru.sriram@s2io.com
Subject: Re: [PATCH 2.6.9-rc2 3/8] S2io: optimizations
Date: Thu, 14 Oct 2004 10:46:26 -0400 [thread overview]
Message-ID: <416E9142.8030006@pobox.com> (raw)
In-Reply-To: <004601c4b18b$2ee81a30$6c10100a@S2IOtech.com>
Ravinandan Arakali wrote:
> Hi,
> Following are the optimization-related changes made in this patch.
No objections to this patch, but did I miss a description of the
following change?
> - if ((sp->pkt_cnt[ring] - rxb_size) > 128) {
> + if ((sp->pkt_cnt[ring] - rxb_size) > 16) {
> level = LOW;
> - if (rxb_size < sp->pkt_cnt[ring] / 8)
> + if ((sp->pkt_cnt[ring] - rxb_size) < MAX_RXDS_PER_BLOCK) {
> level = PANIC;
> + }
> }
next prev parent reply other threads:[~2004-10-14 14:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-14 1:14 [PATCH 2.6.9-rc2 3/8] S2io: optimizations Ravinandan Arakali
2004-10-14 14:46 ` Jeff Garzik [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-10-07 1:27 Ravinandan Arakali
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=416E9142.8030006@pobox.com \
--to=jgarzik@pobox.com \
--cc=leonid.grossman@s2io.com \
--cc=netdev@oss.sgi.com \
--cc=raghavendra.koushik@s2io.com \
--cc=rapuru.sriram@s2io.com \
--cc=ravinandan.arakali@s2io.com \
--cc=romieu@fr.zoreil.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).