Intel bcf457f8c0 ixgbe: fix index overflow when resetting big Tx queues
The index of the loop was a 16-bit variable which is sufficient for
ring entries number but not for the byte size of the whole ring.
The overflow happens when queue rings are configured for 4096 entries
(descriptor size is 16 bytes). The result is an endless loop.

Signed-off-by: Intel
2013-11-24 21:31:16 +01:00
..
2013-10-09 16:16:15 +02:00
2013-11-21 10:12:01 +01:00
2013-11-21 10:12:10 +01:00
2013-11-24 01:31:33 +01:00
2013-11-21 10:12:10 +01:00
2013-10-09 16:04:09 +02:00
2013-10-09 16:16:14 +02:00