]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'net-airoha-add-per-flow-stats-support-to-hw-flowtable-offloading'
authorJakub Kicinski <kuba@kernel.org>
Wed, 21 May 2025 03:00:54 +0000 (20:00 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 21 May 2025 03:00:55 +0000 (20:00 -0700)
Lorenzo Bianconi says:

====================
net: airoha: Add per-flow stats support to hw flowtable offloading

Introduce per-flow stats accounting to the flowtable hw offload in the
airoha_eth driver. Flow stats are split in the PPE and NPU modules:
- PPE: accounts for high 32bit of per-flow stats
- NPU: accounts for low 32bit of per-flow stats

v1: https://lore.kernel.org/20250514-airoha-en7581-flowstats-v1-0-c00ede12a2ca@kernel.org
====================

Link: https://patch.msgid.link/20250516-airoha-en7581-flowstats-v2-0-06d5fbf28984@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge