netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Justin Lai <justinlai0215@realtek.com>
To: "kuba@kernel.org" <kuba@kernel.org>
Cc: "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>,
	"andrew@lunn.ch" <andrew@lunn.ch>,
	Ping-Ke Shih <pkshih@realtek.com>,
	Larry Chiu <larry.chiu@realtek.com>
Subject: RE: [PATCH net-next v15 05/13] rtase: Implement hardware configuration function
Date: Fri, 5 Jan 2024 09:05:34 +0000	[thread overview]
Message-ID: <f0265649af004c7a8a2ceb8451f3a650@realtek.com> (raw)
In-Reply-To: <20240105085439.376802-1-justinlai0215@realtek.com>



> -----Original Message-----
> From: Justin Lai <justinlai0215@realtek.com>
> Sent: Friday, January 5, 2024 4:55 PM
> To: kuba@kernel.org
> Cc: davem@davemloft.net; edumazet@google.com; pabeni@redhat.com;
> linux-kernel@vger.kernel.org; netdev@vger.kernel.org; andrew@lunn.ch;
> Ping-Ke Shih <pkshih@realtek.com>; Larry Chiu <larry.chiu@realtek.com>;
> Justin Lai <justinlai0215@realtek.com>
> Subject: [PATCH net-next v15 05/13] rtase: Implement hardware configuration
> function
> 
> Implement rtase_hw_config to set default hardware settings, including setting
> interrupt mitigation, tx/rx DMA burst, interframe gap time, rx packet filter,
> near fifo threshold and fill descriptor ring and tally counter address, and
> enable flow control. When filling the rx descriptor ring, the first group of
> queues needs to be processed separately because the positions of the first
> group of queues are not regular with other subsequent groups. The other
> queues are all newly added features, but we want to retain the original design.
> So they were not put together.
> 
> Signed-off-by: Justin Lai <justinlai0215@realtek.com>
> ---
>  .../net/ethernet/realtek/rtase/rtase_main.c   | 228 ++++++++++++++++++
>  1 file changed, 228 insertions(+)
> 

Sorry, this series of patches has not been sent completely, I will re-send it again.

  parent reply	other threads:[~2024-01-05  9:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-05  8:54 [PATCH net-next v15 05/13] rtase: Implement hardware configuration function Justin Lai
2024-01-05  8:54 ` [PATCH net-next v15 06/13] rtase: Implement .ndo_start_xmit function Justin Lai
2024-01-05  8:54 ` [PATCH net-next v15 07/13] rtase: Implement a function to receive packets Justin Lai
2024-01-05  8:54 ` [PATCH net-next v15 08/13] rtase: Implement net_device_ops Justin Lai
2024-01-05  8:54 ` [PATCH net-next v15 09/13] rtase: Implement pci_driver suspend and resume function Justin Lai
2024-01-05  9:05 ` Justin Lai [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-05  8:57 [PATCH net-next v15 00/13] Add Realtek automotive PCIe driver Justin Lai
2024-01-05  8:57 ` [PATCH net-next v15 05/13] rtase: Implement hardware configuration function 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=f0265649af004c7a8a2ceb8451f3a650@realtek.com \
    --to=justinlai0215@realtek.com \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=larry.chiu@realtek.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pkshih@realtek.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;
as well as URLs for NNTP newsgroup(s).