From: Paolo Abeni Date: Thu, 15 Jan 2026 11:10:29 +0000 (+0100) Subject: Merge branch 'net-mlx5-hws-single-flow-counter-support' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d281dff93a2c7df6903e89f779ac1af477a88abf;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'net-mlx5-hws-single-flow-counter-support' Tariq Toukan says: ==================== net/mlx5: HWS single flow counter support This small series refactors the flow counter bulk initialization code and extends it so that single flow counters are also usable by hardware steering (HWS) rules. Patches 1-2 refactor the bulk init path: first by factoring out common flow counter bulk initialization into mlx5_fc_bulk_init(), then by splitting the bitmap allocation into mlx5_fs_bulk_bitmap_alloc(), with no functional changes. Patch 3 initializes bulk data for counters allocated via mlx5_fc_single_alloc(), so they can be safely used by HWS rules. ==================== Link: https://patch.msgid.link/1768210825-1598472-1-git-send-email-tariqt@nvidia.com Signed-off-by: Paolo Abeni --- d281dff93a2c7df6903e89f779ac1af477a88abf