From: Ben Greear <[EMAIL PROTECTED]> Date: Wed, 18 Jan 2006 11:12:54 -0800
> Well, to answer myself: I found the problem. Pktgen's multi-skb > trick only works if the device makes no change to the skb. But, the > cxgb driver pushes a header on the front of the skb... > > So, you just can't use the multi-skb pktgen option with this driver... That definitely needs some fixing. Such an assumption is very wrong, in general. This would break also with several FDDI drivers, for example. An idea might be to preallocate a ring or list of SKBs, prefill them out, and do that instead of what the current code does. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html