Re: [PATCH net-next 0/2] net: broadcom: Adaptive interrupt coalescing

2018-03-26 Thread Florian Fainelli
On 03/26/2018 04:21 PM, Tal Gilboa wrote: > On 3/27/2018 1:29 AM, Florian Fainelli wrote: >> On 03/26/2018 03:04 PM, Florian Fainelli wrote: >>> On 03/26/2018 02:16 PM, Tal Gilboa wrote: On 3/23/2018 4:19 AM, Florian Fainelli wrote: > Hi all, > > This patch series adds adaptive int

Re: [PATCH net-next 0/2] net: broadcom: Adaptive interrupt coalescing

2018-03-26 Thread Tal Gilboa
On 3/27/2018 1:29 AM, Florian Fainelli wrote: On 03/26/2018 03:04 PM, Florian Fainelli wrote: On 03/26/2018 02:16 PM, Tal Gilboa wrote: On 3/23/2018 4:19 AM, Florian Fainelli wrote: Hi all, This patch series adds adaptive interrupt coalescing for the Gigabit Ethernet drivers SYSTEMPORT and GE

Re: [PATCH net-next 0/2] net: broadcom: Adaptive interrupt coalescing

2018-03-26 Thread Florian Fainelli
On 03/26/2018 03:04 PM, Florian Fainelli wrote: > On 03/26/2018 02:16 PM, Tal Gilboa wrote: >> On 3/23/2018 4:19 AM, Florian Fainelli wrote: >>> Hi all, >>> >>> This patch series adds adaptive interrupt coalescing for the Gigabit >>> Ethernet >>> drivers SYSTEMPORT and GENET. >>> >>> This really he

Re: [PATCH net-next 0/2] net: broadcom: Adaptive interrupt coalescing

2018-03-26 Thread Florian Fainelli
On 03/26/2018 02:16 PM, Tal Gilboa wrote: > On 3/23/2018 4:19 AM, Florian Fainelli wrote: >> Hi all, >> >> This patch series adds adaptive interrupt coalescing for the Gigabit >> Ethernet >> drivers SYSTEMPORT and GENET. >> >> This really helps lower the interrupt count and system load, as >> measu

Re: [PATCH net-next 0/2] net: broadcom: Adaptive interrupt coalescing

2018-03-26 Thread Tal Gilboa
On 3/23/2018 4:19 AM, Florian Fainelli wrote: Hi all, This patch series adds adaptive interrupt coalescing for the Gigabit Ethernet drivers SYSTEMPORT and GENET. This really helps lower the interrupt count and system load, as measured by vmstat for a Gigabit TCP RX session: I don't see an imp

Re: [PATCH net-next 0/2] net: broadcom: Adaptive interrupt coalescing

2018-03-25 Thread David Miller
From: Florian Fainelli Date: Thu, 22 Mar 2018 18:19:31 -0700 > This patch series adds adaptive interrupt coalescing for the Gigabit > Ethernet drivers SYSTEMPORT and GENET. > > This really helps lower the interrupt count and system load, as > measured by vmstat for a Gigabit TCP RX session: Loo