ixgbe: Allow tx itr specific settings
authorNelson, Shannon <shannon.nelson@intel.com>
Fri, 18 Sep 2009 09:46:06 +0000 (09:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Sep 2009 18:32:31 +0000 (11:32 -0700)
commitf7554a2bf2696daad25465734bb962d0184469f2
tree368ef7fd5bd0a460b37553619be790b9d9c68683
parent0a1f87cbdbf26e1257b36cc5e9c00a08c2236ff2
ixgbe: Allow tx itr specific settings

Allow the user to set Tx specific itr values.  This only makes sense
when there are separate vectors for Tx and Rx.  When the queues are
doubled up RxTx on the vectors, we still only use the rx itr value.

Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Acked-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe.h
drivers/net/ixgbe/ixgbe_ethtool.c
drivers/net/ixgbe/ixgbe_main.c