RE: [PATCH] sh_eth: add missing checks for status bits

2016-12-01 Thread Chris Brandt
On 12/1/2016, Sergei Shtylyov wrote: > Hello! > > Please always CC me on the sh_eth/ravb driver patches as directed by > scripts/get_maintainer.pl. OK. I'm sorry. > On 11/30/2016 11:01 PM, Chris Brandt wrote: > > > When streaming a lot of data and the RZ can't keep up, some status > >

Re: [PATCH] sh_eth: add missing checks for status bits

2016-12-01 Thread Sergei Shtylyov
Hello! Please always CC me on the sh_eth/ravb driver patches as directed by scripts/get_maintainer.pl. On 11/30/2016 11:01 PM, Chris Brandt wrote: When streaming a lot of data and the RZ can't keep up, some status bits will get set that are not being checked or cleared which cause the

Re: [PATCH] sh_eth: add missing checks for status bits

2016-12-01 Thread Sergei Shtylyov
Hello! On 12/1/2016 11:52 AM, Simon Horman wrote: When streaming a lot of data and the RZ can't keep up, some status bits will get set that are not being checked or cleared which cause the following messages and the Ethernet driver to stop working. This patch fixes that issue. irq 21: nobody

Re: [PATCH] sh_eth: add missing checks for status bits

2016-12-01 Thread Simon Horman
On Wed, Nov 30, 2016 at 03:01:48PM -0500, Chris Brandt wrote: > When streaming a lot of data and the RZ can't keep up, some status bits > will get set that are not being checked or cleared which cause the > following messages and the Ethernet driver to stop working. This > patch fixes that issue.