From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: lan78xx: fix rx handling before first packet is send Date: Sat, 28 Jul 2018 14:30:43 -0700 (PDT) Message-ID: <20180728.143043.1780291531808578593.davem@davemloft.net> References: <1532764330-14522-1-git-send-email-stefan.wahren@i2se.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: woojung.huh@microchip.com, UNGLinuxDriver@microchip.com, gregkh@linuxfoundation.org, dave.stevenson@raspberrypi.org, netdev@vger.kernel.org, linux-usb@vger.kernel.org To: stefan.wahren@i2se.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:56482 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730952AbeG1W6h (ORCPT ); Sat, 28 Jul 2018 18:58:37 -0400 In-Reply-To: <1532764330-14522-1-git-send-email-stefan.wahren@i2se.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Stefan Wahren Date: Sat, 28 Jul 2018 09:52:10 +0200 > As long the bh tasklet isn't scheduled once, no packet from the rx path > will be handled. Since the tx path also schedule the same tasklet > this situation only persits until the first packet transmission. > So fix this issue by scheduling the tasklet after link reset. > > Link: https://github.com/raspberrypi/linux/issues/2617 > Fixes: 55d7de9de6c3 ("Microchip's LAN7800 family USB 2/3 to 10/100/1000 Ethernet") > Suggested-by: Floris Bos > Signed-off-by: Stefan Wahren Applied and queued up for -stable, thanks.