diff options
author | Thomas Falcon <tlfalcon@linux.vnet.ibm.com> | 2015-12-21 11:26:06 -0600 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-12-28 00:12:13 -0500 |
commit | 032c5e82847a2214c3196a90f0aeba0ce252de58 (patch) | |
tree | 1768d978ce92acba649fa367b80855fe59427f8e /drivers/net/ethernet/ibm/Kconfig | |
parent | 7b752fd3d03ff860aabb5ec89beca8880d942d0f (diff) | |
download | linux-032c5e82847a2214c3196a90f0aeba0ce252de58.tar.bz2 |
Driver for IBM System i/p VNIC protocol
This is a new device driver for a high performance SR-IOV assisted virtual
network for IBM System p and IBM System i systems. The SR-IOV VF will be
attached to the VIOS partition and mapped to the Linux client via the
hypervisor's VNIC protocol that this driver implements.
This driver is able to perform basic tx and rx, new features
and improvements will be added as they are being developed and tested.
Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
Signed-off-by: John Allen <jallen@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/ibm/Kconfig')
-rw-r--r-- | drivers/net/ethernet/ibm/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/ethernet/ibm/Kconfig b/drivers/net/ethernet/ibm/Kconfig index 99c1cebd002d..37dceabf8861 100644 --- a/drivers/net/ethernet/ibm/Kconfig +++ b/drivers/net/ethernet/ibm/Kconfig @@ -37,4 +37,14 @@ config EHEA To compile the driver as a module, choose M here. The module will be called ehea. +config IBMVNIC + tristate "IBM Virtual NIC support" + depends on PPC_PSERIES + ---help--- + This driver supports Virtual NIC adapters on IBM i and IBM System p + systems. + + To compile this driver as a module, choose M here. The module will + be called ibmvnic. + endif # NET_VENDOR_IBM |