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] [day] [month] [year] [list]
Date:	Thu, 2 Apr 2009 22:26:26 -0700
From:	"Michael Chan" <mchan@...adcom.com>
To:	"'Denys Fedoryschenko'" <denys@...p.net.lb>,
	"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: bnx2, 2.6.29, smp_affinity strangeness

Denys Fedoryschenko wrote:

> While running bnx2 tried to assign affinity to network card
> and ... failed.
>

This is a known problem on the 5708 card that does not support
MSI per vector masking.  On the 5708 NIC, the new MSI address/
data will only take effect after MSI has been disabled and
re-enabled.

The IRQ migration code in the kernel no longer disables the MSI
on devices that don't support per masking before IRQ migration.
As a result, changing IRQ affinity will not work after the device
is initialized.  You can force a reset, (by doing some ethtool
operation for example), after you change the affinity and it should
work.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ