Re: [PATCH net-next v22 04/13] rtase: Implement the interrupt routine and rtase_poll
From: Simon Horman
Date: Wed Jul 03 2024 - 13:00:53 EST
On Mon, Jul 01, 2024 at 07:53:54PM +0800, Justin Lai wrote:
> 1. Implement rtase_interrupt to handle txQ0/rxQ0, txQ4~txQ7 interrupts,
> and implement rtase_q_interrupt to handle txQ1/rxQ1, txQ2/rxQ2 and
> txQ3/rxQ3 interrupts.
> 2. Implement rtase_poll to call ring_handler to process the tx or
> rx packet of each ring. If the returned value is budget,it means that
> there is still work of a certain ring that has not yet been completed.
>
> Signed-off-by: Justin Lai <justinlai0215@xxxxxxxxxxx>
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>