Searched hist:"43 daa96b166c3cf5ff30dfac0c5efa2620e4beab" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/usb/ |
H A D | usbnet.c | diff 43daa96b166c3cf5ff30dfac0c5efa2620e4beab Wed Jun 29 14:07:21 CDT 2016 Soohoon Lee <Soohoon.Lee@f5.com> usbnet: Stop RX Q on MTU change
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 <soohoon.lee@f5.com> Reviewed-by: Kimball Murray <kmurray@f5.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|