[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2a11adb9-bcd9-4418-8fc8-b751c8ce13b4@gmail.com>
Date: Sat, 12 Oct 2024 23:43:04 +0200
From: Heiner Kallweit <hkallweit1@...il.com>
To: Jakub Kicinski <kuba@...nel.org>
Cc: Realtek linux nic maintainers <nic_swsd@...ltek.com>,
Eric Dumazet <edumazet@...gle.com>, David Miller <davem@...emloft.net>,
Paolo Abeni <pabeni@...hat.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next v3] r8169: use the extended tally counter
available from RTL8125
On 12.10.2024 00:58, Jakub Kicinski wrote:
> On Fri, 11 Oct 2024 14:40:58 +0200 Heiner Kallweit wrote:
>> +static const char rtl8125_gstrings[][ETH_GSTRING_LEN] = {
>> + "tx_bytes",
>> + "rx_bytes",
>
> these I presume are covered by @get_eth_mac_stats ?
>
>> + "tx_pause_on",
>> + "tx_pause_off",
>> + "rx_pause_on",
>> + "rx_pause_off",
>
> and if you want to add custom pause string you should first
> implement @get_pause_stats
Thanks for the hints!
Powered by blists - more mailing lists