Merge branch 'enetc-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sun, 4 Jun 2023 14:43:45 +0000 (15:43 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 4 Jun 2023 14:43:45 +0000 (15:43 +0100)
commit3d5f4d29f6a8c1f248ea652daddc9c4701370120
tree437e14df2d4ff31f2343cf028e6f6dc91a84b5bc
parentc308e9ec004721a656c193243eab61a8be324657
parentfdebd850cc065495abf1d64756496050bb22db67
Merge branch 'enetc-fixes'

Wei Fang says:

====================
net: enetc: correct the statistics of rx bytes

The purpose of this patch set is to fix the issue of rx bytes
statistics. The first patch corrects the rx bytes statistics
of normal kernel protocol stack path, and the second patch is
used to correct the rx bytes statistics of XDP.
====================

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