commit | 378be2c08314fc46e3f814fa264ff8ebdb79712f | [log] [tgz] |
---|---|---|
author | Robert Olsson <robert.olsson@its.uu.se> | Tue Aug 28 15:43:14 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 28 15:43:14 2007 -0700 |
tree | 63624dbb5ddbb25085ed6f0bf9970991fb6dd508 | |
parent | 594a9dfae7113d9601b2c353754c40d0b7e00a03 [diff] |
[PKTGEN]: Fix multiqueue oops. Initially pkt_dev can be NULL this causes netif_subqueue_stopped to oops. The patch below should cure it. But maybe the pktgen TX logic should be reworked to better support the new multiqueue support. Signed-off-by: Robert Olsson <robert.olsson@its.uu.se> Signed-off-by: David S. Miller <davem@davemloft.net>