]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commite6b3527c3b0a676c710e91798c2709cc0538d312
treed0bd911655452c3d63c1031ec4e8b0d96796dc97
parent7f7c6bb74d4eeca8e83c7ad31a761c3fda558799
parenta98326c151ea3d92e9496858cc2dacccd0870941
Merge branch 'net-airoha-add-per-flow-stats-support-to-hw-flowtable-offloading'

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>