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

2018-03-26 Thread Tal Gilboa
On 3/22/2018 8:51 PM, David Miller wrote: From: Tal Gilboa Date: Wed, 21 Mar 2018 20:33:45 +0200 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.

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

2018-03-22 Thread David Miller
From: Tal Gilboa Date: Wed, 21 Mar 2018 20:33:45 +0200 > 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

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

2018-03-21 Thread Marcelo Ricardo Leitner
On Wed, Mar 21, 2018 at 12:44:29PM -0700, Florian Fainelli wrote: > On 03/21/2018 12:37 PM, Randy Dunlap wrote: > > On 03/21/2018 11:33 AM, Tal Gilboa wrote: > >> Net DIM is a generic algorithm, purposed for dynamically > >> optimizing network devices interrupt moderation. This > >> document

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

2018-03-21 Thread Marcelo Ricardo Leitner
On Wed, Mar 21, 2018 at 08:33:45PM +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 > --- >

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

2018-03-21 Thread Florian Fainelli
On 03/21/2018 12:37 PM, Randy Dunlap wrote: > On 03/21/2018 11:33 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

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

2018-03-21 Thread Randy Dunlap
On 03/21/2018 11:33 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 > --- >

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

2018-03-21 Thread Florian Fainelli
Hi Tal, On 03/21/2018 11:33 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. Thanks a lot for providing this documentation, this is very helpful! A few

[PATCH net-next V2] 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