Searched hist:c3f26a269c2421f97f10cf8ed05d5099b573af4d (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | sch_teql.c | diff c3f26a269c2421f97f10cf8ed05d5099b573af4d Thu Jul 31 18:58:50 CDT 2008 David S. Miller <davem@davemloft.net> netdev: Fix lockdep warnings in multiqueue configurations.
When support for multiple TX queues were added, the netif_tx_lock() routines we converted to iterate over all TX queues and grab each queue's spinlock.
This causes heartburn for lockdep and it's not a healthy thing to do with lots of TX queues anyways.
So modify this to use a top-level lock and a "frozen" state for the individual TX queues.
Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sch_generic.c | diff c3f26a269c2421f97f10cf8ed05d5099b573af4d Thu Jul 31 18:58:50 CDT 2008 David S. Miller <davem@davemloft.net> netdev: Fix lockdep warnings in multiqueue configurations.
When support for multiple TX queues were added, the netif_tx_lock() routines we converted to iterate over all TX queues and grab each queue's spinlock.
This causes heartburn for lockdep and it's not a healthy thing to do with lots of TX queues anyways.
So modify this to use a top-level lock and a "frozen" state for the individual TX queues.
Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ |
H A D | ifb.c | diff c3f26a269c2421f97f10cf8ed05d5099b573af4d Thu Jul 31 18:58:50 CDT 2008 David S. Miller <davem@davemloft.net> netdev: Fix lockdep warnings in multiqueue configurations.
When support for multiple TX queues were added, the netif_tx_lock() routines we converted to iterate over all TX queues and grab each queue's spinlock.
This causes heartburn for lockdep and it's not a healthy thing to do with lots of TX queues anyways.
So modify this to use a top-level lock and a "frozen" state for the individual TX queues.
Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/core/ |
H A D | netpoll.c | diff c3f26a269c2421f97f10cf8ed05d5099b573af4d Thu Jul 31 18:58:50 CDT 2008 David S. Miller <davem@davemloft.net> netdev: Fix lockdep warnings in multiqueue configurations.
When support for multiple TX queues were added, the netif_tx_lock() routines we converted to iterate over all TX queues and grab each queue's spinlock.
This causes heartburn for lockdep and it's not a healthy thing to do with lots of TX queues anyways.
So modify this to use a top-level lock and a "frozen" state for the individual TX queues.
Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | pktgen.c | diff c3f26a269c2421f97f10cf8ed05d5099b573af4d Thu Jul 31 18:58:50 CDT 2008 David S. Miller <davem@davemloft.net> netdev: Fix lockdep warnings in multiqueue configurations.
When support for multiple TX queues were added, the netif_tx_lock() routines we converted to iterate over all TX queues and grab each queue's spinlock.
This causes heartburn for lockdep and it's not a healthy thing to do with lots of TX queues anyways.
So modify this to use a top-level lock and a "frozen" state for the individual TX queues.
Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | dev.c | diff c3f26a269c2421f97f10cf8ed05d5099b573af4d Thu Jul 31 18:58:50 CDT 2008 David S. Miller <davem@davemloft.net> netdev: Fix lockdep warnings in multiqueue configurations.
When support for multiple TX queues were added, the netif_tx_lock() routines we converted to iterate over all TX queues and grab each queue's spinlock.
This causes heartburn for lockdep and it's not a healthy thing to do with lots of TX queues anyways.
So modify this to use a top-level lock and a "frozen" state for the individual TX queues.
Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | diff c3f26a269c2421f97f10cf8ed05d5099b573af4d Thu Jul 31 18:58:50 CDT 2008 David S. Miller <davem@davemloft.net> netdev: Fix lockdep warnings in multiqueue configurations.
When support for multiple TX queues were added, the netif_tx_lock() routines we converted to iterate over all TX queues and grab each queue's spinlock.
This causes heartburn for lockdep and it's not a healthy thing to do with lots of TX queues anyways.
So modify this to use a top-level lock and a "frozen" state for the individual TX queues.
Signed-off-by: David S. Miller <davem@davemloft.net>
|