On Mon, 20 May 2024 18:51:37 +0100
Ferruh Yigit <ferruh.yi...@amd.com> wrote:

> On 5/2/2024 10:31 PM, Stephen Hemminger 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.
> >   
> 
> This patch does multiple things, although each not very complex, I think
> splitting the patch makes it simpler to review.

The patch got dropped in next rev.
The statistics stuff should be addressed by other series about generic SW
stats since many drivers have some bugs in this area.

Reply via email to