Re: [PATCH net] ibmveth: Do not process frames after calling napi_reschedule

2019-01-24 Thread David Miller
From: Thomas Falcon Date: Thu, 24 Jan 2019 11:17:01 -0600 > 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

[PATCH net] ibmveth: Do not process frames after calling napi_reschedule

2019-01-24 Thread Thomas Falcon
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