commit | a8c2eb15797a0f0bf17734d365da7bdc3e263155 | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Sun Jul 02 13:17:42 2017 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Sun Sep 03 06:34:09 2017 +0300 |
tree | 155add1ef705830009a464619d4965608f97d99d | |
parent | 7b33aaeaae1acfec01cbb0cf41fa8c07aea55609 [diff] |
net/mlx5e: Stop NAPI when irq balancer changes affinity NAPI context keeps rescheduling on same CPU as long as it's busy. This doesn't give the oppurtunity for changes in irq affinities to take effect. Fix that by calling napi_complete_done() upon a change in affinity. This would stop the NAPI and reschedule it on the new CPU. Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>