On Tue, 21 May 2024 13:12:54 -0700
Stephen Hemminger <step...@networkplumber.org> wrote:

> The names of Linux network devices are IFNAMSIZ(16) not the
> same as DPDK which has up to 64 characters. Don't need to
> hold onto the whole ifreq to save the remote interface flags.
> 
> Make sure packet and byte counters are read once, so that global
> and per-queue values add up. No need for separate rx_nombuf counter
> since there is an alloc_failed value in ethdev.
> 
> Keep only the statistics that are used. I.e no ipackets on
> tx queues etc.
> 
> Signed-off-by: Stephen Hemminger <step...@networkplumber.org>

Drop this patch when merging, will split and pick up in later updates

Reply via email to