Displaying 2 results from an estimated 2 matches for "packet_rcv_spkt".
2005 Dec 05
11
Xen 3.0 and Hyperthreading an issue?
Just gave 3.0 a spin. Had been running 2.0.7 for the past 3 months or so without problems (aside from intermittent failure during live migration). Anyway, 3.0 seems to have an issue with my machine. It starts up the 4 domains that I''ve got defined (was running 6 user domains with 2.0.7, but two of those were running 2.4 kernels which I can''t seem to build with Xen 3.0 yet, and
2006 Feb 24
2
r56 - trunk/debian
.../packet/af_packet.c
--- pristine-linux-2.6.12/net/packet/af_packet.c 2005-06-17 21:48:29.000000000 +0200
-+++ linux-2.6.12-xen/net/packet/af_packet.c 2006-02-17 00:45:18.243519918 +0100
++++ linux-2.6.12-xen/net/packet/af_packet.c 2006-02-25 00:12:33.783992438 +0100
@@ -274,6 +274,9 @@ static int packet_rcv_spkt(struct sk_buf
dst_release(skb->dst);
skb->dst = NULL;
@@ -104370,7 +104373,7 @@
__skb_queue_tail(&sk->sk_receive_queue, skb);
diff -Nurp pristine-linux-2.6.12/net/xfrm/xfrm_user.c linux-2.6.12-xen/net/xfrm/xfrm_user.c
--- pristine-linux-2.6.12/net/xfrm/xfrm_user.c 2005-06-17...