On Wed, 23 Nov 2022 10:29:23 -0800 Stanislav Fomichev wrote: > > return ch.rx_count ?: ch.combined_count; > > > > works though :) > > Perfect, will do the same :-) Thank you for running and testing! The correct value is ch.rx_count + ch.combined_count We've been over this many times, I thought it was coded up in libbpf but I don't see it now :S