From: Ron Mercer <ron.mercer@qlogic.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, ron.mercer@qlogic.com
Subject: Re: [net-next PATCH0/12] qlge: More features and cleanup.
Date: Tue, 10 Mar 2009 13:28:11 -0700 [thread overview]
Message-ID: <20090310202811.GA8211@linux-ox1b.qlogic.org> (raw)
>> tatic int ql_configure_rings(struct ql_adapter *qdev)
>> * completion handler rx_rings.
>> */
>> qdev->rx_ring_count = qdev->tx_ring_count + qdev->rss_ring_count
>> + 1;
>> + netif_set_gso_max_size(qdev->ndev, 65536);
>>
>> for (i = 0; i < qdev->tx_ring_count; i++) {
>> tx_ring = &qdev->tx_ring[i];
>
>65536 (defined by GSO_MAX_SIZE) is the default and it's really a good
>idea to only use this override interface on chips that actaully have
>restrictions and can't use the default.
>
>I also don't see what this change had to do with adding TX
>multiqueue support :-) It wasn't mentioned in the commit log
>message in any way either. Please don't slip small things in
>like this.
Dave,
Thanks for clarifying this for me. I'll drop this line in my next
series. I should have sent it as a separate (rejectable) patch.
I'll be more careful about that.
Ron
next reply other threads:[~2009-03-10 20:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-10 20:28 Ron Mercer [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-03-09 20:59 [net-next PATCH0/12] qlge: More features and cleanup Ron Mercer
2009-03-09 20:59 ` [net-next PATCH 05/12] qlge: Add tx multiqueue support Ron Mercer
2009-03-10 11:46 ` [net-next PATCH0/12] qlge: More features and cleanup David Miller
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=20090310202811.GA8211@linux-ox1b.qlogic.org \
--to=ron.mercer@qlogic.com \
--cc=1236632368-22079-1-git-send-email-ron.mercer@qlogic.com \
--cc=davem@davemloft.net \
--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 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).