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]
Date:	Thu, 10 Dec 2009 11:59:49 +1100
From:	Simon Horman <horms@...ge.net.au>
To:	"Rose, Gregory V" <gregory.v.rose@...el.com>
Cc:	Randy Dunlap <randy.dunlap@...cle.com>,
	"Kirsher, Jeffrey T" <jeffrey.t.kirsher@...el.com>,
	"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
	"gospo@...hat.com" <gospo@...hat.com>
Subject: Re: [RFC PATCH 12/12] ixgbevf: Kconfig, Makefile and Documentation

On Tue, Dec 08, 2009 at 02:49:21PM -0800, Rose, Gregory V wrote:
> >-----Original Message-----
> >From: Randy Dunlap [mailto:randy.dunlap@...cle.com]
> >Sent: Tuesday, December 08, 2009 2:42 PM
> >To: Kirsher, Jeffrey T
> >Cc: netdev@...r.kernel.org; gospo@...hat.com; Rose, Gregory V
> >Subject: Re: [RFC PATCH 12/12] ixgbevf: Kconfig, Makefile and
> >Documentation
> >
> >> +The ixgbevf driver supports 82599-based virtual function devices that
> >can only
> >> +be activated on kernels with CONFIG_PCI_IOV enabled.
> >> +
> >> +The guest OS loading the ixgbevf driver must support MSI-X
> >interrupts.
> >
> >Hi,
> >
> >Could the Kconfig language express some of these requirements, or
> >am I confused between the host and the guest OS?
> [Rose, Gregory V] 
> 
> The guest OS must also support MSI-X interrupts.  It is a requirement of our VF device to use MSI-X.
> 
> >
> >
> >> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> >> index 0bbd5ae..a484415 100644
> >> --- a/drivers/net/Kconfig
> >> +++ b/drivers/net/Kconfig
> >> @@ -2614,6 +2614,27 @@ config IXGBE_DCB
> >>
> >>  	  If unsure, say N.
> >>
> >> +config IXGBEVF
> >> +       tristate "Intel(R) 82599 Virtual Function Ethernet support"
> >> +       depends on PCI
> >
> >	depends on PCI_IOV && PCI_MSI
> >??
> >
> [Rose, Gregory V] 
> 
> The guest does not need to have IOV support configured to use the VF device but it does need MSI-X.  We'll incorporate this suggested change.
> 
> Thanks for your comments.

The igbvf driver can also run on the host or indeed on a system
without virtualisation. Is the same true of the ixgbevf driver?

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