Skip to content

Draft: bnx2fc: Remove spin_lock_bh while release resources after upload.

John Meneghini requested to merge johnmeneghini/centos-stream-9:J9662 into main

JIRA: https://issues.redhat.com/browse/RHEL-9662

Upstream Status: RHEL-only

The session resource are used by FW and driver when session is offloaded, once session is uploaded these resources are not used. The lock is not required as these fields won't be used any longer.

Signed-off-by: Nilesh Javali njavali@marvell.com Signed-off-by: John Meneghini jmeneghi@redhat.com

Merge request reports