From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Yuval Mintz" Subject: [net-next PATCH v2 0/3] Energy Efficient Ethernet (eee) support Date: Wed, 6 Jun 2012 11:58:15 +0300 Message-ID: <1338973098-16439-1-git-send-email-yuvalmin@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: eilong@broadcom.com, bhutchings@solarflare.com, peppe.cavallaro@st.com, "Yuval Mintz" To: davem@davemloft.net, netdev@vger.kernel.org Return-path: Received: from mms3.broadcom.com ([216.31.210.19]:1177 "EHLO MMS3.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752712Ab2FFJAA (ORCPT ); Wed, 6 Jun 2012 05:00:00 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Hi Dave, This patch series adds energy efficient ethernet support for the bnx2x driver (for new chips with appropriate phys). It also extends the ethtool API to enable control of the eee feature. Another patch series has been sent to Ben to allow the ethtool application to use this new API. Changes from Version 1: Patch 1/3: -Added documentation to ethtool_eee struct in header. -Clearing the ethtool_eee struct before passing to driver. -Checking the driver's return value of 'get_eee' call. Patches 2-3/3: -Corrected conversion of tx_lpi_timer speeds in bnx2x. Please consider applying it to 'net-next'. Thanks, Yuval Mintz