<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3314" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=308064913-03112008><FONT face=Arial color=#0000ff 
size=2>Hi,</FONT></SPAN></DIV>
<DIV><SPAN class=308064913-03112008><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=308064913-03112008>The 
patch adds additional set of HP GUIDs to IPoIB (in order to allow correct MAC 
generation)</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=308064913-03112008></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><EM>Thanks, 
Reuven.</EM></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><SPAN class=308064913-03112008><FONT face=Arial color=#0000ff 
size=2>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>></FONT></SPAN></DIV>
<DIV><SPAN class=308064913-03112008><FONT face=Arial color=#0000ff size=2>Index: 
ulp/ipoib/kernel/ipoib_xfr_mgr.h<BR>===================================================================<BR>--- 
ulp/ipoib/kernel/ipoib_xfr_mgr.h (revision 1722)<BR>+++ 
ulp/ipoib/kernel/ipoib_xfr_mgr.h (working copy)<BR>@@ -421,7 +421,8 
@@<BR>    status = ipoib_mac_from_sst_guid( port_guid, 
p_mac_addr );<BR>   }<BR>   else if( p_guid[1] == 
0x1a && p_guid[2] == 0x4b ||<BR>-     p_guid[1] == 
0x17 && p_guid[2] == 0x08 )<BR>+     p_guid[1] == 
0x17 && p_guid[2] == 0x08 ||<BR>+     p_guid[1] == 
0x1e && p_guid[2] == 0x0b 
)<BR>   {<BR>    //HP 
GUID<BR>    status =ipoib_mac_from_guid_mask( p_guid, 
guid_default_mask, p_mac_addr );<BR></FONT></SPAN></DIV></BODY></HTML>