]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'ibmvnic-features'
authorDavid S. Miller <davem@davemloft.net>
Wed, 10 Apr 2019 19:29:37 +0000 (12:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Apr 2019 19:29:37 +0000 (12:29 -0700)
Thomas Falcon says:

====================
ibmvnic: Fix netdev features settings on reset

In its current state, a driver reset clobbers any feature settings
a user may have toggled and will disable GRO as it is not explicitly
enabled in the driver. This patch set enables GRO and tries to retain
user settings after a reset. If the underlying carrier changes, however,
the driver will disable features unsupported by the new carrier.
====================

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

Trivial merge