Skip to content

CNB: net: adopt u64_stats_t & remove obsolete u64_stats_fetch_*_irq() functions

Ivan Vecera requested to merge ivecera/centos-stream-9:bz2193170 into main

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2193170
Tested: Only build

Commits:

09cca53c1656 ("vlan: adopt u64_stats_t")
5665f48ef309 ("ipvlan: adopt u64_stats_t")
3a960ca7f6e5 ("sit: use dev_sw_netstats_rx_add()")
afd2051b1840 ("ip6_tunnel: use dev_sw_netstats_rx_add()")
eeb15885ca30 ("wireguard: receive: use dev_sw_netstats_rx_add()")
9962acefbcb9 ("net: adopt u64_stats_t in struct pcpu_sw_netstats")
c6cce71e7468 ("drop_monitor: adopt u64_stats_t")
9ec321aba2ea ("team: adopt u64_stats_t")
8469b645c9a1 ("net: hns3: split function hns3_nic_get_stats64()")
97c4090badca ("bpf: Remove the obsolte u64_stats_fetch_*_irq() users.")
93cc2559d3fd ("spi: Remove the obsolte u64_stats_fetch_*_irq() users.")
a21ee5b2fcb8 ("net: ifb: support ethtools stats")
068c38ad88cc ("net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).")
d120d1a63b2c ("net: Remove the obsolte u64_stats_fetch_*_irq() users (net).")
dec5efcffad4 ("u64_stat: Remove the obsolete fetch_irq() variants.")

Signed-off-by: Ivan Vecera ivecera@redhat.com

Merge request reports