Hi,<br>
<br>
are there any limitations faced by old SDP implementation, why reimplementation is required?<br>
<br>
<br><div><span class="gmail_quote">On 5/1/06, <b class="gmail_sendername">Bob Woodruff</b> <<a href="mailto:robert.j.woodruff@intel.com">robert.j.woodruff@intel.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Michael wrote,<br>> do I need an additional patch or is the backport patch broken ?<br><br>Personally, I don't think we should be moving code into the trunk<br>until it is ready, and obviously this new SDP is not ready.
</blockquote><div><br>
This is correct  code should no be added to the trunk until its not  complete. <br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Anyone else have an opinion on how/when things get moved to the trunk ?<br>Shouldn't it be kept on a branch till it is ready ?
<br><br><br>>I think you need these:<br><br>>   A /gen2/branches/backport/2.6.9/linux_skbuff_6754_to_2_6_11.patch (from<br>>/gen2/branches/backport/2.6.11/linux_skbuff_6754_to_2_6_11.patch:6765)<br><br>For example, this patch adds a function
<br>static inline void skb_header_release(struct sk_buff *skb)<br>that does not do anything yet.<br><br>Maybe I better wait till you have this new<br>SDP completed before moving to it, until then I will use the older<br>SDP.
<br><br>woody<br><br>===================================================================<br>--- /dev/null   1970-01-01 00:00:00.000000000 +0000<br>+++ last_stable/include/linux/skbuff.h  2006-04-30 09:16:05.000000000 +0300
<br>@@ -0,0 +1,19 @@<br>+#ifndef LINUX_SKBUFF_H_BACKPORT<br>+#define LINUX_SKBUFF_H_BACKPORT<br>+<br>+#include_next <linux/skbuff.h><br>+<br>+/**<br>+ *      skb_header_release - release reference to header<br>+ *      @skb: buffer to operate on
<br>+ *<br>+ *      Drop a reference to the header part of the buffer.  This is done<br>+ *      by acquiring a payload reference.  You must not read from the<br>header<br>+ *      part of skb->data after this.<br>+ */
<br>+static inline void skb_header_release(struct sk_buff *skb)<br>+{<br>+}<br>+<br>+<br>+#endif<br><br>MST<br>_______________________________________________<br>openib-general mailing list<br><a href="mailto:openib-general@openib.org">
openib-general@openib.org</a><br><a href="http://openib.org/mailman/listinfo/openib-general">http://openib.org/mailman/listinfo/openib-general</a><br><br>To unsubscribe, please visit <a href="http://openib.org/mailman/listinfo/openib-general">
http://openib.org/mailman/listinfo/openib-general</a><br></blockquote></div><br>