Re: [PATCH V3 net-next 0/4] Enhance current features in ena driver

2020-09-09 Thread David Miller
From: Date: Wed, 9 Sep 2020 06:46:23 + > From: Sameeh Jubran > > This series adds the following: > * Exposes new device stats using ethtool. > * Adds and exposes the stats of xdp TX queues through ethtool. > > V2: Drop the need for casting stat_offset > V1: Use unsigned long for pointer ma

[PATCH V3 net-next 0/4] Enhance current features in ena driver

2020-09-08 Thread sameehj
From: Sameeh Jubran This series adds the following: * Exposes new device stats using ethtool. * Adds and exposes the stats of xdp TX queues through ethtool. V2: Drop the need for casting stat_offset V1: Use unsigned long for pointer math instead of uintptr_t Sameeh Jubran (4): net: ena: ethto