Thomas Jarosch
ebde6f8acb
vmxnet3: Fix inconsistent LRO state after initialization
...
During initialization of vmxnet3, the state of LRO
gets out of sync with netdev->features.
This leads to very poor TCP performance in a IP forwarding
setup and is hitting many VMware users.
Simplified call sequence:
1. vmxnet3_declare_features() initializes "adapter->lro" to true.
2. The kernel automatically disables LRO if IP forwarding is enabled,
so vmxnet3_set_flags() gets called. This also updates netdev->features.
3. Now vmxnet3_setup_driver_shared() is called. "adapter->lro" is still
set to true and LRO gets enabled again, even though
netdev->features shows it's disabled.
Fix it by updating "adapter->lro", too.
The private vmxnet3 adapter flags are scheduled for removal
in net-next, see commit a0d2730c9571aeba793cb5d3009094ee1d8fda35
"net: vmxnet3: convert to hw_features".
Patch applies to 2.6.37 / 2.6.38 and 2.6.39-rc6.
Please CC: comments.
Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Acked-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-05-16 15:05:23 -04:00
..
2011-03-05 10:55:57 +01:00
2010-07-18 15:07:15 -07:00
2011-01-24 14:32:54 +10:30
2011-04-21 21:04:32 -07:00
2011-03-31 11:26:23 -03:00
2011-04-07 11:14:49 -07:00
2011-05-09 11:51:04 -07:00
2011-04-14 13:39:45 -07:00
2011-04-23 15:13:17 -07:00
2011-05-13 15:13:24 -04:00
2011-03-31 11:26:23 -03:00
2011-05-10 15:04:07 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-05-12 00:09:34 -04:00
2011-03-14 14:49:29 -07:00
2011-04-21 16:59:30 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-04-07 11:14:49 -07:00
2011-03-11 01:16:23 -08:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-05-10 05:01:31 -07:00
2011-04-11 07:27:24 -07:00
2011-03-31 11:26:23 -03:00
2011-04-11 13:15:57 -07:00
2010-07-18 19:15:25 -07:00
2011-05-09 12:45:28 -07:00
2011-03-31 11:26:23 -03:00
2011-04-07 11:14:49 -07:00
2011-04-13 11:53:11 -07:00
2011-03-31 11:26:23 -03:00
2011-05-16 15:05:23 -04:00
2011-03-31 11:26:23 -03:00
2011-04-11 12:55:48 -07:00
2011-03-10 13:18:12 -05:00
2011-04-11 13:15:56 -07:00
2011-03-31 11:26:23 -03:00
2011-05-10 15:03:50 -07:00
2011-05-16 15:05:23 -04:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-05-11 19:13:08 -04:00
2011-03-15 19:38:03 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-12-21 02:16:08 -08:00
2010-05-10 05:01:31 -07:00
2010-12-21 02:16:08 -08:00
2010-05-14 00:19:28 -07:00
2010-11-09 09:17:56 -08:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-06-03 03:18:23 -07:00
2010-05-14 00:19:28 -07:00
2010-11-17 12:21:14 -08:00
2010-12-12 16:45:14 +01:00
2010-11-09 09:17:56 -08:00
2011-03-23 14:10:37 -07:00
2010-07-11 18:15:08 -07:00
2011-03-31 11:26:23 -03:00
2011-05-02 14:42:55 -07:00
2010-08-21 23:09:36 -07:00
2010-05-14 00:19:28 -07:00
2011-03-23 14:10:36 -07:00
2011-03-31 11:26:23 -03:00
2010-11-09 09:17:56 -08:00
2010-10-24 13:41:39 -07:00
2010-12-11 12:01:48 -08:00
2010-09-09 21:36:39 -07:00
2011-02-21 13:49:48 +01:00
2010-12-01 11:11:31 -08:00
2011-03-31 11:26:23 -03:00
2010-08-24 12:24:07 -07:00
2011-03-28 22:26:34 -07:00
2011-01-10 13:31:14 -08:00
2010-09-26 18:34:29 -07:00
2011-04-29 12:32:35 -07:00
2011-03-14 15:00:12 -07:00
2010-09-26 18:34:29 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-12-23 11:44:34 -08:00
2011-01-31 20:44:46 -08:00
2011-03-12 15:08:54 -08:00
2011-01-27 15:02:57 -08:00
2010-09-02 19:06:22 -07:00
2011-03-14 16:49:28 -07:00
2010-07-14 13:40:36 -07:00
2011-03-22 19:25:05 -07:00
2011-03-22 19:25:05 -07:00
2011-03-31 11:26:23 -03:00
2010-09-24 07:40:29 -07:00
2010-05-10 05:01:31 -07:00
2010-09-26 18:34:29 -07:00
2010-08-25 15:35:43 -07:00
2010-09-26 18:34:29 -07:00
2011-02-01 13:19:07 -08:00
2011-01-27 14:18:34 -08:00
2011-03-29 14:48:19 +02:00
2011-02-28 12:22:21 -08:00
2010-09-29 13:23:30 -07:00
2010-09-26 18:34:29 -07:00
2010-12-21 02:16:08 -08:00
2011-01-13 10:05:56 -08:00
2010-12-21 02:16:08 -08:00
2011-03-31 11:26:23 -03:00
2011-01-31 20:56:54 -08:00
2010-12-25 19:37:49 -08:00
2011-03-03 13:30:20 -08:00
2010-05-14 00:19:28 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-05-14 00:19:28 -07:00
2010-08-25 15:35:43 -07:00
2011-02-28 13:22:44 -07:00
2011-02-28 13:22:44 -07:00
2011-02-28 13:22:44 -07:00
2011-03-03 21:27:42 -08:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-02-28 13:22:44 -07:00
2010-06-03 03:18:23 -07:00
2011-04-29 12:41:59 -07:00
2011-03-03 12:19:11 -08:00
2010-11-12 14:05:43 -08:00
2011-03-18 15:12:14 -07:00
2011-03-31 11:26:23 -03:00
2011-02-28 13:22:44 -07:00
2011-01-14 12:45:54 -08:00
2010-12-25 19:37:49 -08:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-05-14 00:19:28 -07:00
2010-12-21 02:16:08 -08:00
2011-05-12 16:59:57 -04:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-12-10 15:55:24 -08:00
2010-09-06 18:21:56 -07:00
2011-01-03 12:43:10 -08:00
2010-08-25 15:35:43 -07:00
2011-03-31 11:26:23 -03:00
2010-12-12 16:45:14 +01:00
2010-07-12 20:21:44 -07:00
2011-03-27 23:35:04 -07:00
2011-02-13 21:44:44 -08:00
2011-05-09 12:45:28 -07:00
2010-06-02 06:12:19 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-05-05 21:27:44 -07:00
2011-03-27 23:35:05 -07:00
2010-11-09 09:17:56 -08:00
2011-03-31 11:26:23 -03:00
2010-11-09 09:17:56 -08:00
2011-02-28 13:22:44 -07:00
2010-09-01 08:55:23 -06:00
2010-05-26 20:44:30 -07:00
2010-05-14 00:19:28 -07:00
2011-04-17 23:27:16 -07:00
2011-03-31 11:26:23 -03:00
2010-07-05 19:41:18 -07:00
2010-08-25 15:35:43 -07:00
2011-02-28 12:22:20 -08:00
2010-06-02 17:50:38 +10:00
2010-05-10 05:01:31 -07:00
2010-07-12 20:21:44 -07:00
2011-03-21 18:22:22 -07:00
2011-03-10 14:26:00 -08:00
2011-05-12 16:59:57 -04:00
2010-09-26 18:34:29 -07:00
2011-03-31 11:26:23 -03:00
2011-04-29 13:57:32 -07:00
2010-06-21 13:40:25 -07:00
2011-03-03 13:02:31 -08:00
2011-03-31 11:26:23 -03:00
2010-08-06 09:25:50 -06:00
2011-04-12 14:56:00 -07:00
2010-05-14 00:19:28 -07:00
2010-05-14 00:19:28 -07:00
2010-05-14 00:19:28 -07:00
2011-05-12 16:59:57 -04:00
2010-07-05 20:08:05 -07:00
2011-04-22 14:33:51 -07:00
2010-05-10 05:01:31 -07:00
2010-12-21 02:16:08 -08:00
2010-12-21 02:16:08 -08:00
2010-05-14 00:19:28 -07:00
2011-03-19 23:06:33 -07:00
2010-06-28 12:41:33 -07:00
2011-03-31 11:26:23 -03:00
2010-08-17 02:31:15 -07:00
2010-09-02 19:06:22 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-09-15 22:06:05 -07:00
2011-01-10 16:13:33 -08:00
2011-03-22 17:44:17 -07:00
2011-03-31 11:26:23 -03:00
2011-01-10 16:13:33 -08:00
2011-03-31 11:26:23 -03:00
2011-04-11 07:27:24 -07:00
2010-09-21 18:04:47 -07:00
2011-03-12 15:08:42 -08:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-06-03 03:18:23 -07:00
2011-03-31 11:26:23 -03:00
2011-03-18 10:37:40 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-04-24 17:42:57 +02:00
2011-03-23 19:46:42 -07:00
2010-08-25 15:35:43 -07:00
2010-07-15 20:46:22 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-05-10 05:01:31 -07:00
2010-10-27 12:23:20 -07:00
2010-10-24 13:41:39 -07:00
2010-12-06 12:59:04 -08:00
2010-05-14 00:19:28 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-14 14:10:15 -07:00
2011-03-31 11:26:23 -03:00
2011-04-12 14:56:00 -07:00
2011-02-24 22:17:02 -08:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-10-24 16:25:39 -07:00
2011-05-09 11:53:07 -07:00
2010-08-27 19:25:59 -07:00
2011-01-25 22:41:55 -08:00
2011-03-31 11:26:23 -03:00
2010-05-10 05:01:31 -07:00
2010-05-14 00:19:28 -07:00
2010-05-14 00:19:28 -07:00
2010-05-14 00:19:28 -07:00
2010-12-21 02:16:08 -08:00
2011-04-11 07:27:24 -07:00
2010-11-05 15:25:48 -07:00
2011-03-31 11:26:23 -03:00
2010-05-10 05:01:31 -07:00
2011-01-03 11:06:35 -08:00
2010-09-02 19:06:22 -07:00
2011-04-01 20:10:08 -07:00
2010-05-14 00:19:28 -07:00
2010-07-05 19:41:11 -07:00
2010-09-26 18:34:29 -07:00
2011-02-28 13:22:44 -07:00
2011-03-31 11:26:23 -03:00
2010-12-26 22:37:05 -08:00
2010-09-26 18:34:29 -07:00
2011-03-31 11:26:23 -03:00
2011-03-18 10:37:40 -07:00
2011-02-28 13:22:44 -07:00
2011-03-31 11:26:23 -03:00
2011-02-28 13:22:44 -07:00
2011-02-28 13:22:44 -07:00
2010-08-06 09:25:50 -06:00
2010-08-19 00:04:34 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-05-02 15:44:17 -07:00
2011-03-31 11:26:23 -03:00
2011-03-03 13:02:31 -08:00
2011-01-24 15:07:06 -08:00
2010-09-26 18:34:29 -07:00
2011-03-31 11:26:23 -03:00
2011-03-03 12:21:14 -08:00
2011-03-31 11:26:23 -03:00
2010-06-03 03:18:23 -07:00
2011-02-28 13:22:44 -07:00
2011-03-31 11:26:23 -03:00
2011-05-02 15:54:31 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-01-20 16:59:33 -08:00
2011-02-10 11:03:31 -08:00
2010-12-21 02:16:08 -08:00
2011-03-15 19:38:03 -07:00
2011-03-31 11:26:23 -03:00
2010-07-12 20:21:45 -07:00
2010-12-25 19:37:49 -08:00
2011-03-31 11:26:23 -03:00
2011-05-12 16:59:57 -04:00