[ofa-general] [Bug 488] New: user_mad GRH handling on receive side is incomplete
bugzilla-daemon at lists.openfabrics.org
bugzilla-daemon at lists.openfabrics.org
Fri Mar 23 11:34:47 PDT 2007
https://bugs.openfabrics.org/show_bug.cgi?id=488
Summary: user_mad GRH handling on receive side is incomplete
Product: OpenFabrics Linux
Version: 1.2beta1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: IB Core
AssignedTo: bugzilla at openib.org
ReportedBy: halr at voltaire.com
user_mad.c:recv_handler has the following code:
if (packet->mad.hdr.grh_present) {
/* XXX parse GRH */
packet->mad.hdr.gid_index = 0;
packet->mad.hdr.hop_limit = 0;
packet->mad.hdr.traffic_class = 0;
memset(packet->mad.hdr.gid, 0, 16);
packet->mad.hdr.flow_label = 0;
}
This prevents the GRH fields from being properly set for a received MAD which
includes a GRH.
Updated patch for this is in the ib_router branch of Sean's git tree.
Can/should this be included in OFED 1.2 ?
--
Configure bugmail: https://bugs.openfabrics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the general
mailing list