Message ID | Z27GfUftoDlw25R4@eldamar.lan |
---|---|
State | New |
Headers | show |
Series | 6.1.120-rt46 and build failure due to conflict with rebase against 34d21de99cea ("net: Move {l,t,d}stats allocation to core and convert veth & vrf") (was: Re: [ANNOUNCE] 6.1.120-rt46) | expand |
--- a/0005-net-Remove-the-obsolte-u64_stats_fetch_-_irq-users-d.patch +++ b/0005-net-Remove-the-obsolte-u64_stats_fetch_-_irq-users-d.patch @@ -2012,7 +2012,7 @@ index c8a1009d659e..c3e5fb98cf7f 100644 rbytes = dstats->rx_bytes; - rpkts = dstats->rx_packets; - } while (u64_stats_fetch_retry_irq(&dstats->syncp, start)); -+ rpkts = dstats->rx_pkts; ++ rpkts = dstats->rx_packets; + } while (u64_stats_fetch_retry(&dstats->syncp, start)); stats->tx_bytes += tbytes; stats->tx_packets += tpkts;