summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/opa_vnic/Makefile
diff options
context:
space:
mode:
authorVishwanathapura, Niranjana <niranjana.vishwanathapura@intel.com>2017-04-13 06:29:26 +0300
committerDoug Ledford <dledford@redhat.com>2017-04-20 19:01:38 +0300
commitcfd34f8eb0641dc41450c218790a3e260ea55b0d (patch)
tree5fdf24c8a4f2a2c4763ed17551da6903175cab86 /drivers/infiniband/ulp/opa_vnic/Makefile
parent174e03d7e6c0a2d4257921234a8b7ae44ad58199 (diff)
downloadlinux-cfd34f8eb0641dc41450c218790a3e260ea55b0d.tar.xz
IB/opa-vnic: VNIC Ethernet Management Agent (VEMA) interface
OPA VNIC EMA interface functions are the management interfaces to the OPA VNIC netdev. Add support to add and remove VNIC ports. Implement the required GET/SET management interface functions and processing of new management information. Add support to send trap notifications upon various events like interface status change, unicast/multicast mac list update and mac address change. 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: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/ulp/opa_vnic/Makefile')
-rw-r--r--drivers/infiniband/ulp/opa_vnic/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/opa_vnic/Makefile b/drivers/infiniband/ulp/opa_vnic/Makefile
index 975c3134e77d..e8d1ea1fbf0c 100644
--- a/drivers/infiniband/ulp/opa_vnic/Makefile
+++ b/drivers/infiniband/ulp/opa_vnic/Makefile
@@ -3,4 +3,5 @@
#
obj-$(CONFIG_INFINIBAND_OPA_VNIC) += opa_vnic.o
-opa_vnic-y := opa_vnic_netdev.o opa_vnic_encap.o opa_vnic_ethtool.o
+opa_vnic-y := opa_vnic_netdev.o opa_vnic_encap.o opa_vnic_ethtool.o \
+ opa_vnic_vema_iface.o