From: Ulrich Hecht <uli+renesas@xxxxxxxx> Date: Tue, 20 Aug 2019 21:01:26 +0200 > This revision reverts the MTU change if re-opening the device fails. But you leave the device closed if this happens. You have to implement this properly, with a full prepare/commit sequence. First allocate all of the necessary resources, such that you can guarantee success. If you cannot allocate these resources you must fail the operation and leave the device _UP_ with the original MTU value. If you can allocate the resource, you can fully commit to the MTU change and return success. You must not fail the operation in such a way that the device is left inoperable. But that is precisely what your patch currently does.