commit | b51c225e6c4e987e131b8b1332f66969382bf328 | [log] [tgz] |
---|---|---|
author | Chuhong Yuan <hslester96@gmail.com> | Sat Aug 03 00:48:28 2019 +0800 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Fri Aug 09 14:54:11 2019 -0700 |
tree | f3c75cc514035dc0c3984bf54cbf951df8fdd876 | |
parent | c938451f6b9ccbf25eceb27fe1d1c24fd98af923 [diff] |
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: Chuhong Yuan <hslester96@gmail.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>