Eric Dumazet
a43912ab19
tunnel: eliminate recursion field
...
It seems recursion field from "struct ip_tunnel" is not anymore needed.
recursion prevention is done at the upper level (in dev_queue_xmit()),
since we use HARD_TX_LOCK protection for tunnels.
This avoids a cache line ping pong on "struct ip_tunnel" : This structure
should be now mostly read on xmit and receive paths.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-09-24 15:39:22 -07:00
..
2009-09-23 22:26:32 +09:30
2009-05-25 01:53:53 -07:00
2009-09-03 20:02:17 -07:00
2009-09-14 17:02:47 -07:00
2009-09-02 23:46:10 -07:00
2009-09-22 14:00:14 -07:00
2009-09-22 07:51:28 -07:00
2009-09-24 07:21:04 -07:00
2009-09-15 01:31:34 -07:00
2009-09-24 15:38:50 -07:00
2009-09-01 01:24:36 -07:00
2009-09-22 07:17:38 -07:00
2009-09-24 07:21:04 -07:00
2009-09-01 01:13:07 -07:00
2009-08-12 17:44:53 -07:00
2009-05-25 01:53:53 -07:00
2009-09-15 18:25:16 +04:00
2009-09-24 15:39:22 -07:00
2009-09-24 15:39:22 -07:00
2009-07-12 12:22:34 -07:00
2009-09-24 07:21:04 -07:00
2009-09-16 20:57:39 -07:00
2009-09-02 01:03:53 -07:00
2009-07-05 19:15:35 -07:00
2009-09-02 00:32:56 -07:00
2009-09-23 11:35:53 -04:00
2009-09-24 07:21:04 -07:00
2009-07-30 19:22:43 -07:00
2009-09-22 07:17:38 -07:00
2009-09-02 00:32:56 -07:00
2009-07-23 18:01:10 -07:00
2009-09-24 15:38:57 -07:00
2009-09-17 20:53:52 -07:00
2009-08-04 16:44:23 -04:00
2009-09-14 17:03:09 -07:00
2009-09-21 15:14:55 +02:00
2009-09-21 15:14:55 +02:00
2009-09-22 07:17:38 -07:00
2009-09-24 15:39:14 -07:00
2009-08-29 00:19:42 -07:00
2009-09-11 11:31:45 -07:00
2009-07-12 12:22:34 -07:00
2009-06-11 11:12:48 -07:00
2009-09-24 15:13:11 -07:00
2009-07-12 12:22:34 -07:00
2009-09-02 01:03:53 -07:00
2009-07-15 08:53:39 -07:00
2009-07-15 08:53:39 -07:00
2009-07-12 20:11:14 -07:00
2009-09-23 07:39:28 -07:00