commit | b2b8a92733b288128feb57ffa694758cf475106c | [log] [tgz] |
---|---|---|
author | Jonathan Lemon <bsd@fb.com> | Thu Oct 08 11:45:26 2020 -0700 |
committer | Jakub Kicinski <kuba@kernel.org> | Mon Oct 12 14:02:32 2020 -0700 |
tree | 4d969ccbb80a430a685bcc0adc0ea5ee289a87f4 | |
parent | 3af5f0f5c74ecbaf757ef06c3f80d56751277637 [diff] |
mlx4: handle non-napi callers to napi_poll netcons calls napi_poll with a budget of 0 to transmit packets. Handle this by: - skipping RX processing - do not try to recycle TX packets to the RX cache Signed-off-by: Jonathan Lemon <jonathan.lemon@gmail.com> Reviewed-by: Tariq Toukan <tariqt@nvidia.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>