On Tue, May 05, 2020 at 02:18:20AM +0200, Andrew Lunn wrote: > Since running a cable test is disruptive, put the interface into > operative state testing while the test is running. > > Signed-off-by: Andrew Lunn <and...@lunn.ch> > ---
Reviewed-by: Michal Kubecek <mkube...@suse.cz> Things could be simplified a bit by putting netif_testing_off() into ethnl_cable_test_finished() but it's probably not worth the confusion from setting the state in one place and clearing it in a completely different one. Michal