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

From: Justin Lai
Date: Thu Sep 14 2023 - 08:22:29 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

Hi, Andrew
Do you want us to use Page Pool API in this driver?