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

2020-09-10 Thread David Miller
From: Date: Thu, 10 Sep 2020 13:07:09 + > 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. > > V3: Fix indentation in patches #3 and #4 > V2: Drop the need for casting stat_o

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

2020-09-10 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. V3: Fix indentation in patches #3 and #4 V2: Drop the need for casting stat_offset V1: Use unsigned long for pointer math instead of uintpt