Re: [Patch net] net: use dev_change_tx_queue_len() for SIOCSIFTXQLEN

2018-06-30 Thread David Miller
From: Cong Wang Date: Fri, 29 Jun 2018 13:42:48 -0700 > As noticed by Eric, we need to switch to the helper > dev_change_tx_queue_len() for SIOCSIFTXQLEN call path too, > otheriwse still miss dev_qdisc_change_tx_queue_len(). > > Fixes: 6a643ddb5624 ("net: introduce helper dev_change_tx_queue_len

Re: [Patch net] net: use dev_change_tx_queue_len() for SIOCSIFTXQLEN

2018-06-29 Thread Eric Dumazet
On 06/29/2018 01:42 PM, Cong Wang wrote: > As noticed by Eric, we need to switch to the helper > dev_change_tx_queue_len() for SIOCSIFTXQLEN call path too, > otheriwse still miss dev_qdisc_change_tx_queue_len(). > > Fixes: 6a643ddb5624 ("net: introduce helper dev_change_tx_queue_len()") > Repor