commit | e95d22c69b2c130ccce257b84daf283fd82d611e | [log] [tgz] |
---|---|---|
author | Thomas Falcon <tlfalcon@linux.ibm.com> | Thu Jan 24 11:17:01 2019 -0600 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 24 22:48:15 2019 -0800 |
tree | 54cb193da4fe1f79dc338dedd83a8627e861b111 | |
parent | 3b707c3008cad04604c1f50e39f456621821c414 [diff] |
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>