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:	Wed, 13 Mar 2013 00:51:39 -0700
From:	Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To:	Alex Williamson <alex.williamson@...hat.com>
Cc:	gregory.v.rose@...el.com, netdev@...r.kernel.org,
	ddutile@...hat.com, linux-kernel@...r.kernel.org,
	sassmann@...hat.com
Subject: Re: [PATCH] igb: SR-IOV init reordering

On Tue, 2013-03-12 at 15:25 -0600, Alex Williamson wrote:
> igb is ineffective at setting a lower total VFs because:
> 
> int pci_sriov_set_totalvfs(struct pci_dev *dev, u16 numvfs)
> {
>         ...
>         /* Shouldn't change if VFs already enabled */
>         if (dev->sriov->ctrl & PCI_SRIOV_CTRL_VFE)
>                 return -EBUSY;
> 
> Swap init ordering.
> 
> Signed-off-by: Alex Williamson <alex.williamson@...hat.com>
> ---
>  drivers/net/ethernet/intel/igb/igb_main.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-) 

I have added the patch to my igb queue, thanks!

Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ