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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62CEBC4332F for ; Thu, 21 Oct 2021 15:10:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4C2A760F57 for ; Thu, 21 Oct 2021 15:10:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231740AbhJUPMZ (ORCPT ); Thu, 21 Oct 2021 11:12:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:37460 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231256AbhJUPMX (ORCPT ); Thu, 21 Oct 2021 11:12:23 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id D1041611C7; Thu, 21 Oct 2021 15:10:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634829007; bh=mmtf6+0UiSIEEP87RDWfN/cmNztF+130EEPUAoympvk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=tfS2pAfQ2LON3nR3wOdZ4PIQOE/URgvD2XsOBsK5CObWIIvIE8NFtxyNBLw11qqGP Lqix98/7hDyzsQym18rolu7SwHEc13dm0QmsHwarumyonw3CR9elbx6QEGp2CbQUId KXd3p8EcCFrhWYq4gwznb0wTa4lSRzKktMEDgLEcNXqJgNJVmjy+R1alAOZxVeLSfY hscUKEHIioYEomvEkAS1QfuihYmbtQDfKvzpQSxdZT2KTbhZeQ8ehD6JxWji/jwpWQ QUejCbdF1FWiXKXi0A+uC3rF2pmNTOtOXib46iF5b1YX3FpHndG6tvCc/QYuuhVXV/ n20wItyD4ynNw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net: enetc: make sure all traffic classes can send large frames From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163482900780.14016.11295432266040521454.git-patchwork-notify@kernel.org> Date: Thu, 21 Oct 2021 15:10:07 +0000 References: <20211020173340.1089992-1-vladimir.oltean@nxp.com> In-Reply-To: <20211020173340.1089992-1-vladimir.oltean@nxp.com> To: Vladimir Oltean Cc: netdev@vger.kernel.org, kuba@kernel.org, davem@davemloft.net, claudiu.manoil@nxp.com, richard.pearn@nxp.com, camelia.groza@nxp.com, po.liu@nxp.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Wed, 20 Oct 2021 20:33:40 +0300 you wrote: > The enetc driver does not implement .ndo_change_mtu, instead it > configures the MAC register field PTC{Traffic Class}MSDUR[MAXSDU] > statically to a large value during probe time. > > The driver used to configure only the max SDU for traffic class 0, and > that was fine while the driver could only use traffic class 0. But with > the introduction of mqprio, sending a large frame into any other TC than > 0 is broken. > > [...] Here is the summary with links: - [net] net: enetc: make sure all traffic classes can send large frames https://git.kernel.org/netdev/net/c/e378f4967c8e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html