]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
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)
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>

Trivial merge