]> www.infradead.org Git - users/jedix/linux-maple.git/commit
be2net: fix ethtool ringparam reporting
authorSathya Perla <sathya.perla@emulex.com>
Tue, 13 Dec 2011 00:58:49 +0000 (00:58 +0000)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Mon, 7 May 2012 21:44:05 +0000 (14:44 -0700)
commitef70acb951e51016a043ca6ff11c653265c4b232
tree2a4cd099e5830eb804a353591e5d0df6014c5441
parenta83ecacc40fb1624c898f0c3f2535c160e5f43a6
be2net: fix ethtool ringparam reporting

The ethtool "-g" option is supposed to report the max queue length and
user modified queue length for RX and TX queues.  be2net doesn't support
user modification of queue lengths. So, the correct values for these
would be the max numbers.
be2net incorrectly reports the queue used values for these fields.

Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/benet/be_ethtool.c