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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240703165200.GR598357@kernel.org>
Date: Wed, 3 Jul 2024 17:52:00 +0100
From: Simon Horman <horms@...nel.org>
To: Justin Lai <justinlai0215@...ltek.com>
Cc: kuba@...nel.org, davem@...emloft.net, edumazet@...gle.com,
	pabeni@...hat.com, linux-kernel@...r.kernel.org,
	netdev@...r.kernel.org, andrew@...n.ch, jiri@...nulli.us,
	rkannoth@...vell.com, jdamato@...tly.com, pkshih@...ltek.com,
	larry.chiu@...ltek.com
Subject: Re: [PATCH net-next v22 02/13] rtase: Implement the .ndo_open
 function

On Mon, Jul 01, 2024 at 07:53:52PM +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 interrupt, because the first group of interrupts
> needs to process more events, the overall structure and interrupt
> handler will be different from other groups of interrupts, so it
> needs to be handled separately. The first set of interrupt handlers
> need to handle the interrupt status of RXQ0 and TXQ0, TXQ4~7,
> while other groups of interrupt handlers will handle the interrupt
> status of RXQ1&TXQ1 or RXQ2&TXQ2 or RXQ3&TXQ3 according to the
> interrupt vector.
> 
> Signed-off-by: Justin Lai <justinlai0215@...ltek.com>

Reviewed-by: Simon Horman <horms@...nel.org>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ