From: Kelly Daly <[EMAIL PROTECTED]> Date: Thu, 27 Jul 2006 10:50:00 +1000
> Implement finding of correct netchannel for buffer, default netchannel and > attach a netchannel to a socket > > Signed-off-by: Kelly Daly <[EMAIL PROTECTED]> Patch is still corrupted. My tolerance on this matter is growing extremely thin. Send these patches to yourself and try to apply them, it will save me a lot of time. > @@ -65,6 +71,10 @@ static inline struct netchannel_buftrail > return __netchannel_dequeue(np); > } > > +extern struct netchannel *find_netchannel(const struct netchannel_buftrailer > *bp); > +extern int sock_add_netchannel(struct sock *sk); > extern struct sk_buff *skb_netchan_graft(struct netchannel_buftrailer *, > gfp_t); > > #endif /* _LINUX_NETCHANNEL_H */ > diff -urp davem/include/net/inet_hashtables.h > kelly_new/include/net/inet_hashtables.h This patch hunk states there are 10 lines in the new section of the file, yet the hunk is truncated at 8 lines. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html