commit | 63544e9c0055316d0397cb671f2ff99d85c77293 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri May 27 05:31:42 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sat Jun 25 00:04:59 2011 -0700 |
tree | 362d5cdabf97379959ba65b5fd81cf28c454f075 | |
parent | 7d4987de752a94772ad1ae85ad5c702bbcf73305 [diff] |
ixgbe: Move all values that deal with count, next_to_use, next_to_clean to u16 This change updates all values dealing with count, next_to_use, and next_to_clean so that they stay u16 values. The advantage of this is that there is no re-casting of type during the propagation through the stack. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>