Re: [PATCH net 0/2] ibmvnic: Fix netdev features settings on reset

2019-04-10 Thread David Miller
From: Thomas Falcon Date: Wed, 10 Apr 2019 11:06:58 -0500 > 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 res

[PATCH net 0/2] ibmvnic: Fix netdev features settings on reset

2019-04-10 Thread Thomas Falcon
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 disa