Re: [PATCH net-next v4 7/8] netdev: add queue stats

2024-03-15 Thread Xuan Zhuo
On Thu, 14 Mar 2024 16:21:42 -0700, Jakub Kicinski wrote: > On Thu, 14 Mar 2024 16:54:58 +0800 Xuan Zhuo wrote: > > + - > > +name: rx-hw-drops > > +doc: | > > + Number of packets that arrived at the device but never left it, > > + encompassing packets dropped

Re: [PATCH net-next v4 7/8] netdev: add queue stats

2024-03-14 Thread Jakub Kicinski
On Thu, 14 Mar 2024 16:54:58 +0800 Xuan Zhuo wrote: > + - > +name: rx-hw-drops > +doc: | > + Number of packets that arrived at the device but never left it, > + encompassing packets dropped for reasons such as insufficient > buffer s/encompassing/including/

[PATCH net-next v4 7/8] netdev: add queue stats

2024-03-14 Thread Xuan Zhuo
These stats are commonly. Support reporting those via netdev-genl queue stats. name: rx-hw-drops name: rx-hw-drop-overruns name: rx-csum-unnecessary name: rx-csum-none name: rx-csum-bad name: rx-hw-gro-packets name: rx-hw-gro-bytes name: rx-hw-gro-wire-packets name: rx-hw-gro-wire-bytes name: rx-h