[PATCH net-next v2 0/2] net: bcmasp: add support for GRO

Florian Fainelli posted 2 patches 4 months ago
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[PATCH net-next v2 0/2] net: bcmasp: add support for GRO
Posted by Florian Fainelli 4 months ago
These two patches add support for GRO software interrupt coalescing,
kudos to Zak for doing this on bcmgenet first.

before:

00:03:31     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal
%guest   %idle
00:03:32     all    0.00    0.00    1.51    0.00    0.50    7.29    0.00 0.00   90.70

after:

00:02:35     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal
%guest   %idle
00:02:36     all    0.25    0.00    1.26    0.00    0.50    7.29    0.00 0.00   90.70

Changes in v2:

- corrected net_device variable in the scope

Florian Fainelli (2):
  net: bcmasp: Utilize napi_complete_done() return value
  net: bcmasp: enable GRO software interrupt coalescing by default

 drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.34.1