Re: [PATCH net-next] Documentation/networking: Add net DIM documentation

2018-03-21 Thread Tal Gilboa
On 3/21/2018 8:33 PM, Randy Dunlap wrote: On 03/21/2018 11:20 AM, Marcelo Ricardo Leitner wrote: On Wed, Mar 21, 2018 at 11:30:29AM +0200, Tal Gilboa wrote: ... +Dynamic Interrupt Moderation (DIM) (in networking) refers to changing the interrupt +moderation configuration of a channel in order

Re: [PATCH net-next] Documentation/networking: Add net DIM documentation

2018-03-21 Thread Randy Dunlap
On 03/21/2018 11:20 AM, Marcelo Ricardo Leitner wrote: > On Wed, Mar 21, 2018 at 11:30:29AM +0200, Tal Gilboa wrote: > ... >> +Dynamic Interrupt Moderation (DIM) (in networking) refers to changing the >> interrupt >> +moderation configuration of a channel in order to optimize packet >> processing

Re: [PATCH net-next] Documentation/networking: Add net DIM documentation

2018-03-21 Thread Marcelo Ricardo Leitner
On Wed, Mar 21, 2018 at 11:30:29AM +0200, Tal Gilboa wrote: ... > +Dynamic Interrupt Moderation (DIM) (in networking) refers to changing the > interrupt > +moderation configuration of a channel in order to optimize packet processing. > +The mechanism includes an algorithm which decides if and how

Re: [PATCH net-next] Documentation/networking: Add net DIM documentation

2018-03-21 Thread Randy Dunlap
On 03/21/2018 02:30 AM, Tal Gilboa wrote: > Net DIM is a generic algorithm, purposed for dynamically > optimizing network devices interrupt moderation. This > document describes how it works and how to use it. > > Signed-off-by: Tal Gilboa > --- > Documentation/networking/net_dim.txt | 174 > ++

Re: [PATCH net-next] Documentation/networking: Add net DIM documentation

2018-03-21 Thread Andy Gospodarek
On Wed, Mar 21, 2018 at 11:30:29AM +0200, Tal Gilboa wrote: > Net DIM is a generic algorithm, purposed for dynamically > optimizing network devices interrupt moderation. This > document describes how it works and how to use it. > > Signed-off-by: Tal Gilboa Looks like a nice summary of how to in

[PATCH net-next] Documentation/networking: Add net DIM documentation

2018-03-21 Thread Tal Gilboa
Net DIM is a generic algorithm, purposed for dynamically optimizing network devices interrupt moderation. This document describes how it works and how to use it. Signed-off-by: Tal Gilboa --- Documentation/networking/net_dim.txt | 174 +++ 1 file changed, 174 inse