]> git.baikalelectronics.ru Git - kernel.git/commit
ibmveth: Do not process frames after calling napi_reschedule
authorThomas Falcon <tlfalcon@linux.ibm.com>
Thu, 24 Jan 2019 17:17:01 +0000 (11:17 -0600)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Jan 2019 06:48:15 +0000 (22:48 -0800)
commitccda6078d876badc951913cb867c3ae5cf9f40b2
tree54cb193da4fe1f79dc338dedd83a8627e861b111
parentcf776dd6031db84d27c6619ae15eeba28ee17759
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>
drivers/net/ethernet/ibm/ibmveth.c