diff options
author | Eric Dumazet <edumazet@google.com> | 2024-05-03 19:20:56 +0000 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-05-07 11:14:50 +0200 |
commit | 6747a5d4990b8c8d7392f7a06b7a4bb5f4ada80e (patch) | |
tree | 873371871b061c84626ef241b30cbf8fc59347fb /drivers/net/ethernet/intel/ice/ice_main.c | |
parent | 55a2c86c8db3d7aa2c1967efd37ed47d5ae37f43 (diff) | |
download | linux-6747a5d4990b8c8d7392f7a06b7a4bb5f4ada80e.tar.gz linux-6747a5d4990b8c8d7392f7a06b7a4bb5f4ada80e.tar.bz2 linux-6747a5d4990b8c8d7392f7a06b7a4bb5f4ada80e.zip |
rtnetlink: do not depend on RTNL for many attributes
Following device fields can be read locklessly
in rtnl_fill_ifinfo() :
type, ifindex, operstate, link_mode, mtu, min_mtu, max_mtu, group,
promiscuity, allmulti, num_tx_queues, gso_max_segs, gso_max_size,
gro_max_size, gso_ipv4_max_size, gro_ipv4_max_size, tso_max_size,
tso_max_segs, num_rx_queues.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_main.c')
0 files changed, 0 insertions, 0 deletions