]> Pileus Git - ~andy/linux/commit
ixgbe: DCB, remove unneeded ixgbe_dcb_txq_to_tc() routine
authorJohn Fastabend <john.r.fastabend@intel.com>
Tue, 26 Apr 2011 07:26:36 +0000 (07:26 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 21 Jun 2011 08:22:02 +0000 (01:22 -0700)
commitfb5475ff7f2e80e920a393d18a43b64124a30270
treeb00ef8054e6b617807ec8a19fd0655066c663724
parentb1bbdb206a52b7eb13c2e57ee794b90618f61002
ixgbe: DCB, remove unneeded ixgbe_dcb_txq_to_tc() routine

The ixgbe_dcb_txq_to_tc() routine was used to map TX rings to
a DCB traffic class. Now that a tx_ring has a DCB traffic class
associated with it this routine is no longer needed.

Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe_main.c