linux-next/Documentation
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-12 17:44:08 -07:00
2024-03-12 17:44:08 -07:00
2024-03-11 12:50:42 -07:00
2024-03-12 17:44:08 -07:00
2024-03-12 17:44:08 -07:00
2024-01-12 12:38:37 +01:00
2024-01-09 09:07:50 +10:00
2023-12-28 17:37:36 -06:00
2024-02-08 15:38:21 -07:00
2024-01-18 14:35:29 -08:00
2024-03-12 17:44:08 -07:00