diff options
author | Tariq Toukan <tariqt@mellanox.com> | 2017-07-02 12:56:12 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@mellanox.com> | 2017-09-03 06:34:09 +0300 |
commit | 7b33aaeaae1acfec01cbb0cf41fa8c07aea55609 (patch) | |
tree | 8d0609b33d3052c643a1b14d5db13acdcd4343fc /scripts/gdb/linux/utils.py | |
parent | 29c2849e0d204bdc892842e2aae744d2219f07f2 (diff) | |
download | linux-7b33aaeaae1acfec01cbb0cf41fa8c07aea55609.tar.xz |
net/mlx5e: Use kernel's mechanism to avoid missing NAPIs
We used a channel state bit MLX5E_CHANNEL_NAPI_SCHED to make
sure no NAPI is missed when a channel's napi_schedule() is called
for completion events of the different channel's resources/rings
while NAPI is currently running.
Now, as similar mechanism is implemented in kernel,
("39e6c8208d7b net: solve a NAPI race"),
we obsolete our own implementation and rely on the return value
of napi_complete_done().
This patch removes a redundant overhead of atomic bit operations.
Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Cc: Eric Dumazet <edumazet@google.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions