[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1340128112-22935-1-git-send-email-meravs@broadcom.com>
Date: Tue, 19 Jun 2012 20:48:21 +0300
From: "Merav Sicron" <meravs@...adcom.com>
To: netdev@...r.kernel.org, davem@...emloft.net, eilong@...adcom.com
cc: "Merav Sicron" <meravs@...adcom.com>
Subject: [net-next patch 0/11 v2] bnx2x: ethtool and other enhancements
Hi Dave,
This patch series adds few features to bnx2x:
Add support for external LB in ethtool self-test
Enable UDP RSS on 4-tupple, controlled by ethtool
Support up to 63 RSS queues (rather than 16)
Add support for setting the desired number of RSS queues via ethtool
Allow to configure dcbx admin params from all drivers on a single physical port
Add FCoE capabilities advertisement
Differences comparing to v1:
1. Remove the default (8) for the maximum number of RSS queues. We are still
working on the global rfc to set the default for all drivers, and that series
will include the patch for bnx2x as well.
2. Correct indentation in bnx2x_initial_phy_init function.
3. In bnx2x_get_rss_flags set info->data = 0 for any type for which RSS is not
supported.
4. In few places change from if(rc != 0) to if(rc)
5. In bnx2x_get_channels don't set fields to 0 as the ethtool core already does
that
6. In bnx2x_set_channels add a check for combined_count = 0
7. Remove patch "write FCoE capabilities to chip" since we want to add related
changes in storage drivers (bnx2fc, bnx2i, cnic).
Please consider applying this patch series to net-next.
Thanks,
Merav
--
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