Re: [PATCH 1/3] netpoll: initialize skb for UDP

2006-10-20 Thread David Miller
From: Stephen Hemminger [EMAIL PROTECTED] Date: Thu, 19 Oct 2006 10:15:42 -0700 Need to fully initialize skb to keep lower layers and queueing happy. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] Applied, thanks Stephen. - To unsubscribe from this list: send the line unsubscribe netdev

[PATCH 1/3] netpoll: initialize skb for UDP

2006-10-19 Thread Stephen Hemminger
Need to fully initialize skb to keep lower layers and queueing happy. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- linux-2.6.orig/net/core/netpoll.c 2006-10-18 15:26:36.0 -0700 +++ linux-2.6/net/core/netpoll.c2006-10-19 08:28:04.0 -0700 @@ -331,13 +331,13 @@