[openib-general] [RFC] [PATCH 1/1] ib_sa: add InformInfo registration for Notice reports
Sean Hefty
mshefty at ichips.intel.com
Fri Jan 12 11:32:02 PST 2007
>>+static int send_unreg(struct inform_group *group)
>>+{
>>+ struct inform_port *port = group->port;
>>+ struct ib_sa_inform inform;
>>+ int ret;
>>+
>>+ memset(&inform, 0, sizeof inform);
>>+ inform.lid_range_begin = cpu_to_be16(0xFFFF);
>>+ inform.is_generic = 1;
>>+ inform.type = cpu_to_be16(IB_SA_EVENT_TYPE_ALL);
>>+ inform.trap.generic.trap_num = cpu_to_be16(group->trap_number);
>>+ inform.trap.generic.qpn = IB_QP1;
>
>
> Is the QPN constrained to be QP1 here ?
Currently, yes.
Will reports ever be sent to a different QPN?
- Sean
More information about the general
mailing list