diff options
| author | Paolo Abeni <pabeni@redhat.com> | 2025-03-17 18:57:19 +0100 |
|---|---|---|
| committer | Paolo Abeni <pabeni@redhat.com> | 2025-03-17 18:57:19 +0100 |
| commit | 89694a56489571084fe4c05e0f0fc123db382ba6 (patch) | |
| tree | f05de7b97d444cb59ff41b16302cf2b50b518b12 /include/linux | |
| parent | 2c99b2e1634def2e019142554079c48d8b49ae7a (diff) | |
| parent | 32e658c84b6d63003167db2dd6863e945cadb723 (diff) | |
Merge branch 'mlx5-support-hws-flow-meter-sampler-actions-in-fs-core'
Tariq Toukan says:
====================
mlx5: Support HWS flow meter/sampler actions in FS core
This series by Moshe adds support for flow meter and flow sampler HW
Steering actions in FS core level. As these actions can be shared by
multiple rules, these patches use refcounts to manage the HWS actions
sharing in FS core level.
====================
Link: https://patch.msgid.link/1741543663-22123-1-git-send-email-tariqt@nvidia.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mlx5/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/fs.h b/include/linux/mlx5/fs.h index fd62b2b1611d..939e58c2f386 100644 --- a/include/linux/mlx5/fs.h +++ b/include/linux/mlx5/fs.h @@ -244,6 +244,7 @@ void mlx5_destroy_flow_group(struct mlx5_flow_group *fg); struct mlx5_exe_aso { u32 object_id; + int base_id; u8 type; u8 return_reg_id; union { |
