Hi,
On 2/21/25 4:17 AM, JianChunfu wrote:
> Uniform the removal judgement of g_hash_table_foreach_remove(), previous
> name seems to perform the actual action while it just returns a Boolean.
I had difficulties to understand the commit msg.
IIUC you meant smmuv3_invalidate_ste() name is not self
Uniform the removal judgement of g_hash_table_foreach_remove(), previous
name seems to perform the actual action while it just returns a Boolean.
Signed-off-by: JianChunfu
---
v2: - move smmuv3_invalidate_ste() to smmu_hash_remove_by_sid_range()
- add function smmu_configs_inv_sid_range()
v1: