]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Merge branch 'aquantia-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 15 Dec 2017 17:46:43 +0000 (12:46 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Dec 2017 17:46:43 +0000 (12:46 -0500)
commit0a0606970fa882c504a87c45407559595ef5a134
treeb1e8816aa52cde62b048b5ca4376592b84bcc2d2
parent35b99dffc3f710cafceee6c8c6ac6a98eb2cb4bf
parentd4c242d4ba5730b62579969804cd8fcf58b9c84f
Merge branch 'aquantia-fixes'

Igor Russkikh says:

====================
net: aquantia: Atlantic driver 12/2017 updates

The patchset contains important hardware fix for machines with large MRRS
and couple of improvement in stats and capabilities reporting

patch v3:
 - Fixed patch #7 after Andrew's finding. NIC level stats actually
   have to be cleaned only on hw struct creation (and this is done
   in kzalloc). On each hwinit we only have to reset link state
   to make sure hw stats update will not increment nic stats during init.

patch v2:
 - split into more detailed commits

Comment from David on wrong defines case will be submitted separately later
====================

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