Re: [PATCH net v3] usbnet: Stop RX Q on MTU change

2016-06-30 Thread David Miller
From: soohoon@f5.com Date: Wed, 29 Jun 2016 15:07:21 -0400 > When MTU is changed unlink_urbs() flushes RX Q but mean while usbnet_bh() > can fill up the Q at the same time. > Depends on which HCD is down there unlink takes long time then the flush > never ends. > > Signed-off-by: Soohoon Lee

[PATCH net v3] usbnet: Stop RX Q on MTU change

2016-06-29 Thread soohoon . lee
When MTU is changed unlink_urbs() flushes RX Q but mean while usbnet_bh() can fill up the Q at the same time. Depends on which HCD is down there unlink takes long time then the flush never ends. Signed-off-by: Soohoon Lee Reviewed-by: Kimball Murray --- drivers/net/usb/usbnet.c | 10 +