Displaying 2 results from an estimated 2 matches for "xmit_lock_own".
Did you mean:
  xmit_lock_owner
  
2006 Feb 22
0
Re: [PATCH] Fix IPSec for Xen checksum offload packets (Jon Mason)
...:45:14 2006
>+++ b/linux-2.6-xen-sparse/net/core/dev.c	Mon Feb  6 19:34:52 2006
>@@ -1206,76 +1206,16 @@
> 	return 0;
> }
> 
>-#define HARD_TX_LOCK(dev, cpu) {			\
>-	if ((dev->features & NETIF_F_LLTX) == 0) {	\
>-		spin_lock(&dev->xmit_lock);		\
>-		dev->xmit_lock_owner = cpu;		\
>-	}						\
>-}
>-
>-#define HARD_TX_UNLOCK(dev) {				\
>-	if ((dev->features & NETIF_F_LLTX) == 0) {	\
>-		dev->xmit_lock_owner = -1;		\
>-		spin_unlock(&dev->xmit_lock);		\
>-	}						\
>-}
>-
>-/**
>- *	dev_queue_xmit - transmit a b...
2006 Jul 06
12
kernel BUG at net/core/dev.c:1133!
Looks like the GSO is involved?
I got this while running Dom0 only (no guests), with a
BOINC/Rosetta@home application running on all 4 cores. 
changeset:   10649:8e55c5c11475
Build: x86_32p (pae). 
------------[ cut here ]------------
kernel BUG at net/core/dev.c:1133!
invalid opcode: 0000 [#1]
SMP 
CPU:    0
EIP:    0061:[<c04dceb0>]    Not tainted VLI
EFLAGS: 00210297   (2.6.16.13-xen