Skip to content
Commit b51c225e authored by Chuhong Yuan's avatar Chuhong Yuan Committed by Saeed Mahameed
Browse files

net/mlx5e: Use refcount_t for refcount



refcount_t is better for reference counters since its
implementation can prevent overflows.
So convert atomic_t ref counters to refcount_t.

Signed-off-by: default avatarChuhong Yuan <hslester96@gmail.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@mellanox.com>
parent c938451f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment