public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Justin Lai <justinlai0215@realtek.com>
To: Andrew Lunn <andrew@lunn.ch>
Cc: "kuba@kernel.org" <kuba@kernel.org>,
	"davem@davemloft.net" <davem@davemloft.net>,
	"edumazet@google.com" <edumazet@google.com>,
	"pabeni@redhat.com" <pabeni@redhat.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: RE: [PATCH net-next v7 02/13] net:ethernet:realtek:rtase: Implement the .ndo_open function
Date: Thu, 14 Sep 2023 12:21:39 +0000	[thread overview]
Message-ID: <226589a878f64b5eae3b7ca55936e926@realtek.com> (raw)
In-Reply-To: <a7a4d7b6-84cd-49fc-9fde-1a6a232bf7af@lunn.ch>

> 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?

  reply	other threads:[~2023-09-14 12:22 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-12  9:18 [PATCH net-next v7 00/13] Add Realtek automotive PCIe driver Justin Lai
2023-09-12  9:18 ` [PATCH net-next v7 01/13] net:ethernet:realtek:rtase: Add pci table supported in this module Justin Lai
2023-09-13 21:32   ` Andrew Lunn
2023-09-14 14:42     ` Justin Lai
2023-09-12  9:18 ` [PATCH net-next v7 02/13] net:ethernet:realtek:rtase: Implement the .ndo_open function Justin Lai
2023-09-13 21:37   ` Andrew Lunn
2023-09-14 12:21     ` Justin Lai [this message]
2023-09-12  9:18 ` [PATCH net-next v7 03/13] net:ethernet:realtek:rtase: Implement the rtase_down function Justin Lai
2023-09-12  9:18 ` [PATCH net-next v7 04/13] net:ethernet:realtek:rtase: Implement the interrupt routine and rtase_poll Justin Lai
2023-09-12  9:18 ` [PATCH net-next v7 05/13] net:ethernet:realtek:rtase: Implement hardware configuration function Justin Lai
2023-09-12  9:18 ` [PATCH net-next v7 06/13] net:ethernet:realtek:rtase: Implement .ndo_start_xmit function Justin Lai
2023-09-12  9:18 ` [PATCH net-next v7 07/13] net:ethernet:realtek:rtase: Implement a function to receive packets Justin Lai
2023-09-12  9:18 ` [PATCH net-next v7 08/13] net:ethernet:realtek:rtase: Implement net_device_ops Justin Lai
2023-09-12  9:18 ` [PATCH net-next v7 09/13] net:ethernet:realtek:rtase: Implement pci_driver suspend and resume function Justin Lai
2023-09-12  9:18 ` [PATCH net-next v7 10/13] net:ethernet:realtek:rtase: Implement ethtool function Justin Lai
2023-09-12  9:18 ` [PATCH net-next v7 11/13] net:ethernet:realtek:rtase: Add a Makefile in the rtase folder Justin Lai
2023-09-12  9:18 ` [PATCH net-next v7 12/13] net:ethernet:realtek: Update the Makefile and Kconfig in the realtek folder Justin Lai
2023-09-12  9:18 ` [PATCH net-next v7 13/13] MAINTAINERS: Add the rtase ethernet driver entry Justin Lai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=226589a878f64b5eae3b7ca55936e926@realtek.com \
    --to=justinlai0215@realtek.com \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox