net/mlx5e: NAPI busy-poll when UMR post is in progress
authorTariq Toukan <tariqt@mellanox.com>
Mon, 19 Jun 2017 15:36:30 +0000 (18:36 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Sun, 3 Sep 2017 03:34:08 +0000 (06:34 +0300)
commit4cbb7558013a4f600eb1ca9ad34959d8912240e6
tree12a8d8d22b735d378d8a15f1beb435649f4cfc5c
parent4c2af5cc2bee32685883b55328d8b5ec80e1781f
net/mlx5e: NAPI busy-poll when UMR post is in progress

If a UMR post is in progress, it means that there's a missing
WQE in RQ, and that a completion will be shortly available in
ICO SQ completion queue. Prefer busy-poll to handle it as soon
as possible.

Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c