aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/Makefile
diff options
context:
space:
mode:
authorVishwanathapura, Niranjana <niranjana.vishwanathapura@intel.com>2017-04-12 20:29:22 -0700
committerDoug Ledford <dledford@redhat.com>2017-04-20 12:01:38 -0400
commit7d6f728c677e9d01b42d3cc9eb9ef40a2de92ea3 (patch)
treedfc5c49fd051ee648a65ba5eb04a1fc9c5630a22 /drivers/infiniband/ulp/Makefile
parentIB/opa-vnic: Virtual Network Interface Controller (VNIC) interface (diff)
downloadlinux-dev-7d6f728c677e9d01b42d3cc9eb9ef40a2de92ea3.tar.xz
linux-dev-7d6f728c677e9d01b42d3cc9eb9ef40a2de92ea3.zip
IB/opa-vnic: Virtual Network Interface Controller (VNIC) netdev
OPA VNIC netdev function supports Ethernet functionality over Omni-Path fabric by encapsulating Ethernet packets inside Omni-Path packet header. It allocates a rdma netdev device and interfaces with the network stack to provide standard Ethernet network interfaces. It overrides HFI1 device's netdev operations where it is required. Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Reviewed-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com> Signed-off-by: Sadanand Warrier <sadanand.warrier@intel.com> Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com> Signed-off-by: Andrzej Kacprowski <andrzej.kacprowski@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/ulp/Makefile')
-rw-r--r--drivers/infiniband/ulp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/ulp/Makefile b/drivers/infiniband/ulp/Makefile
index f3c7dcf03098..c28af1823a2d 100644
--- a/drivers/infiniband/ulp/Makefile
+++ b/drivers/infiniband/ulp/Makefile
@@ -3,3 +3,4 @@ obj-$(CONFIG_INFINIBAND_SRP) += srp/
obj-$(CONFIG_INFINIBAND_SRPT) += srpt/
obj-$(CONFIG_INFINIBAND_ISER) += iser/
obj-$(CONFIG_INFINIBAND_ISERT) += isert/
+obj-$(CONFIG_INFINIBAND_OPA_VNIC) += opa_vnic/