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>
This commit is contained in:
@@ -634,9 +634,6 @@ struct net_device
|
||||
|
||||
struct netdev_queue rx_queue;
|
||||
struct netdev_queue tx_queue ____cacheline_aligned_in_smp;
|
||||
|
||||
struct Qdisc *qdisc_ingress;
|
||||
|
||||
unsigned long tx_queue_len; /* Max frames per queue allowed */
|
||||
|
||||
/* Partially transmitted GSO packet. */
|
||||
|
Reference in New Issue
Block a user