Merge branch 'sfc-TC-offload-counters'
authorDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2022 09:07:03 +0000 (09:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2022 09:07:03 +0000 (09:07 +0000)
commite88225656d302eb369668003a622b7a7baef1f43
tree722ca9acdc66249f40a99c2bccd152a2a7714b99
parent7d63b21d2745d86994b2d0f2371c4e7027138b39
parent50f8f2f7fbf2f237a7938890f46c3edce0f51501
Merge branch 'sfc-TC-offload-counters'

Edward Cree says:

====================
sfc: TC offload counters

EF100 hardware supports attaching counters to action-sets in the MAE.
Use these counters to implement stats for TC flower offload.

The counters are delivered to the host over a special hardware RX queue
 which should only ever receive counter update messages, not 'real'
 network packets.
====================

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