linux-stable/Documentation/networking/net_cachelines
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: 43a71cd66b ("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
..
index.rst
inet_connection_sock.rst
inet_sock.rst Documentations: correct net_cachelines title for struct inet_sock 2024-02-28 11:25:37 +00:00
net_device.rst net: move dev->state into net_device_read_txrx group 2024-03-19 10:47:47 +01:00
netns_ipv4_sysctl.rst
snmp.rst
tcp_sock.rst tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx group 2024-02-12 09:51:26 +00:00