diff options
author | Vishwanathapura, Niranjana <niranjana.vishwanathapura@intel.com> | 2017-04-13 06:29:27 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-04-20 19:01:38 +0300 |
commit | 1bd671ab3fb99932fc8692463eabbb237b6bcef1 (patch) | |
tree | 7acbf22109526b541bb883a72d89054928a8d101 /drivers/infiniband/ulp/opa_vnic/opa_vnic_vema_iface.c | |
parent | cfd34f8eb0641dc41450c218790a3e260ea55b0d (diff) | |
download | linux-1bd671ab3fb99932fc8692463eabbb237b6bcef1.tar.xz |
IB/opa-vnic: VNIC Ethernet Management Agent (VEMA) function
OPA VEMA function interfaces with the Infiniband MAD stack to exchange the
management information packets with the Ethernet Manager (EM).
It interfaces with the OPA VNIC netdev function to SET/GET the management
information. The information exchanged with the EM includes class port
details, encapsulation configuration, various counters, unicast and
multicast MAC list and the MAC table. It also supports sending traps
to the EM.
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Sadanand Warrier <sadanand.warrier@intel.com>
Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/ulp/opa_vnic/opa_vnic_vema_iface.c')
-rw-r--r-- | drivers/infiniband/ulp/opa_vnic/opa_vnic_vema_iface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/opa_vnic/opa_vnic_vema_iface.c b/drivers/infiniband/ulp/opa_vnic/opa_vnic_vema_iface.c index 2e01149392ce..a51bf977f4d6 100644 --- a/drivers/infiniband/ulp/opa_vnic/opa_vnic_vema_iface.c +++ b/drivers/infiniband/ulp/opa_vnic/opa_vnic_vema_iface.c @@ -70,7 +70,7 @@ void opa_vnic_vema_report_event(struct opa_vnic_adapter *adapter, u8 event) trap_data.veswportindex = adapter->vport_num; trap_data.opcode = event; - /* Need to send trap here */ + opa_vnic_vema_send_trap(adapter, &trap_data, info->vport.encap_slid); } /** |