OSDN Git Service

igb: output register's information related to RX/TX queue[4-15]
authorKoki Sanagi <sanagi.koki@jp.fujitsu.com>
Wed, 15 Feb 2012 14:45:39 +0000 (14:45 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 10 May 2012 04:41:55 +0000 (21:41 -0700)
commit7e3b4ffb38b550b42c3868cffedb734c3a507073
treebb68775280c644a61d635980b70459eb6b0acaf6
parent958a7586814e3498dbb2124de195982163af6bbc
igb: output register's information related to RX/TX queue[4-15]

Current igb outputs registers related to TX/RX queues(ex. RDT, RDH, TDT, TDH).
But it thinks the number of RX/TX queues is 4. But 82576 has 16 RX/TX queues.
This patch modifies igb to output the rest of the registers if the device is
82576.

Signed-off-by: Koki Sanagi <sanagi.koki@jp.fujitsu.com>
Acked-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/igb_ethtool.c