]> git.baikalelectronics.ru Git - 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)
commit24de89f65c773d3d9b56c415292d34bc57c274a9
treeb1e8816aa52cde62b048b5ca4376592b84bcc2d2
parent5fcb669b19dd13d3a5960fd56d1c8ce62ae93f25
parentbffd8a58b4cf1fcc5157c6eaa35b790af20f8fc1
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>