OSDN Git Service

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)
commit4de772511fd13aa5e7b9bf485ce26f87e6de2bb8
tree258a2f07982f0fa8a7f9bd9cf4632cff349b1cdc
parent55d96f72e8ddc0a294e0b9c94016edbb699537e1
parent14870b75fe0be5c565339f008ba25326f86a7ce8
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>