From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [Patch net] net: use dev_change_tx_queue_len() for SIOCSIFTXQLEN Date: Fri, 29 Jun 2018 14:36:15 -0700 Message-ID: References: <20180629204248.28919-1-xiyou.wangcong@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: edumazet@google.com To: Cong Wang , netdev@vger.kernel.org Return-path: Received: from mail-pf0-f172.google.com ([209.85.192.172]:37509 "EHLO mail-pf0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932119AbeF2VgR (ORCPT ); Fri, 29 Jun 2018 17:36:17 -0400 Received: by mail-pf0-f172.google.com with SMTP id h20-v6so2841148pfn.4 for ; Fri, 29 Jun 2018 14:36:17 -0700 (PDT) In-Reply-To: <20180629204248.28919-1-xiyou.wangcong@gmail.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: 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()") > Reported-by: Eric Dumazet > Signed-off-by: Cong Wang > --- > Reviewed-by: Eric Dumazet Thanks !