Eric Dumazet f6e0a4984c net: move dev->state into net_device_read_txrx group
dev->state can be read in rx and tx fast paths.

netif_running() which needs dev->state is called from
- enqueue_to_backlog() [RX path]
- __dev_direct_xmit()  [TX path]

Fixes: 43a71cd66b9c ("net-device: reorganize net_device fast path variables")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Coco Li <lixiaoyan@google.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Link: https://lore.kernel.org/r/20240314200845.3050179-1-edumazet@google.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2024-03-19 10:47:47 +01:00
..
2024-03-11 18:06:04 -07:00
2024-02-20 15:32:45 +01:00
2024-01-11 10:07:29 -08:00
2024-03-08 09:05:49 -08:00
2024-03-07 20:42:13 -08:00
2024-03-12 17:44:08 -07:00
2024-03-05 11:21:18 -08:00
2024-03-07 21:12:43 -08:00
2024-03-08 09:05:49 -08:00
2024-03-02 20:50:59 -08:00
2024-03-08 10:56:05 +00:00
2024-01-31 16:41:16 -08:00