diff options
author | Thomas Falcon <tlfalcon@linux.vnet.ibm.com> | 2015-12-21 18:26:06 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-12-28 06:12:13 +0100 |
commit | 032c5e82847a2214c3196a90f0aeba0ce252de58 (patch) | |
tree | 1768d978ce92acba649fa367b80855fe59427f8e /drivers/net/ethernet/ibm/Makefile | |
parent | Merge branch 'fsl-fmain' (diff) | |
download | linux-032c5e82847a2214c3196a90f0aeba0ce252de58.tar.xz linux-032c5e82847a2214c3196a90f0aeba0ce252de58.zip |
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/Makefile')
-rw-r--r-- | drivers/net/ethernet/ibm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/ibm/Makefile b/drivers/net/ethernet/ibm/Makefile index 2f04e71a5926..447865c8b632 100644 --- a/drivers/net/ethernet/ibm/Makefile +++ b/drivers/net/ethernet/ibm/Makefile @@ -3,5 +3,6 @@ # obj-$(CONFIG_IBMVETH) += ibmveth.o +obj-$(CONFIG_IBMVNIC) += ibmvnic.o obj-$(CONFIG_IBM_EMAC) += emac/ obj-$(CONFIG_EHEA) += ehea/ |