Re: [PATCH net-next 0/3] dpaa2-eth: Add new statistics counters

2019-08-31 Thread David Miller
From: Jakub Kicinski Date: Fri, 30 Aug 2019 23:12:19 -0700 > On Fri, 30 Aug 2019 13:20:40 +0300, Ioana Radulescu wrote: >> Recent firmware versions offer access to more DPNI statistics >> counters. Add the relevant ones to ethtool interface stats. >> >> Also we can now make use of a new counter

Re: [PATCH net-next 0/3] dpaa2-eth: Add new statistics counters

2019-08-30 Thread Jakub Kicinski
On Fri, 30 Aug 2019 13:20:40 +0300, Ioana Radulescu wrote: > Recent firmware versions offer access to more DPNI statistics > counters. Add the relevant ones to ethtool interface stats. > > Also we can now make use of a new counter for in flight egress frames > to avoid sleeping an arbitrary amount

[PATCH net-next 0/3] dpaa2-eth: Add new statistics counters

2019-08-30 Thread Ioana Radulescu
Recent firmware versions offer access to more DPNI statistics counters. Add the relevant ones to ethtool interface stats. Also we can now make use of a new counter for in flight egress frames to avoid sleeping an arbitrary amount of time in the ndo_stop routine. Ioana Radulescu (3): dpaa2-eth: