diff options
author | Tariq Toukan <[email protected]> | 2017-07-02 12:56:12 +0300 |
---|---|---|
committer | Saeed Mahameed <[email protected]> | 2017-09-03 06:34:09 +0300 |
commit | 7b33aaeaae1acfec01cbb0cf41fa8c07aea55609 (patch) | |
tree | 8d0609b33d3052c643a1b14d5db13acdcd4343fc /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 29c2849e0d204bdc892842e2aae744d2219f07f2 (diff) |
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 <[email protected]>
Cc: Eric Dumazet <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions