Merge branch 'ena-new-features-and-improvements'
commit408cf83f70b8a3d7038c775452c50da010cc580b
authorDavid S. Miller <davem@davemloft.net>
Fri, 23 Jun 2017 18:15:12 +0000 (23 14:15 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Jun 2017 18:15:12 +0000 (23 14:15 -0400)
tree2f26139a02f87012cc9968c6b0df80b9c1767a0a
parent926f38e9744b2ee6d92085c28ebb50744e9e1182
parent8523899912b6958ef471d2393c016f87dc4f0354
Merge branch 'ena-new-features-and-improvements'

Netanel Belgazal says:

====================
net: update ena ethernet driver to version 1.2.0

This patchset contains some new features/improvements that were added
to the ENA driver to increase its robustness and are based on
experience of wide ENA deployment.

Change log:

V2:
* Remove patch that add inline to C-file static function (contradict coding style).
* Remove patch that moves MTU parameter validation in ena_change_mtu() instead of
using the network stack.
* Use upper_32_bits()/lower_32_bits() instead of casting.
====================

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