<html><body>
<p>Hello Eli,<br>
<br>
I didn't see much difference with the one I submited to you and Tziporet for review besides below lines. What's the purpose to rewrite the patch? You can do a diff with the patch current in the Git-tree and the one you have.<br>
<br>
<tt>+ if (ipoib_ud_need_sg(priv->max_ib_mtu)) {<br>
+ skb_frag_t *frag = &skb_shinfo(skb)->frags[0];<br>
+<br>
+ /* put header into skb */<br>
+ size = min(length, (unsigned)IPOIB_UD_HEAD_SIZE);<br>
+ __skb_put(skb, size);<br>
+<br>
</tt><br>
<br>
Thanks<br>
Shirley</body></html>