mirror of https://gitee.com/openkylin/linux.git
IB: Add client reregister event type
Add IB_EVENT_CLIENT_REREGISTER to enum so low-level drivers can generate "client reregister" events. Signed-off-by: Leonid Arsh <leonida@voltaire.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
37c22a7721
commit
63942c9a98
|
@ -260,7 +260,8 @@ enum ib_event_type {
|
|||
IB_EVENT_SM_CHANGE,
|
||||
IB_EVENT_SRQ_ERR,
|
||||
IB_EVENT_SRQ_LIMIT_REACHED,
|
||||
IB_EVENT_QP_LAST_WQE_REACHED
|
||||
IB_EVENT_QP_LAST_WQE_REACHED,
|
||||
IB_EVENT_CLIENT_REREGISTER
|
||||
};
|
||||
|
||||
struct ib_event {
|
||||
|
|
Loading…
Reference in New Issue