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>] [day] [month] [year] [list]
Date:	Wed, 26 May 2010 01:38:49 -0700
From:	Jon Zhou <Jon.Zhou@...u.com>
To:	"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: MSI-X resource become less and less

let's take Broadcom bnx2x as example:

first of all I can insmod bnx2x.ko multi_mode=1 num_queue=16
but when I do this:
rmmod bnx2x; insmod bnx2x.ko multi_mode=1 num_queue=8   ->OK 8 queues
rmmod bnx2x; insmod bnx2x.ko multi_mode=1 num_queue=4   ->OK 4 queues

...
finally I do this:
rmmod bnx2x; insmod bnx2x.ko multi_mode=1 num_queue=4

I found the driver can only get 1 or 2 queues! it doesn't come back to 4+ queues any longer!

MSI-X resource become less and less, any resource isn't free?

kernel:2.6.27.19
XEON 5500 16 core

thanks
jon

--
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