From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8EA393A5430; Tue, 16 Jun 2026 02:05:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781575537; cv=none; b=gfQbT4tZLGV3zthuqlwqMpxJLSWrkxEdzLnZYfpPhjnMAhpkUDtokepoFXjLtDN8XnEJ+IY9uIsuOSDxPwIczV6l31o8ssEGji3GSk7zh5Z3muD+pQCFl/beqMEk69jsfnHH65A8wTEVL0tFn4PK/NnudBUa5fvlIpWl6Kx4lQw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781575537; c=relaxed/simple; bh=rf6rx+7putc32z8jq3hR64Sy6AxhVLIpxTD6RKximwA=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=d2Mkv8FwaXywwNhVLL0gh/MoQxgKtsLy2DrBB1b9S29jNciFQMO7rpuUiOgs0XQ8rlaiPTD4/8qf3RXvLro/xHO4jYkya7tQcK5APEv4YxqSfF2nFt1ZGleUIBhbW7bQpm28lO2wQsXzrLA027x8/T1Wig8dRu47tExkXhQpefQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=CoC7TDNK; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="CoC7TDNK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 90F271F000E9; Tue, 16 Jun 2026 02:05:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781575536; bh=8znM3pJUPt6x9IlJTjtM1p/Ei0zOzcfw/VnYhIPhrJs=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=CoC7TDNK4mOO79MYOuNdq19Zyxwg3Yd4chCewlKOmha5lkihtl0IiR1jFNv5lrIFC lkFL1/Mt2yH9JB6d+cw++FwlKKOfm9ZoCL8Oz9btZW6wvU9WR6RGLnLkd8Plobyh+V FqoAUyxbmQGpxRifUrdnhbudh89a9/24FOjp1WXvnWRDpVq9auZEbxQAPRHvDzbv4+ A+aYQPFy6ROfXoUQjdy2zz51SAvAafg0RgQ2xnhNXQAAkL2xIIuiCIofrZRiPJ5Fmr RfZeBVWMAazjIA32mCy65kPFz94vKC469iZECqJCen0BjxPTLIBVFa7HVPJeL7fOqZ BX+A5hMkQ0/mA== Date: Mon, 15 Jun 2026 19:05:34 -0700 From: Jakub Kicinski To: Jijie Shao Cc: , , , , , , , , , , , Subject: Re: [PATCH net-next] net: hns3: add support to query/set TX pfc_prevention_tout for ethtool with RX prevention disabled Message-ID: <20260615190534.77a1b679@kernel.org> In-Reply-To: <20260615063427.430456-1-shaojijie@huawei.com> References: <20260615063427.430456-1-shaojijie@huawei.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 15 Jun 2026 14:34:27 +0800 Jijie Shao wrote: > Add ethtool support to query and configure the PFC (Priority Flow Control) > storm prevention timeout. When TX continuously sends PFC frames, the peer > end is suppressed from sending packets. If this persists, a PFC frame storm > may occur. > > This feature allows configuring a timeout to prevent such storms. net-next is closed for the duration of the merge window. It basically closes the moment Linus tags final. Please see: https://netdev.bots.linux.dev/net-next.html And of course: https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html#development-cycle -- pw-bot: defer