]> git.baikalelectronics.ru Git - kernel.git/commit
netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.
authorDavid S. Miller <davem@davemloft.net>
Wed, 9 Jul 2008 05:49:00 +0000 (22:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Jul 2008 05:49:00 +0000 (22:49 -0700)
commit8c88bb167b171f21032bb5b3831bea686f1bec92
tree7ab28132592c82e2ac40317733ea1dd7d6f4e5b5
parentb5857272ab04dc1079a200034812e1dacadada15
netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.

Now that our qdisc management is bi-directional, per-queue, and fully
orthogonal, there is no reason to have a special ingress qdisc pointer
in struct net_device.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c
net/sched/sch_api.c