From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9BCF7C433DF for ; Fri, 16 Oct 2020 21:30:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3C76C21D40 for ; Fri, 16 Oct 2020 21:30:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602883805; bh=Iha3UzVe2jDJommM1IBHUO4EWT+4P+YFWBi7x9ObpEI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:List-ID:From; b=bjFJbqDna0ONsz+5Uhj0HS52+/07PgARYfUikTGSDbx4aJqZ2raluahjB75MGMRuq FuktVZP7hJciffcWHC3o2/PVKFy7MbLeS9peBZItqsbNea2J0x4A9YNv7IvAq2D5jM kMtaDR3QEbPQhK/rms7KDTTJYIA7sRsaT+I2CQLA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2410575AbgJPVaE (ORCPT ); Fri, 16 Oct 2020 17:30:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:50308 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406032AbgJPVaE (ORCPT ); Fri, 16 Oct 2020 17:30:04 -0400 Content-Type: text/plain; charset="utf-8" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602883803; bh=Iha3UzVe2jDJommM1IBHUO4EWT+4P+YFWBi7x9ObpEI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Ep2LJrcorhJja64koPOFWzFEnS+RZn5mUeE8yY3WmqbKn4CFNIMcDKBPWXlNugLW6 xZEtndrPMfrB/utRvyupsUi08dIuJb6US61GmaI4LrFMG/ciWW7pUDT6ZrSV8GOYyk Xcl6L8ophqpXiMhxEb4avRos1o43d+pEvRiSs06I= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [net 1/2] tipc: re-configure queue limit for broadcast link From: patchwork-bot+netdevbpf@kernel.org Message-Id: <160288380340.31566.9245323917252134913.git-patchwork-notify@kernel.org> Date: Fri, 16 Oct 2020 21:30:03 +0000 References: <20201016023119.5833-1-hoang.h.le@dektech.com.au> In-Reply-To: <20201016023119.5833-1-hoang.h.le@dektech.com.au> To: Hoang Huu Le Cc: jmaloy@redhat.com, ying.xue@windriver.com, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This series was applied to netdev/net.git (refs/heads/master): On Fri, 16 Oct 2020 09:31:18 +0700 you wrote: > The queue limit of the broadcast link is being calculated base on initial > MTU. However, when MTU value changed (e.g manual changing MTU on NIC > device, MTU negotiation etc.,) we do not re-calculate queue limit. > This gives throughput does not reflect with the change. > > So fix it by calling the function to re-calculate queue limit of the > broadcast link. > > [...] Here is the summary with links: - [net,1/2] tipc: re-configure queue limit for broadcast link https://git.kernel.org/netdev/net/c/75cee397ae6f - [net,2/2] tipc: fix incorrect setting window for bcast link https://git.kernel.org/netdev/net/c/ec78e31852c9 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html