]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'qualcomm-rmnet-Add-64-bit-stats-and-GRO'
authorDavid S. Miller <davem@davemloft.net>
Fri, 27 Oct 2017 15:10:24 +0000 (00:10 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Oct 2017 15:10:24 +0000 (00:10 +0900)
commita03934a42560452a66d9bab552ec064f9da0c97d
tree11fd975c8ad77663a2732d83e231fc62d4356720
parentbad1debc605d0bc8069ce11b5c4e7043b4f6f280
parente5a21a5abfeaf10cdf81fb638f5309d3dc54587b
Merge branch 'qualcomm-rmnet-Add-64-bit-stats-and-GRO'

Subash Abhinov Kasiviswanathan says:

====================
net: qualcomm: rmnet: Add 64 bit stats and GRO

This series adds support for 64 bit per cpu stats and GRO

Patches 1-2 are cleanups of return code and a redundant condition
Patch 3 adds support for 64 bit per cpu stats
Patch 4 adds support for GRO using GRO cells

v1->v2: Since gro_cells_init() could potentially fail, move it from device
setup to ndo_init() as mentioned by Eric.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>