android_kernel_motorola_sm6225/drivers/net/ethernet/intel/ixgbevf
Alexander Duyck 6b43c44654 ixgbevf: Update q_vector to contain ring pointers instead of bitmaps
For most cases the ixgbevf driver will only ever contain a single Tx and
single Rx queue.  In order to track that it makes more sense to use a
pointer instead of using a bitmap which must be search in order to locate
the ring on an adapter index.  As such I am changing the code to use
pointers and an iterator to access all rings on a given q_vector.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2012-07-17 03:03:27 -07:00
..
defines.h ixgbevf: Add support to recognize 100mb link speed 2012-05-03 02:36:07 -07:00
ethtool.c ixgbevf: Drop all dead or unnecessary code 2012-07-17 02:45:44 -07:00
ixgbevf.h ixgbevf: Update q_vector to contain ring pointers instead of bitmaps 2012-07-17 03:03:27 -07:00
ixgbevf_main.c ixgbevf: Update q_vector to contain ring pointers instead of bitmaps 2012-07-17 03:03:27 -07:00
Makefile ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
mbx.c ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
mbx.h ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
regs.h ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
vf.c ixgbevf: Add support to recognize 100mb link speed 2012-05-03 02:36:07 -07:00
vf.h ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00