lkml.org 
[lkml]   [2023]   [Sep]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH net-next v2 1/2] r8152: remove queuing rx packets in driver
> -	return work_done;
> + if (work_done > budget)
> + return budget;
> + else
> + return work_done;
> }

I don't know NAPI too well. Are there implications of not telling it
the truth?

Andrew

\
 
 \ /
  Last update: 2023-09-19 14:09    [W:0.174 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site