Re: [PATCH net-next v7 02/13] net:ethernet:realtek:rtase: Implement the .ndo_open function

From: Andrew Lunn
Date: Wed Sep 13 2023 - 17:37:32 EST


On Tue, Sep 12, 2023 at 05:18:19PM +0800, Justin Lai wrote:
> Implement the .ndo_open function to set default hardware settings
> and initialize the descriptor ring and interrupts. Among them,
> when requesting irq, because the first group of interrupts needs to
> process more events, the overall structure will be different from
> other groups of interrupts, so it needs to be processed separately.

Please take a look at the page pool code.

Andrew