Re: [BUG] netpoll is unable to handle skb's using packet split

From: David S. Miller
Date: Tue Nov 15 2005 - 00:41:02 EST


From: "David S. Miller" <davem@xxxxxxxxxxxxx>
Date: Mon, 14 Nov 2005 21:39:22 -0800 (PST)

> From: Matt Mackall <mpm@xxxxxxxxxxx>
> Date: Mon, 14 Nov 2005 21:23:58 -0800
>
> > What is "packet split" in this context?
>
> It's a mode of buffering used by the e1000 driver.

BTW, the issue is that in packet split mode, the e1000 driver is
feeding paged based non-linear SKBs into the stack on receive which is
completely legal but aparently netpoll or something parsing netpoll RX
packets does not handle it properly.

That's why the reporter suggested that perhaps an skb_linearize()
call could be added to fix the problem, but it is unknown whether
that call can be made in the context in which it would be needed.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/