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=-11.7 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,URIBL_BLOCKED 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 3A32AC4338F for ; Mon, 2 Aug 2021 10:50:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 14C4060FC2 for ; Mon, 2 Aug 2021 10:50:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233273AbhHBKuP (ORCPT ); Mon, 2 Aug 2021 06:50:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:42184 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231357AbhHBKuO (ORCPT ); Mon, 2 Aug 2021 06:50:14 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 5E7EB60F9F; Mon, 2 Aug 2021 10:50:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1627901405; bh=qMpIlCb76so5E2aR131CSIQc7+/eDrKdcM7fOCsG/38=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=HxPp5q7EXHeFJqw/nclGXiQ17++qbES7FcFhzrdRT8V1xNTx8og+b02hqpNsv2Tli qexor95KnZGR+PmSB55/lWXDqlQpuEpmkTv9n2mTPk/1t144u6LfE9MbgxT1AAywxN clrU8d2jw1HoR0lkab0tNVcI2TjpWYZte0VQG3C9Y2q3tG2voRubMdSCcDIygr/hFU xGmfdxTzmTUOUN8S/TxdNm8MF/BuMAp9LacxCCj9wrm4QXG/H+AARhGIqvSBegRnWW 2q3KZJpxCN8gkdOfaeXh45rLgKRHQPvIa8xuz411I3vo4ybdYO4phsNLnbz9m4HKZY BkW66UDIQCqsg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net/sched: taprio: Fix init procedure From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162790140532.10250.7097847427032850126.git-patchwork-notify@kernel.org> Date: Mon, 02 Aug 2021 10:50:05 +0000 References: <20210730165321.1179952-1-yannick.vignon@oss.nxp.com> In-Reply-To: <20210730165321.1179952-1-yannick.vignon@oss.nxp.com> To: Yannick Vignon Cc: sebastien.laveze@oss.npx.com, vinicius.gomes@intel.com, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, qiangqing.zhang@nxp.com, olteanv@gmail.com, xiaoliang.yang_1@nxp.com, yannick.vignon@nxp.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 30 Jul 2021 18:53:21 +0200 you wrote: > From: Yannick Vignon > > Commit 13511704f8d759 ("net: taprio offload: enforce qdisc to netdev queue mapping") > resulted in duplicate entries in the qdisc hash. > While this did not impact the overall operation of the qdisc and taprio > code paths, it did result in an infinite loop when dumping the qdisc > properties, at least on one target (NXP LS1028 ARDB). > Removing the duplicate call to qdisc_hash_add() solves the problem. > > [...] Here is the summary with links: - [net] net/sched: taprio: Fix init procedure https://git.kernel.org/netdev/net/c/ebca25ead071 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html