Re: [PATCH net-next v2 0/6] ethtool: add standard FEC statistics

2021-04-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 15 Apr 2021 15:53:12 -0700 you wrote: > This set adds uAPI for reporting standard FEC statistics, and > implements it in a handful of drivers. > > The statistics are taken from the IEEE standard, with one > extra

Re: [PATCH net-next v2 0/6] ethtool: add standard FEC statistics

2021-04-15 Thread Saeed Mahameed
On Thu, 2021-04-15 at 15:53 -0700, Jakub Kicinski wrote: > This set adds uAPI for reporting standard FEC statistics, and > implements it in a handful of drivers. > > The statistics are taken from the IEEE standard, with one > extra seemingly popular but not standard statistics added. > > The impl

[PATCH net-next v2 0/6] ethtool: add standard FEC statistics

2021-04-15 Thread Jakub Kicinski
This set adds uAPI for reporting standard FEC statistics, and implements it in a handful of drivers. The statistics are taken from the IEEE standard, with one extra seemingly popular but not standard statistics added. The implementation is similar to that of the pause frame statistics, user reque