From: Yoshihiro Kaneko
Date: Fri, 13 Nov 2015 19:24:49 +0900
> From: Masaru Nagai
>
> When RX/TX interrupt for Network Control queue and Best Effort queue
> is issued at the same time, the interrupt mask of Network Control
> queue will be reset when the mask of Best Effort queue is set.
> This
On Fri, Nov 13, 2015 at 11:45:28AM +0100, Geert Uytterhoeven wrote:
> Hi Kaneko-san,
>
> On Fri, Nov 13, 2015 at 11:24 AM, Yoshihiro Kaneko
> wrote:
> > From: Masaru Nagai
> >
> > When RX/TX interrupt for Network Control queue and Best Effort queue
> > is issued at the same time, the interrupt m
Hi Kaneko-san,
On Fri, Nov 13, 2015 at 11:24 AM, Yoshihiro Kaneko
wrote:
> From: Masaru Nagai
>
> When RX/TX interrupt for Network Control queue and Best Effort queue
> is issued at the same time, the interrupt mask of Network Control
> queue will be reset when the mask of Best Effort queue is s
From: Masaru Nagai
When RX/TX interrupt for Network Control queue and Best Effort queue
is issued at the same time, the interrupt mask of Network Control
queue will be reset when the mask of Best Effort queue is set.
This patch fixes this problem.
Signed-off-by: Masaru Nagai
Signed-off-by: Yosh