Hello Eli,

      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.

+            if (ipoib_ud_need_sg(priv->max_ib_mtu)) {
+                        skb_frag_t *frag = &skb_shinfo(skb)->frags[0];
+
+                        /* put header into skb */
+                        size = min(length, (unsigned)IPOIB_UD_HEAD_SIZE);
+                        __skb_put(skb, size);
+


Thanks
Shirley
_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to