Re: [PATCH] bonding: set correct tx_queue_len for bond_dev
From: David Miller <davem@davemloft.net>
Date: 2013-07-30 07:34:04
From: David Miller <davem@davemloft.net>
Date: 2013-07-30 07:34:04
From: Yang Yingliang <redacted> Date: Tue, 30 Jul 2013 15:20:42 +0800
With htb, sch->limit is set from bond_dev->tx_queue_len which is initialized to 0 in bond_setup.
This is intentional, software devices should not queue TX packets. You can only use the packet scheduler with hardware devices.