This patch series updates the ND 2.0 implementation to match the latest version of the ND spec. Patch 1 handles the actual update, with patches 2-12 adding in some missing functionality. There are 3 notable differences in the provider implementation between this patch series from that submitted:
- EP:Bind was left as is. The provided implementation only copied the input address, so more work is needed to handle actually binding to the address. - CQ:Status mapping was left as is. The new status values are not defined in the available ndstatus.h header, resulting in a build error. - MR:Register/Unregister/Cancel do not use interlocked calls. It is not clear what serialization the interlocked access was trying to provider. Signed-off-by: Sean Hefty <[email protected]> _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
