Soren Brinkmann
c8ea5a22bd
net: macb: Fix race between HW and driver
...
Under "heavy" RX load, the driver cannot handle the descriptors fast
enough. In detail, when a descriptor is consumed, its used flag is
cleared and once the RX budget is consumed all descriptors with a
cleared used flag are prepared to receive more data. Under load though,
the HW may constantly receive more data and use those descriptors with a
cleared used flag before they are actually prepared for next usage.
The head and tail pointers into the RX-ring should always be valid and
we can omit clearing and checking of the used flag.
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-05-05 17:11:18 -04:00
..
2014-04-07 16:36:11 -07:00
2014-04-12 01:59:38 -04:00
2013-10-18 00:03:28 -04:00
2014-03-28 01:38:02 -04:00
2014-03-28 01:38:01 -04:00
2014-04-12 01:59:38 -04:00
2014-01-16 11:53:26 -08:00
2014-05-05 13:16:22 -04:00
2014-03-24 21:18:53 -07:00
2013-11-11 14:02:08 -05:00
2014-04-27 19:46:17 -04:00
2014-03-29 17:49:47 -04:00
2014-04-26 12:15:27 -04:00
2014-03-29 17:49:47 -04:00
2014-05-05 17:11:18 -04:00
2014-03-24 21:18:56 -07:00
2014-04-30 16:12:21 -04:00
2014-03-24 21:18:58 -07:00
2014-04-03 14:04:34 -04:00
2014-03-24 21:18:59 -07:00
2014-03-24 21:19:00 -07:00
2014-03-24 21:19:01 -07:00
2014-04-14 13:41:37 -04:00
2014-03-28 01:38:02 -04:00
2014-04-30 16:12:23 -04:00
2014-01-16 11:53:26 -08:00
2013-09-27 17:38:32 -04:00
2014-03-24 21:19:02 -07:00
2014-03-24 21:19:03 -07:00
2014-01-16 11:53:26 -08:00
2014-05-05 13:03:27 -07:00
2014-05-02 16:18:54 -04:00
2014-05-05 15:48:22 -04:00
2014-03-25 20:29:20 -04:00
2014-01-16 11:53:26 -08:00
2014-02-18 15:33:32 -05:00
2014-01-25 11:17:34 -08:00
2014-03-24 21:19:07 -07:00
2013-09-04 13:18:19 -04:00
2014-03-24 21:19:08 -07:00
2014-01-16 11:53:26 -08:00
2013-11-14 07:55:21 +09:00
2014-03-31 00:45:09 -04:00
2013-12-31 16:48:32 -05:00
2014-01-16 11:53:26 -08:00
2014-04-24 13:31:14 -04:00
2014-03-28 01:38:02 -04:00
2014-03-14 22:41:36 -04:00
2014-03-28 15:59:44 -04:00
2014-04-30 16:12:22 -04:00
2014-01-16 11:53:26 -08:00
2014-04-16 14:33:57 -04:00
2014-01-16 11:53:26 -08:00
2014-03-24 21:19:08 -07:00
2014-03-24 21:19:09 -07:00
2014-04-24 13:07:48 -04:00
2014-03-28 15:06:32 -04:00
2014-03-24 21:19:12 -07:00
2014-01-14 17:11:26 -08:00
2014-04-11 16:27:41 -04:00
2014-03-24 21:19:12 -07:00
2014-03-24 21:19:13 -07:00
2014-01-16 11:53:26 -08:00
2014-03-25 20:29:20 -04:00
2014-02-28 16:57:24 -05:00
2014-03-28 01:38:02 -04:00
2013-12-06 12:37:55 -05:00
2014-04-01 16:43:18 -04:00
2014-03-28 01:38:02 -04:00
2014-03-28 01:38:02 -04:00
2013-10-21 17:21:01 -04:00
2014-03-29 17:49:47 -04:00
2013-11-07 02:14:32 -05:00
2014-03-26 16:49:31 -04:00
2014-01-16 11:53:26 -08:00
2014-02-17 00:36:34 -05:00
2014-03-26 16:49:31 -04:00
2013-12-06 12:37:55 -05:00
2014-01-16 11:53:26 -08:00