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:	Tue, 8 Dec 2009 14:41:36 -0800
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Cc:	netdev@...r.kernel.org, gospo@...hat.com,
	Greg Rose <gregory.v.rose@...el.com>
Subject: Re: [RFC PATCH 12/12] ixgbevf: Kconfig, Makefile and Documentation

On Tue, 08 Dec 2009 14:16:53 -0800 Jeff Kirsher wrote:

> From: Greg Rose <gregory.v.rose@...el.com>
> 
> Modifications for the Kconfig and network device Makefile to add the ixgbevf
> driver module to the kernel and documentation.
> 
> Signed-off-by: Greg Rose <gregory.v.rose@...el.com>
> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
> ---
> 
>  Documentation/networking/ixgbevf.txt |   94 ++++++++++++++++++++++++++++++++++
>  drivers/net/Kconfig                  |   21 ++++++++
>  drivers/net/Makefile                 |    1 
>  3 files changed, 116 insertions(+), 0 deletions(-)
>  create mode 100755 Documentation/networking/ixgbevf.txt
> 
> diff --git a/Documentation/networking/ixgbevf.txt b/Documentation/networking/ixgbevf.txt
> new file mode 100755
> index 0000000..4981426
> --- /dev/null
> +++ b/Documentation/networking/ixgbevf.txt

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


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


> +       ---help---
> +         This driver supports Intel(R) 82599 virtual functions.  For more
> +         information on how to identify your adapter, go to the Adapter &
> +         Driver ID Guide at:
> +
> +         <http://support.intel.com/support/network/adapter/pro100/21397.htm>
> +
> +         For general information and support, go to the Intel support
> +         website at:
> +
> +         <http://support.intel.com>
> +
> +         More specific information on configuring the driver is in
> +         <file:Documentation/networking/ixgbe.txt>.
> +
> +         To compile this driver as a module, choose M here. The module
> +         will be called ixgbevf.
> +


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