Re: [PATCH 4.4 39/46] r8152: avoid start_xmit to schedule napi when napi is disabled

2017-06-29 Thread Ben Hutchings
On Thu, 2017-06-15 at 19:52 +0200, Greg Kroah-Hartman wrote: > 4.4-stable review patch. If anyone has any objections, please let me know. > > -- > > From: hayeswang > > > [ Upstream commit de9bf29dd6e4a8a874cb92f8901aed50a9d0b1d3 ] > > Stop the tx when

Re: [PATCH 4.4 39/46] r8152: avoid start_xmit to schedule napi when napi is disabled

2017-06-29 Thread Ben Hutchings
On Thu, 2017-06-15 at 19:52 +0200, Greg Kroah-Hartman wrote: > 4.4-stable review patch. If anyone has any objections, please let me know. > > -- > > From: hayeswang > > > [ Upstream commit de9bf29dd6e4a8a874cb92f8901aed50a9d0b1d3 ] > > Stop the tx when the napi is disabled

[PATCH 4.4 39/46] r8152: avoid start_xmit to schedule napi when napi is disabled

2017-06-15 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: hayeswang [ Upstream commit de9bf29dd6e4a8a874cb92f8901aed50a9d0b1d3 ] Stop the tx when the napi is disabled to prevent napi_schedule() is called. Signed-off-by: Hayes

[PATCH 4.4 39/46] r8152: avoid start_xmit to schedule napi when napi is disabled

2017-06-15 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: hayeswang [ Upstream commit de9bf29dd6e4a8a874cb92f8901aed50a9d0b1d3 ] Stop the tx when the napi is disabled to prevent napi_schedule() is called. Signed-off-by: Hayes Wang Signed-off-by: