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 /MAINTAINERS | |
parent | 7b752fd3d03ff860aabb5ec89beca8880d942d0f (diff) |
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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c6b78b053939..2eed9bc338db 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5292,6 +5292,13 @@ L: netdev@vger.kernel.org S: Supported F: drivers/net/ethernet/ibm/ibmveth.* +IBM Power SRIOV Virtual NIC Device Driver +M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> +M: John Allen <jallen@linux.vnet.ibm.com> +L: netdev@vger.kernel.org +S: Supported +F: drivers/net/ethernet/ibm/ibmvnic.* + IBM Power Virtual SCSI Device Drivers M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com> L: linux-scsi@vger.kernel.org |