lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Fri, 5 Jan 2024 09:05:34 +0000
From: Justin Lai <justinlai0215@...ltek.com>
To: "kuba@...nel.org" <kuba@...nel.org>
CC: "davem@...emloft.net" <davem@...emloft.net>,
        "edumazet@...gle.com"
	<edumazet@...gle.com>,
        "pabeni@...hat.com" <pabeni@...hat.com>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        "andrew@...n.ch"
	<andrew@...n.ch>, Ping-Ke Shih <pkshih@...ltek.com>,
        Larry Chiu
	<larry.chiu@...ltek.com>
Subject: RE: [PATCH net-next v15 05/13] rtase: Implement hardware configuration function



> -----Original Message-----
> From: Justin Lai <justinlai0215@...ltek.com>
> Sent: Friday, January 5, 2024 4:55 PM
> To: kuba@...nel.org
> Cc: davem@...emloft.net; edumazet@...gle.com; pabeni@...hat.com;
> linux-kernel@...r.kernel.org; netdev@...r.kernel.org; andrew@...n.ch;
> Ping-Ke Shih <pkshih@...ltek.com>; Larry Chiu <larry.chiu@...ltek.com>;
> Justin Lai <justinlai0215@...ltek.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@...ltek.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.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ