mbox series

[v2,net-next,0/3] fsl/qbman: in_interrupt() cleanup.

Message ID 20201101232257.3028508-1-bigeasy@linutronix.de
Headers show
Series fsl/qbman: in_interrupt() cleanup. | expand

Message

Sebastian Andrzej Siewior Nov. 1, 2020, 11:22 p.m. UTC
This is the in_interrupt() clean for FSL DPAA framework and the two
users. 

The `napi' parameter has been renamed to `sched_napi', the other parts
are same as in the previous post [0].

[0] https://lkml.kernel.org/r/20201027225454.3492351-1-bigeasy@linutronix.de

Sebastian

Comments

Madalin Bucur Nov. 3, 2020, 11:24 a.m. UTC | #1
> -----Original Message-----
> From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> Sent: 02 November 2020 01:23
> To: netdev@vger.kernel.org
> Cc: Horia Geanta <horia.geanta@nxp.com>; Aymen Sghaier
> <aymen.sghaier@nxp.com>; Herbert Xu <herbert@gondor.apana.org.au>; David S.
> Miller <davem@davemloft.net>; Madalin Bucur <madalin.bucur@nxp.com>; Jakub
> Kicinski <kuba@kernel.org>; Leo Li <leoyang.li@nxp.com>; Thomas Gleixner
> <tglx@linutronix.de>; Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> Subject: [PATCH v2 net-next 0/3] fsl/qbman: in_interrupt() cleanup.
> 
> This is the in_interrupt() clean for FSL DPAA framework and the two
> users.
> 
> The `napi' parameter has been renamed to `sched_napi', the other parts
> are same as in the previous post [0].
> 
> https://lore.kernel.org/linux-arm-kernel/20201027225454.3492351-1-bigeasy@linutronix.de/
> 
> Sebastian

For the series,

Reviewed-by: Madalin Bucur <madalin.bucur@oss.nxp.com>
Camelia Groza Nov. 3, 2020, 12:44 p.m. UTC | #2
> -----Original Message-----
> From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> Sent: Monday, November 2, 2020 01:23
> To: netdev@vger.kernel.org
> Cc: Horia Geanta <horia.geanta@nxp.com>; Aymen Sghaier
> <aymen.sghaier@nxp.com>; Herbert Xu <herbert@gondor.apana.org.au>;
> David S. Miller <davem@davemloft.net>; Madalin Bucur
> <madalin.bucur@nxp.com>; Jakub Kicinski <kuba@kernel.org>; Leo Li
> <leoyang.li@nxp.com>; Thomas Gleixner <tglx@linutronix.de>; Sebastian
> Andrzej Siewior <bigeasy@linutronix.de>
> Subject: [PATCH v2 net-next 0/3] fsl/qbman: in_interrupt() cleanup.
> 
> This is the in_interrupt() clean for FSL DPAA framework and the two
> users.
> 
> The `napi' parameter has been renamed to `sched_napi', the other parts
> are same as in the previous post [0].
> 
> [0] https://lore.kernel.org/linux-arm-kernel/20201027225454.3492351-1-bigeasy@linutronix.de/
> 
> Sebastian

Tested-by: Camelia Groza <camelia.groza@nxp.com>
Jakub Kicinski Nov. 4, 2020, 1:42 a.m. UTC | #3
On Mon,  2 Nov 2020 00:22:54 +0100 Sebastian Andrzej Siewior wrote:
> This is the in_interrupt() clean for FSL DPAA framework and the two
> users. 
> 
> The `napi' parameter has been renamed to `sched_napi', the other parts
> are same as in the previous post [0].
> 
> [0] https://lkml.kernel.org/r/20201027225454.3492351-1-bigeasy@linutronix.de

Applied, thanks everyone!