All of lore.kernel.org
 help / color / mirror / Atom feed
* anyone know of a bug which causes dev->qdisc to be noop_qdisc for a working interface?
@ 2012-07-26 23:30 Chris Friesen
  0 siblings, 0 replies; only message in thread
From: Chris Friesen @ 2012-07-26 23:30 UTC (permalink / raw)
  To: netdev


Hi all,

I've been asked to help debug an issue we've had in the field where 
after a month or so of uptime for a server the router it was connected 
to was rebooted and one of the eth links stopped transmitting packets. 
Downing and upping the link doesn't fix it.  An ethtool offline selftest 
doesn't fix it.  Only known fix is a reboot of the server.

The server is running 2.6.14, which makes things interesting.

Luckily we had kprobes enabled and I tracked down the source code, and 
I've been able to isolate the source of the problem.  It seems that for 
the problematic eth device (which is up and is receiving packets) 
dev->qdisc is set to noop_qdisc, which ends up silently dropping all 
outgoing packets on the floor.  dev->qdisc_sleeping is pfifo_fast as 
expected.

Does anyone have any ideas how this might have happened?  Does anyone 
remember a bug in this area from that long ago?

Thanks,
Chris

-- 

Chris Friesen
Software Designer

3500 Carling Avenue
Ottawa, Ontario K2H 8E9
www.genband.com

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

only message in thread, other threads:[~2012-07-26 23:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-26 23:30 anyone know of a bug which causes dev->qdisc to be noop_qdisc for a working interface? Chris Friesen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.