netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] netpoll is unable to handle skb's using packet split
@ 2005-11-14 21:15 Jeff Kirsher
  2005-11-15  5:23 ` Matt Mackall
  0 siblings, 1 reply; 6+ messages in thread
From: Jeff Kirsher @ 2005-11-14 21:15 UTC (permalink / raw)
  To: linux-kernel, netdev, mpm

When using packet split, netpoll times out when doing a netdump.

Server logs:
--netdump[14973]: Got too many timeouts in handshaking, ignoring
client 172.0.2.250
--netdump[14973]: Got too many timeouts waiting for SHOW_STATUS for
client 172.0.2.250, rebooting it.

When packet split is not used, netpoll dumps correctly.  This was
reproduced using the initial setup:

HP DL380G3 (Server)
RHEL4 U1
7170 NIC
e1000 driver

HP DL380G4 (Client)
RHEL3 U5
7170 NIC
e1000 driver

We also tested using the latest RHEL4 U2 on the client, with the same results.

Netpoll does not appear to be able to handle skb's using packet split,
a possible resolution would be to test for packet split and to use
skb_linearize() in netpoll to resolve the issue.

--
Cheers,
Jeff

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-11-15  6:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-14 21:15 [BUG] netpoll is unable to handle skb's using packet split Jeff Kirsher
2005-11-15  5:23 ` Matt Mackall
2005-11-15  5:39   ` David S. Miller
2005-11-15  5:41     ` David S. Miller
2005-11-15  6:29       ` Matt Mackall
2005-11-15  6:45         ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).