mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* sk_buff doubt
@ 2003-04-11 17:02 Sriram Narasimhan
  0 siblings, 0 replies; only message in thread
From: Sriram Narasimhan @ 2003-04-11 17:02 UTC (permalink / raw)
  To: linux-kernel

Hello,

A doubt in sk_buff. I am running the fcc_enet driver provided in the PPC 
architecture tree for MPC8260 on ADS board.
Kernel version is 2.4.1. The driver has been modified to be loaded as a 
module.
When IFNET provides the sk_buff to transmit I store them up in an array 
and at transmit complete I release the sk_buff.

When the module is unloaded, I release all the sk_buffs.
When I release the sk_buff I get the following output. Am I doing 
anything wrong here ?
-----------------------------------------------------------------------------------------

# ifconfig eth1 10.1.70.56 netmask 255.255.0.0 up
eth1: config: auto-negotiation on, 10FDX, 10HDX.
# ping 10.1.1.1
Inside fcc_enet_start_xmit... skb: c01e5c60
Inside fcc_enet_start_xmit... skb: c01e5620
Inside fcc_enet_start_xmit... skb: c01e5080
No response from 10.1.1.1
# lsmod
Module                  Size  Used by
enet                   12512   0  (unused)
# rmmod enet
Warning: kfree_skb passed an skb still on a list (from c208360c).
kernel BUG at skbuff.c:277!
Oops: Exception in kernel mode, sig: 4

-----------------------------------------------------------------------------------------

Sriram


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-11 16:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-11 17:02 sk_buff doubt Sriram Narasimhan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®