<!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=692282512-13112008><FONT face=Arial color=#0000ff 
size=2>Hi,</FONT></SPAN></DIV>
<DIV><SPAN class=692282512-13112008><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=692282512-13112008><FONT face=Arial color=#0000ff size=2>The 
patch remove unused functions. Please commit it to the trunk, In case there will 
be another RC, please commit it also to branch.</FONT></SPAN></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><EM>Thanks, 
Reuven.</EM></FONT></DIV>
<DIV dir=ltr align=left><EM><FONT face=Arial color=#0000ff 
size=2></FONT></EM> </DIV>
<DIV dir=ltr align=left><SPAN class=692282512-13112008><FONT face=Arial 
color=#0000ff 
size=2><EM>>>>>>>>>>>>>>>>>>>>>>>>></EM></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=692282512-13112008><EM><FONT face=Arial 
color=#0000ff size=2></FONT></EM></SPAN> </DIV>
<DIV><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 1757)<BR>+++ 
ulp/ipoib/kernel/ipoib_xfr_mgr.h (working copy)<BR>@@ -89,43 +89,6 
@@<BR> #endif<BR> <BR> <BR>-/*<BR>- * Address accessors<BR>- 
*/<BR>-<BR>-static inline 
uint8_t<BR>-ipoib_addr_get_flags(<BR>- IN  const ipoib_hw_addr_t* 
const  p_addr )<BR>-{<BR>- return (uint8_t)(cl_ntoh32( 
p_addr->flags_qpn ) >> 24);<BR>-}<BR>-<BR>-static inline 
void<BR>-ipoib_addr_set_flags(<BR>- IN    ipoib_hw_addr_t* 
const  p_addr,<BR>- IN  const uint8_t      flags 
)<BR>-{<BR>- p_addr->flags_qpn &= cl_ntoh32( 0xFFFFFF00 
);<BR>- p_addr->flags_qpn |= cl_ntoh32( flags );<BR>-}<BR>-<BR>-static 
inline 
net32_t<BR>-ipoib_addr_get_qpn(<BR>- IN  const ipoib_hw_addr_t* 
const  p_addr )<BR>-{<BR>- return cl_ntoh32( cl_ntoh32( 
p_addr->flags_qpn ) >> 8 );<BR>-}<BR>-<BR>-static inline 
void<BR>-ipoib_addr_set_qpn(<BR>- IN    ipoib_hw_addr_t* 
const  p_addr,<BR>- IN  const net32_t      qpn 
)<BR>-{<BR>- p_addr->flags_qpn = cl_ntoh32( 
(cl_ntoh32(<BR>-  p_addr->flags_qpn ) & 0x000000FF ) | 
(cl_ntoh32( qpn ) << 8) );<BR>-}<BR>-<BR>-<BR> /****f* 
IPOIB/ipoib_mac_from_sst_guid<BR> * 
NAME<BR> * ipoib_mac_from_sst_guid<BR></FONT></DIV></BODY></HTML>