]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'gianfar-64-bit-stats'
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 Jun 2021 18:39:48 +0000 (11:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jun 2021 18:39:48 +0000 (11:39 -0700)
commit035dd1731faf56c50c2e1a7b25201754c494fb1d
tree258a2f07982f0fa8a7f9bd9cf4632cff349b1cdc
parent0420fba92915aa4de3302c560fdde958e708cdb3
parent6504f22d36179706d0fa5cc978dadb9de3c7c693
Merge branch 'gianfar-64-bit-stats'

Esben Haabendal says:

====================
net: gianfar: 64-bit statistics and rx_missed_errors counter

This series replaces the legacy 32-bit statistics to proper 64-bit ditto,
and implements rx_missed_errors counter on top of that.

The device supports a 16-bit RDRP counter, and a related carry bit and
interrupt, which allows implementation of a robust 64-bit counter.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>