diff options
| author | 2012-05-11 08:32:45 +0000 | |
|---|---|---|
| committer | 2012-07-17 03:03:27 -0700 | |
| commit | 6b43c44654f686c68f742baebb85ee9185d48687 (patch) | |
| tree | 0bc3dd6dbcfd2c674c9ee2c37a6e22113e085767 /net/ipv4/tcp_input.c | |
| parent | ixgbevf: Cleanup accounting for space needed at start of xmit_frame (diff) | |
| download | linux-dev-6b43c44654f686c68f742baebb85ee9185d48687.tar.xz linux-dev-6b43c44654f686c68f742baebb85ee9185d48687.zip | |
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>
Diffstat (limited to 'net/ipv4/tcp_input.c')
0 files changed, 0 insertions, 0 deletions
