Andrew Lunn
7a86f05faf
net: ethernet: mvneta: Fix napi structure mixup on armada 3700
...
The mvneta Ethernet driver is used on a few different Marvell SoCs.
Some SoCs have per cpu interrupts for Ethernet events. Some SoCs have
a single interrupt, independent of the CPU. The driver handles this by
having a per CPU napi structure when there are per CPU interrupts, and
a global napi structure when there is a single interrupt.
When the napi core calls mvneta_poll(), it passes the napi
instance. This was not being propagated through the call chain, and
instead the per-cpu napi instance was passed to napi_gro_receive()
call. This breaks when there is a single global napi instance.
Signed-off-by: Andrew Lunn <andrew@lunn.ch >
Fixes: 2636ac3cc2 ("net: mvneta: Add network support for Armada 3700 SoC")
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2018-07-28 22:12:55 -07:00
..
2018-07-19 16:42:15 +02:00
2018-06-06 13:49:25 -07:00
2018-06-12 16:19:22 -07:00
2018-07-02 13:18:22 -07:00
2018-07-03 10:29:26 +09:00
2018-06-12 16:19:22 -07:00
2018-07-20 23:44:35 -07:00
2018-06-04 10:58:12 -07:00
2018-07-20 21:17:12 -07:00
2018-06-17 08:38:55 +09:00
2018-07-02 04:24:44 -07:00
2018-06-12 16:19:22 -07:00
2018-07-10 13:50:31 +10:00
2018-06-27 11:01:29 -07:00
2018-07-10 22:12:47 +02:00
2018-07-08 11:00:50 +09:00
2018-07-18 13:38:37 +02:00
2018-06-07 10:23:33 -07:00
2018-07-12 14:50:40 -07:00
2018-07-13 10:54:01 -07:00
2018-06-12 16:19:22 -07:00
2018-06-28 11:57:21 +05:30
2018-06-12 16:19:22 -07:00
2018-06-12 16:19:22 -07:00
2018-06-12 16:19:22 -07:00
2018-06-22 10:58:27 +02:00
2018-06-12 16:19:22 -07:00
2018-07-07 16:55:22 +02:00
2018-06-12 16:19:22 -07:00
2018-07-22 12:04:51 -07:00
2018-07-09 17:16:11 -07:00
2018-06-12 16:19:22 -07:00
2018-07-18 10:01:46 +09:00
2018-06-11 12:09:19 -07:00
2018-06-12 16:19:22 -07:00
2018-07-13 15:34:29 -07:00
2018-06-12 16:19:22 -07:00
2018-06-24 14:50:52 +01:00
2018-07-23 14:58:46 -07:00
2018-06-27 09:16:53 -07:00
2018-07-20 13:55:56 +02:00
2018-06-12 16:19:22 -07:00
2018-06-22 14:22:02 +02:00
2018-07-26 21:23:47 -07:00
2018-06-12 16:19:22 -07:00
2018-06-24 06:33:54 +08:00
2018-06-07 10:23:33 -07:00
2018-06-12 16:19:22 -07:00
2018-07-20 14:24:17 -07:00
2018-06-26 11:28:38 +02:00
2018-06-12 18:28:00 -07:00
2018-06-12 16:19:22 -07:00
2018-06-12 16:19:22 -07:00
2018-06-14 16:21:46 +09:00
2018-07-22 12:04:51 -07:00
2018-07-09 11:17:47 +02:00
2018-07-03 10:01:44 +02:00
2018-07-28 22:12:55 -07:00
2018-06-25 21:36:45 +08:00
2018-06-12 18:28:00 -07:00
2018-06-05 16:20:22 -07:00
2018-07-13 10:54:01 -07:00
2018-07-20 07:43:59 -07:00
2018-07-07 17:30:25 +02:00
2018-07-20 21:17:12 -07:00
2018-06-19 15:53:32 +05:30
2018-06-12 16:19:22 -07:00
2018-06-04 10:58:12 -07:00
2018-06-15 18:10:01 -03:00
2018-07-19 11:54:04 -07:00
2018-06-12 16:19:22 -07:00
2018-06-18 17:48:42 +01:00
2018-06-06 18:39:49 -07:00
2018-07-14 12:47:04 +02:00
2018-07-20 15:29:59 +03:00
2018-06-07 12:34:37 -07:00
2018-06-12 16:19:22 -07:00
2018-06-12 16:19:22 -07:00
2018-07-20 21:17:12 -07:00
2018-06-14 16:25:43 +09:00
2018-06-12 16:19:22 -07:00
2018-06-12 16:19:22 -07:00
2018-06-15 07:55:25 +09:00
2018-06-12 18:28:00 -07:00
2018-06-04 12:35:03 -07:00
2018-07-13 10:37:54 +02:00
2018-07-21 10:12:30 -07:00
2018-06-15 18:10:01 -03:00
2018-07-22 12:04:51 -07:00
2018-06-12 16:19:22 -07:00
2018-06-12 16:19:22 -07:00
2018-07-19 15:09:59 -07:00
2018-06-15 18:11:26 -03:00
2018-06-12 16:19:22 -07:00
2018-05-12 11:38:13 +03:00
2018-07-24 19:21:58 -07:00
2018-06-19 21:36:37 -04:00
2018-06-12 18:28:00 -07:00
2018-07-07 17:29:17 +02:00
2018-06-28 21:34:39 +09:00
2018-07-07 16:57:35 +02:00
2018-07-06 17:21:34 +02:00
2018-06-12 16:19:22 -07:00
2018-07-21 16:46:53 -07:00
2018-07-22 09:43:31 -07:00
2018-06-17 05:25:18 +09:00
2018-06-12 16:19:22 -07:00
2018-06-16 06:35:02 +09:00
2018-06-05 16:20:22 -07:00
2018-06-12 12:56:02 -07:00
2018-06-23 20:44:11 +08:00
2018-06-06 17:27:14 -07:00