[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20090310202811.GA8211@linux-ox1b.qlogic.org>
Date: Tue, 10 Mar 2009 13:28:11 -0700
From: Ron Mercer <ron.mercer@...gic.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, ron.mercer@...gic.com
Subject: Re: [net-next PATCH0/12] qlge: More features and cleanup.
>> 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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists