]> git.openfabrics.org - ~shefty/rdma-win.git/commit
[IPoIB]
authorAlex Naslednikov <alex@mellanox.co.il>
Wed, 15 Sep 2010 11:05:13 +0000 (11:05 +0000)
committerAlex Naslednikov <alex@mellanox.co.il>
Wed, 15 Sep 2010 11:05:13 +0000 (11:05 +0000)
commitc6b8ad1fc77e9e70717989ee9842cbecd5e4ca0a
treeaeda4b172afef14992974332a7e8a47547176775
parentc956584a0fbe2a51f4ac8e5320e5a5cb2da3f492
[IPoIB]
DHCP fix (Linux-Windows interop). The patch caused by the change at Client Identifier (CID) format:
The format of Client Identifier Field (CID) was changed.

/* The CID will contain of:
 CID[0] = DHCP_OPT_CLIENT_ID == 61
 CID[1] = coIPoIB_CID_Len == 22
 CID[2:13] = coIBDefaultDHCPPrefix; (Here CID[2] always == coIPoIB_HwTypeIB == 0xFF)
 CID[14:21] = GUID;
*/

git-svn-id: svn://openib.tc.cornell.edu/gen1@2927 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
trunk/ulp/ipoib/kernel/ipoib_port.c