RE: [Intel-wired-lan] [PATCH v2 iwl-next 0/2] igbvf: ethtool statistics improvements

Romanowski, Rafal posted 2 patches 2 weeks, 2 days ago
Only 0 patches received!
RE: [Intel-wired-lan] [PATCH v2 iwl-next 0/2] igbvf: ethtool statistics improvements
Posted by Romanowski, Rafal 2 weeks, 2 days ago
> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces@osuosl.org> On Behalf Of
> Kohei Enju
> Sent: Monday, August 18, 2025 5:18 PM
> To: intel-wired-lan@lists.osuosl.org; netdev@vger.kernel.org; linux-
> kernel@vger.kernel.org
> Cc: Nguyen, Anthony L <anthony.l.nguyen@intel.com>; Kitszel, Przemyslaw
> <przemyslaw.kitszel@intel.com>; Andrew Lunn <andrew+netdev@lunn.ch>;
> David S. Miller <davem@davemloft.net>; Eric Dumazet
> <edumazet@google.com>; Jakub Kicinski <kuba@kernel.org>; Paolo Abeni
> <pabeni@redhat.com>; kohei.enju@gmail.com; Kohei Enju
> <enjuk@amazon.com>
> Subject: [Intel-wired-lan] [PATCH v2 iwl-next 0/2] igbvf: ethtool statistics
> improvements
> 
> This series contains:
> 1. Add missing lbtx_packets and lbtx_bytes counters that are available in
> hardware but not exposed via ethtool 2. Remove rx_long_byte_count counter
> that shows the same value as rx_bytes
> 
> Tested on Intel Corporation I350 Gigabit Network Connection.
> 
> Changes:
>   v1: https://lore.kernel.org/intel-wired-lan/20250813075206.70114-1-
> enjuk@amazon.com/
>   v2:
>     - Remove Tested-by: tag
>     - Add Reviewed-by: tag
>     - s/duplicated/redundant/ in commit message of the 2/2 patch
> 
> Kohei Enju (2):
>   igbvf: add lbtx_packets and lbtx_bytes to ethtool statistics
>   igbvf: remove redundant counter rx_long_byte_count from ethtool
>     statistics
> 
>  drivers/net/ethernet/intel/igbvf/ethtool.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> --
> 2.48.1


Tested-by: Rafal Romanowski <rafal.romanowski@intel.com>