diff options
author | Thomas Falcon <tlfalcon@linux.ibm.com> | 2019-01-24 11:17:01 -0600 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-01-24 22:48:15 -0800 |
commit | e95d22c69b2c130ccce257b84daf283fd82d611e (patch) | |
tree | 54cb193da4fe1f79dc338dedd83a8627e861b111 /net | |
parent | 3b707c3008cad04604c1f50e39f456621821c414 (diff) | |
download | linux-e95d22c69b2c130ccce257b84daf283fd82d611e.tar.bz2 |
ibmveth: Do not process frames after calling napi_reschedule
The IBM virtual ethernet driver's polling function continues
to process frames after rescheduling NAPI, resulting in a warning
if it exhausted its budget. Do not restart polling after calling
napi_reschedule. Instead let frames be processed in the following
instance.
Signed-off-by: Thomas Falcon <tlfalcon@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions